Skip to content

Commit

Permalink
go.mod, vendor: bump sigs.k8s.io/controller-runtime to v0.14.1
Browse files Browse the repository at this point in the history
This was bumped to an unreleased version as part of db7c577
("go.mod, vendor: drop client-go from replace directives") to fix a
build failure when bumping to a newer client-go version and its
respective transitive dependencies.

Now that a new version of controller-runtime is released, bump to that
version to allow dependabot to take care of future updates.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser authored and aditighag committed Jan 10, 2023
1 parent a064973 commit 08c0e5e
Show file tree
Hide file tree
Showing 37 changed files with 649 additions and 331 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ require (
golang.org/x/sync v0.1.0
golang.org/x/sys v0.3.0
golang.org/x/term v0.3.0
golang.org/x/time v0.2.0
golang.org/x/time v0.3.0
golang.org/x/tools v0.3.0
golang.zx2c4.com/wireguard v0.0.0-20211017052713-f87e87af0d9a
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211027115401-c9b1ec1aa6d8
Expand All @@ -113,8 +113,8 @@ require (
k8s.io/code-generator v0.26.0
k8s.io/klog/v2 v2.80.1
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
sigs.k8s.io/controller-runtime v0.13.1-0.20221201045826-d9912251cd81
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
sigs.k8s.io/controller-runtime v0.14.1
sigs.k8s.io/controller-tools v0.7.0
sigs.k8s.io/gateway-api v0.5.1
sigs.k8s.io/yaml v1.3.0
Expand Down Expand Up @@ -229,7 +229,7 @@ require (
gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect
go.mongodb.org/mongo-driver v1.10.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/zap v1.23.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
golang.org/x/text v0.5.0 // indirect
Expand Down
18 changes: 9 additions & 9 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions vendor/go.uber.org/zap/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/go.uber.org/zap/array_go118.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/go.uber.org/zap/logger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/go.uber.org/zap/options.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 59 additions & 41 deletions vendor/go.uber.org/zap/sink.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/go.uber.org/zap/stacktrace.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 27 additions & 4 deletions vendor/go.uber.org/zap/sugar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/go.uber.org/zap/writer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08c0e5e

Please sign in to comment.