Skip to content

Commit ba509d3

Browse files
authored
Merge pull request aws#234 from shizuchanw/version-release
update upstream dependency to v1.31.0-rc.0
2 parents bd3e26d + 3bc6462 commit ba509d3

File tree

1,720 files changed

+72598
-58383
lines changed

Some content is hidden

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

1,720 files changed

+72598
-58383
lines changed

go.mod

+22-21
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ require (
99
github.com/pkg/errors v0.9.1
1010
github.com/prometheus/client_golang v1.12.2
1111
github.com/spf13/pflag v1.0.5
12-
github.com/stretchr/testify v1.8.4
13-
k8s.io/api v0.30.0
14-
k8s.io/apimachinery v0.30.0
15-
k8s.io/client-go v0.30.0
16-
k8s.io/klog/v2 v2.120.1
12+
github.com/stretchr/testify v1.9.0
13+
k8s.io/api v0.31.0-rc.0
14+
k8s.io/apimachinery v0.31.0-rc.0
15+
k8s.io/client-go v0.31.0-rc.0
16+
k8s.io/klog/v2 v2.130.1
1717
sigs.k8s.io/controller-runtime v0.13.0
18-
sigs.k8s.io/yaml v1.3.0
18+
sigs.k8s.io/yaml v1.4.0
1919
)
2020

2121
require (
2222
github.com/beorn7/perks v1.0.1 // indirect
2323
github.com/cespare/xxhash/v2 v2.1.2 // indirect
24-
github.com/davecgh/go-spew v1.1.1 // indirect
24+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2525
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26-
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
27-
github.com/go-logr/logr v1.4.1 // indirect
26+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
27+
github.com/go-logr/logr v1.4.2 // indirect
2828
github.com/go-openapi/jsonpointer v0.19.6 // indirect
2929
github.com/go-openapi/jsonreference v0.20.2 // indirect
30-
github.com/go-openapi/swag v0.22.3 // indirect
30+
github.com/go-openapi/swag v0.22.4 // indirect
3131
github.com/gogo/protobuf v1.3.2 // indirect
3232
github.com/golang/protobuf v1.5.4 // indirect
3333
github.com/google/gnostic-models v0.6.8 // indirect
3434
github.com/google/go-cmp v0.6.0 // indirect
3535
github.com/google/gofuzz v1.2.0 // indirect
36-
github.com/google/uuid v1.3.0 // indirect
36+
github.com/google/uuid v1.6.0 // indirect
3737
github.com/imdario/mergo v0.3.12 // indirect
3838
github.com/jmespath/go-jmespath v0.4.0 // indirect
3939
github.com/josharian/intern v1.0.0 // indirect
@@ -43,24 +43,25 @@ require (
4343
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4444
github.com/modern-go/reflect2 v1.0.2 // indirect
4545
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
46-
github.com/pmezard/go-difflib v1.0.0 // indirect
46+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4747
github.com/prometheus/client_model v0.2.0 // indirect
4848
github.com/prometheus/common v0.32.1 // indirect
4949
github.com/prometheus/procfs v0.7.3 // indirect
50-
golang.org/x/crypto v0.21.0 // indirect
51-
golang.org/x/net v0.23.0 // indirect
52-
golang.org/x/oauth2 v0.10.0 // indirect
53-
golang.org/x/sys v0.18.0 // indirect
54-
golang.org/x/term v0.18.0 // indirect
55-
golang.org/x/text v0.14.0 // indirect
50+
github.com/x448/float16 v0.8.4 // indirect
51+
golang.org/x/crypto v0.24.0 // indirect
52+
golang.org/x/net v0.26.0 // indirect
53+
golang.org/x/oauth2 v0.21.0 // indirect
54+
golang.org/x/sys v0.21.0 // indirect
55+
golang.org/x/term v0.21.0 // indirect
56+
golang.org/x/text v0.16.0 // indirect
5657
golang.org/x/time v0.3.0 // indirect
57-
google.golang.org/appengine v1.6.7 // indirect
58-
google.golang.org/protobuf v1.33.0 // indirect
58+
google.golang.org/protobuf v1.34.2 // indirect
59+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
5960
gopkg.in/inf.v0 v0.9.1 // indirect
6061
gopkg.in/yaml.v2 v2.4.0 // indirect
6162
gopkg.in/yaml.v3 v3.0.1 // indirect
6263
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
63-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
64+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
6465
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
6566
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
6667
)

go.sum

+56-50
Large diffs are not rendered by default.

vendor/github.com/fxamacker/cbor/v2/.gitignore

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fxamacker/cbor/v2/.golangci.yml

+104
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fxamacker/cbor/v2/CODE_OF_CONDUCT.md

+133
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fxamacker/cbor/v2/CONTRIBUTING.md

+41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fxamacker/cbor/v2/LICENSE

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)