Skip to content

Commit 9e2e6b1

Browse files
authored
Merge pull request #591 from kubernetes-sigs/dependabot/go_modules/gomod-dependencies-3b06328a5e
Bump the gomod-dependencies group with 15 updates
2 parents ba83ab9 + c76e601 commit 9e2e6b1

File tree

255 files changed

+6873
-7244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+6873
-7244
lines changed

go.mod

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ module sigs.k8s.io/apiserver-network-proxy
33
go 1.21
44

55
require (
6-
github.com/google/uuid v1.3.0
7-
github.com/prometheus/client_golang v1.16.0
8-
github.com/prometheus/client_model v0.4.0
9-
github.com/prometheus/common v0.44.0
10-
github.com/spf13/cobra v1.7.0
6+
github.com/google/uuid v1.6.0
7+
github.com/prometheus/client_golang v1.19.0
8+
github.com/prometheus/client_model v0.5.0
9+
github.com/prometheus/common v0.48.0
10+
github.com/spf13/cobra v1.8.0
1111
github.com/spf13/pflag v1.0.5
12-
github.com/stretchr/testify v1.8.4
13-
go.uber.org/goleak v1.2.1
14-
go.uber.org/mock v0.3.0
15-
golang.org/x/net v0.19.0
16-
google.golang.org/grpc v1.58.3
12+
github.com/stretchr/testify v1.9.0
13+
go.uber.org/goleak v1.3.0
14+
go.uber.org/mock v0.4.0
15+
golang.org/x/net v0.20.0
16+
google.golang.org/grpc v1.62.1
1717
google.golang.org/protobuf v1.33.0
18-
k8s.io/api v0.29.2
19-
k8s.io/apimachinery v0.29.2
20-
k8s.io/client-go v0.29.2
21-
k8s.io/component-base v0.29.2
22-
k8s.io/klog/v2 v2.110.1
18+
k8s.io/api v0.29.3
19+
k8s.io/apimachinery v0.29.3
20+
k8s.io/client-go v0.29.3
21+
k8s.io/component-base v0.29.3
22+
k8s.io/klog/v2 v2.120.1
2323
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.0
2424
)
2525

@@ -30,7 +30,7 @@ require (
3030
github.com/davecgh/go-spew v1.1.1 // indirect
3131
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3232
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
33-
github.com/go-logr/logr v1.3.0 // indirect
33+
github.com/go-logr/logr v1.4.1 // indirect
3434
github.com/go-openapi/jsonpointer v0.19.6 // indirect
3535
github.com/go-openapi/jsonreference v0.20.2 // indirect
3636
github.com/go-openapi/swag v0.22.3 // indirect
@@ -43,20 +43,19 @@ require (
4343
github.com/josharian/intern v1.0.0 // indirect
4444
github.com/json-iterator/go v1.1.12 // indirect
4545
github.com/mailru/easyjson v0.7.7 // indirect
46-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
4746
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4847
github.com/modern-go/reflect2 v1.0.2 // indirect
4948
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5049
github.com/pkg/errors v0.9.1 // indirect
5150
github.com/pmezard/go-difflib v1.0.0 // indirect
52-
github.com/prometheus/procfs v0.10.1 // indirect
53-
golang.org/x/oauth2 v0.10.0 // indirect
54-
golang.org/x/sys v0.15.0 // indirect
55-
golang.org/x/term v0.15.0 // indirect
51+
github.com/prometheus/procfs v0.12.0 // indirect
52+
golang.org/x/oauth2 v0.16.0 // indirect
53+
golang.org/x/sys v0.16.0 // indirect
54+
golang.org/x/term v0.16.0 // indirect
5655
golang.org/x/text v0.14.0 // indirect
5756
golang.org/x/time v0.3.0 // indirect
58-
google.golang.org/appengine v1.6.7 // indirect
59-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
57+
google.golang.org/appengine v1.6.8 // indirect
58+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
6059
gopkg.in/inf.v0 v0.9.1 // indirect
6160
gopkg.in/yaml.v2 v2.4.0 // indirect
6261
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 65 additions & 52 deletions
Large diffs are not rendered by default.

vendor/github.com/go-logr/logr/README.md

Lines changed: 43 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/context.go

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/context_noslog.go

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/context_slog.go

Lines changed: 83 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)