Skip to content

Commit cde3acd

Browse files
Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.27.1
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.1.4 to 2.27.1. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.1.4...v2.27.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebb0444 commit cde3acd

File tree

997 files changed

+139584
-44762
lines changed

Some content is hidden

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

997 files changed

+139584
-44762
lines changed

go.mod

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/weizhoublue/github-action-test
22

3-
go 1.17
3+
go 1.23.0
44

55
require (
66
github.com/gogo/protobuf v1.3.2
7-
github.com/onsi/ginkgo/v2 v2.1.4
8-
github.com/onsi/gomega v1.19.1-0.20220519125413-eb4b4c2944e3
7+
github.com/onsi/ginkgo/v2 v2.27.1
8+
github.com/onsi/gomega v1.38.2
99
github.com/sasha-s/go-deadlock v0.3.1
10-
golang.org/x/tools v0.1.10
10+
golang.org/x/tools v0.36.0
1111
google.golang.org/grpc v1.45.0
1212
k8s.io/apimachinery v0.23.4
1313
k8s.io/code-generator v0.23.4
@@ -16,20 +16,21 @@ require (
1616
)
1717

1818
require (
19+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
1920
github.com/PuerkitoBio/purell v1.1.1 // indirect
2021
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
2122
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
2223
github.com/fatih/color v1.12.0 // indirect
23-
github.com/go-logr/logr v1.2.0 // indirect
24+
github.com/go-logr/logr v1.4.3 // indirect
2425
github.com/go-openapi/jsonpointer v0.19.5 // indirect
2526
github.com/go-openapi/jsonreference v0.19.5 // indirect
2627
github.com/go-openapi/swag v0.19.14 // indirect
27-
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
28+
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
2829
github.com/gobuffalo/flect v0.2.3 // indirect
2930
github.com/golang/protobuf v1.5.2 // indirect
30-
github.com/google/go-cmp v0.5.7 // indirect
31+
github.com/google/go-cmp v0.7.0 // indirect
3132
github.com/google/gofuzz v1.1.0 // indirect
32-
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
33+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
3334
github.com/inconshreveable/mousetrap v1.0.0 // indirect
3435
github.com/josharian/intern v1.0.0 // indirect
3536
github.com/json-iterator/go v1.1.12 // indirect
@@ -41,17 +42,19 @@ require (
4142
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
4243
github.com/spf13/cobra v1.2.1 // indirect
4344
github.com/spf13/pflag v1.0.5 // indirect
44-
github.com/stretchr/testify v1.7.1 // indirect
45-
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
46-
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
47-
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
48-
golang.org/x/text v0.3.7 // indirect
49-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
45+
go.uber.org/automaxprocs v1.6.0 // indirect
46+
go.yaml.in/yaml/v3 v3.0.4 // indirect
47+
golang.org/x/mod v0.27.0 // indirect
48+
golang.org/x/net v0.43.0 // indirect
49+
golang.org/x/sync v0.16.0 // indirect
50+
golang.org/x/sys v0.35.0 // indirect
51+
golang.org/x/text v0.28.0 // indirect
52+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
5053
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
51-
google.golang.org/protobuf v1.28.0 // indirect
54+
google.golang.org/protobuf v1.36.7 // indirect
5255
gopkg.in/inf.v0 v0.9.1 // indirect
5356
gopkg.in/yaml.v2 v2.4.0 // indirect
54-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
57+
gopkg.in/yaml.v3 v3.0.1 // indirect
5558
k8s.io/api v0.23.4 // indirect
5659
k8s.io/apiextensions-apiserver v0.23.0 // indirect
5760
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c // indirect

go.sum

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

vendor/github.com/Masterminds/semver/v3/.gitignore

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/Masterminds/semver/v3/.golangci.yml

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

vendor/github.com/Masterminds/semver/v3/CHANGELOG.md

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

vendor/github.com/Masterminds/semver/v3/LICENSE.txt

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