Skip to content

Commit 141feef

Browse files
cluster-stack-bot[bot]kranurag7
authored andcommitted
🌱 Update Update Golang Dependencies group
| datasource | package | from | to | | ---------- | --------------------------- | ------- | ------- | | go | github.com/onsi/ginkgo/v2 | v2.17.3 | v2.19.0 | | go | github.com/stretchr/testify | v1.8.4 | v1.9.0 | | go | go.uber.org/zap | v1.26.0 | v1.27.0 | | go | golang.org/x/mod | v0.17.0 | v0.18.0 | | go | golang.org/x/oauth2 | v0.18.0 | v0.21.0 | | go | sigs.k8s.io/kind | v0.22.0 | v0.23.0 |
1 parent a83c28f commit 141feef

File tree

151 files changed

+11331
-14563
lines changed

Some content is hidden

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

151 files changed

+11331
-14563
lines changed

go.mod

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
sigs.k8s.io/cluster-api v1.7.2
2020
sigs.k8s.io/cluster-api/test v1.7.2
2121
sigs.k8s.io/controller-runtime v0.17.5
22-
sigs.k8s.io/kind v0.22.0
22+
sigs.k8s.io/kind v0.23.0
2323
)
2424

2525
require (
@@ -36,7 +36,7 @@ require (
3636
github.com/pkg/errors v0.9.1 // indirect
3737
github.com/pmezard/go-difflib v1.0.0 // indirect
3838
github.com/spf13/cobra v1.8.0 // indirect
39-
github.com/stretchr/objx v0.5.1 // indirect
39+
github.com/stretchr/objx v0.5.2 // indirect
4040
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
4141
golang.org/x/sync v0.7.0 // indirect
4242
k8s.io/cluster-bootstrap v0.29.3 // indirect
@@ -83,16 +83,15 @@ require (
8383
github.com/xlab/treeprint v1.2.0 // indirect
8484
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
8585
go.uber.org/multierr v1.11.0 // indirect
86-
go.uber.org/zap v1.26.0
87-
golang.org/x/crypto v0.22.0 // indirect
88-
golang.org/x/net v0.24.0 // indirect
89-
golang.org/x/sys v0.19.0 // indirect
90-
golang.org/x/term v0.19.0 // indirect
91-
golang.org/x/text v0.14.0 // indirect
86+
go.uber.org/zap v1.27.0
87+
golang.org/x/crypto v0.23.0 // indirect
88+
golang.org/x/net v0.25.0 // indirect
89+
golang.org/x/sys v0.20.0 // indirect
90+
golang.org/x/term v0.20.0 // indirect
91+
golang.org/x/text v0.15.0 // indirect
9292
golang.org/x/time v0.5.0 // indirect
93-
golang.org/x/tools v0.20.0 // indirect
93+
golang.org/x/tools v0.21.0 // indirect
9494
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
95-
google.golang.org/appengine v1.6.8 // indirect
9695
google.golang.org/protobuf v1.33.0 // indirect
9796
gopkg.in/inf.v0 v0.9.1 // indirect
9897
gopkg.in/yaml.v2 v2.4.0

go.sum

Lines changed: 24 additions & 53 deletions
Large diffs are not rendered by default.

vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

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

vendor/github.com/onsi/ginkgo/v2/CONTRIBUTING.md

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

vendor/github.com/onsi/ginkgo/v2/Makefile

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

vendor/github.com/onsi/ginkgo/v2/internal/suite.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/reporters/default_reporter.go

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go

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

vendor/github.com/onsi/ginkgo/v2/table_dsl.go

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

vendor/github.com/onsi/ginkgo/v2/types/config.go

Lines changed: 9 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)