good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pggat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gfx
pggat
Commits
c46cc7e5
Commit
c46cc7e5
authored
10 months ago
by
Garet Halliday
Browse files
Options
Downloads
Patches
Plain Diff
bump scram
parent
90739068
No related branches found
No related tags found
No related merge requests found
Pipeline
#66220
passed with stages
Stage: test
Stage: build
in 7 minutes and 11 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+7
-7
7 additions, 7 deletions
go.mod
go.sum
+2
-2
2 additions, 2 deletions
go.sum
with
9 additions
and
9 deletions
go.mod
+
7
−
7
View file @
c46cc7e5
...
@@ -3,10 +3,16 @@ module gfx.cafe/gfx/pggat
...
@@ -3,10 +3,16 @@ module gfx.cafe/gfx/pggat
go 1.20
go 1.20
require (
require (
gfx.cafe/ghalliday1/scram
v0.0.2
gfx.cafe/ghalliday1/scram
v0.0.3
gfx.cafe/util/temple
v0.0.0-20230312041217-0882540e78eb
github.com/aryann/difflib
v0.0.0-20210328193216-ff5ff6dc229b
github.com/caddyserver/caddy/v2
v2.7.4
github.com/caddyserver/caddy/v2
v2.7.4
github.com/caddyserver/certmagic
v0.19.2
github.com/digitalocean/godo
v1.102.1
github.com/digitalocean/godo
v1.102.1
github.com/google/uuid
v1.3.0
github.com/google/uuid
v1.3.0
github.com/minio/sha256-simd
v1.0.1
github.com/spf13/cobra
v1.7.0
github.com/spf13/pflag
v1.0.5
github.com/zalando/postgres-operator
v1.8.2
github.com/zalando/postgres-operator
v1.8.2
go.uber.org/zap
v1.25.0
go.uber.org/zap
v1.25.0
google.golang.org/api
v0.126.0
google.golang.org/api
v0.126.0
...
@@ -17,13 +23,10 @@ require (
...
@@ -17,13 +23,10 @@ require (
require (
require (
cloud.google.com/go/compute
v1.20.1 // indirect
cloud.google.com/go/compute
v1.20.1 // indirect
cloud.google.com/go/compute/metadata
v0.2.3 // indirect
cloud.google.com/go/compute/metadata
v0.2.3 // indirect
gfx.cafe/util/temple
v0.0.0-20230312041217-0882540e78eb // indirect
github.com/Masterminds/goutils
v1.1.1 // indirect
github.com/Masterminds/goutils
v1.1.1 // indirect
github.com/Masterminds/semver/v3
v3.2.0 // indirect
github.com/Masterminds/semver/v3
v3.2.0 // indirect
github.com/Masterminds/sprig/v3
v3.2.3 // indirect
github.com/Masterminds/sprig/v3
v3.2.3 // indirect
github.com/aryann/difflib
v0.0.0-20210328193216-ff5ff6dc229b // indirect
github.com/beorn7/perks
v1.0.1 // indirect
github.com/beorn7/perks
v1.0.1 // indirect
github.com/caddyserver/certmagic
v0.19.2 // indirect
github.com/cespare/xxhash/v2
v2.2.0 // indirect
github.com/cespare/xxhash/v2
v2.2.0 // indirect
github.com/cpuguy83/go-md2man/v2
v2.0.2 // indirect
github.com/cpuguy83/go-md2man/v2
v2.0.2 // indirect
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/davecgh/go-spew
v1.1.1 // indirect
...
@@ -60,7 +63,6 @@ require (
...
@@ -60,7 +63,6 @@ require (
github.com/matttproud/golang_protobuf_extensions
v1.0.1 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.1 // indirect
github.com/mholt/acmez
v1.2.0 // indirect
github.com/mholt/acmez
v1.2.0 // indirect
github.com/miekg/dns
v1.1.55 // indirect
github.com/miekg/dns
v1.1.55 // indirect
github.com/minio/sha256-simd
v1.0.1 // indirect
github.com/mitchellh/copystructure
v1.2.0 // indirect
github.com/mitchellh/copystructure
v1.2.0 // indirect
github.com/mitchellh/reflectwalk
v1.0.2 // indirect
github.com/mitchellh/reflectwalk
v1.0.2 // indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd // indirect
...
@@ -80,8 +82,6 @@ require (
...
@@ -80,8 +82,6 @@ require (
github.com/sirupsen/logrus
v1.9.3 // indirect
github.com/sirupsen/logrus
v1.9.3 // indirect
github.com/spf13/afero
v1.9.3 // indirect
github.com/spf13/afero
v1.9.3 // indirect
github.com/spf13/cast
v1.4.1 // indirect
github.com/spf13/cast
v1.4.1 // indirect
github.com/spf13/cobra
v1.7.0 // indirect
github.com/spf13/pflag
v1.0.5 // indirect
github.com/xdg-go/stringprep
v1.0.4 // indirect
github.com/xdg-go/stringprep
v1.0.4 // indirect
github.com/zeebo/blake3
v0.2.3 // indirect
github.com/zeebo/blake3
v0.2.3 // indirect
go.opencensus.io
v0.24.0 // indirect
go.opencensus.io
v0.24.0 // indirect
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
2
−
2
View file @
c46cc7e5
...
@@ -40,8 +40,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
...
@@ -40,8 +40,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
cloud.google.com/go/storage
v1.10.0/go.mod h1:
FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage
v1.10.0/go.mod h1:
FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage
v1.14.0/go.mod h1:
GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
cloud.google.com/go/storage
v1.14.0/go.mod h1:
GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
dmitri.shuralyov.com/gpu/mtl
v0.0.0-20190408044501-666a987793e9/go.mod h1:
H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
dmitri.shuralyov.com/gpu/mtl
v0.0.0-20190408044501-666a987793e9/go.mod h1:
H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
gfx.cafe/ghalliday1/scram
v0.0.
2
h1:
uuScaL7DUEP/lKWJnA5kKHq5RJev26q8DMbP3gKviAg
=
gfx.cafe/ghalliday1/scram
v0.0.
3
h1:
ScDO2WKij3E0a68adP9/6ZX4OXm+3rerjo51vRQ1agc
=
gfx.cafe/ghalliday1/scram
v0.0.
2
/go.mod h1:
qt6+WJoFcX2id67G5w+/dktBJ56Se0sZAa7WjqfNNu0=
gfx.cafe/ghalliday1/scram
v0.0.
3
/go.mod h1:
qt6+WJoFcX2id67G5w+/dktBJ56Se0sZAa7WjqfNNu0=
gfx.cafe/util/temple
v0.0.0-20230312041217-0882540e78eb h1:
E6gfSdAD5eBWHD5cLktd/umyivQlFTvEzoadoM33g3M=
gfx.cafe/util/temple
v0.0.0-20230312041217-0882540e78eb h1:
E6gfSdAD5eBWHD5cLktd/umyivQlFTvEzoadoM33g3M=
gfx.cafe/util/temple
v0.0.0-20230312041217-0882540e78eb/go.mod h1:
rDv4JeaN6NFCUXiNiewrmQnvm7npR7XbJ1jsturNDhc=
gfx.cafe/util/temple
v0.0.0-20230312041217-0882540e78eb/go.mod h1:
rDv4JeaN6NFCUXiNiewrmQnvm7npR7XbJ1jsturNDhc=
github.com/BurntSushi/toml
v0.3.1/go.mod h1:
xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml
v0.3.1/go.mod h1:
xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment