diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,6 @@ require ( github.com/containerd/log v0.1.0 github.com/coreos/go-oidc/v3 v3.14.1 github.com/docker/docker v28.3.2+incompatible - github.com/docker/go-connections v0.5.0 github.com/envoyproxy/go-control-plane/envoy v1.32.4 github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25 github.com/oklog/ulid v1.3.1 @@ -16,7 +15,7 @@ require ( github.com/testcontainers/testcontainers-go v0.38.0 github.com/xlgmokha/x v0.0.0-20250724192332-f79ef71d5cac golang.org/x/oauth2 v0.30.0 - google.golang.org/genproto/googleapis/rpc v0.0.0-20250721164621-a45f3dfb1074 + google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 google.golang.org/grpc v1.74.2 google.golang.org/protobuf v1.36.6 ) @@ -80,6 +79,7 @@ require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/deckarep/golang-set/v2 v2.8.0 // indirect github.com/distribution/reference v0.6.0 // indirect + github.com/docker/go-connections v0.5.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/dvsekhvalnov/jose2go v1.6.0 // indirect @@ -210,7 +210,7 @@ require ( golang.org/x/sys v0.34.0 // indirect golang.org/x/term v0.33.0 // indirect golang.org/x/text v0.27.0 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20250721164621-a45f3dfb1074 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20250728155136-f173205681a0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect |
