Skip to content

Commit 03f795c

Browse files
authored
Merge pull request #68 from NVIDIA/dependabot/go_modules/main/k8sio-8929ed25bb
2 parents 4b1a2fd + 604e051 commit 03f795c

File tree

1,334 files changed

+48555
-47192
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,334 files changed

+48555
-47192
lines changed

go.mod

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ require (
1313
github.com/stretchr/testify v1.9.0
1414
github.com/urfave/cli/v2 v2.27.5
1515
golang.org/x/sys v0.22.0
16-
k8s.io/apimachinery v0.30.2
17-
k8s.io/client-go v0.30.2
16+
k8s.io/apimachinery v0.31.1
17+
k8s.io/client-go v0.31.1
1818
k8s.io/klog/v2 v2.130.1
1919
oras.land/oras-go/v2 v2.5.0
2020
sigs.k8s.io/yaml v1.4.0
@@ -26,16 +26,18 @@ require (
2626
github.com/BurntSushi/toml v1.4.0 // indirect
2727
github.com/NVIDIA/go-nvml v0.12.4-0 // indirect
2828
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
29-
github.com/davecgh/go-spew v1.1.1 // indirect
29+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3030
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3131
github.com/fsnotify/fsnotify v1.7.0 // indirect
32-
github.com/go-logr/logr v1.4.1 // indirect
32+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
33+
github.com/go-logr/logr v1.4.2 // indirect
3334
github.com/go-openapi/jsonpointer v0.19.6 // indirect
3435
github.com/go-openapi/jsonreference v0.20.2 // indirect
35-
github.com/go-openapi/swag v0.22.3 // indirect
36+
github.com/go-openapi/swag v0.22.4 // indirect
3637
github.com/gogo/protobuf v1.3.2 // indirect
3738
github.com/golang/protobuf v1.5.4 // indirect
3839
github.com/google/gnostic-models v0.6.8 // indirect
40+
github.com/google/go-cmp v0.6.0 // indirect
3941
github.com/google/gofuzz v1.2.0 // indirect
4042
github.com/google/uuid v1.6.0 // indirect
4143
github.com/josharian/intern v1.0.0 // indirect
@@ -47,25 +49,25 @@ require (
4749
github.com/opencontainers/go-digest v1.0.0 // indirect
4850
github.com/opencontainers/runtime-spec v1.2.0 // indirect
4951
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 // indirect
50-
github.com/pmezard/go-difflib v1.0.0 // indirect
52+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5153
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5254
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
55+
github.com/x448/float16 v0.8.4 // indirect
5356
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
5457
golang.org/x/mod v0.19.0 // indirect
55-
golang.org/x/net v0.23.0 // indirect
56-
golang.org/x/oauth2 v0.10.0 // indirect
57-
golang.org/x/sync v0.6.0 // indirect
58-
golang.org/x/term v0.18.0 // indirect
59-
golang.org/x/text v0.14.0 // indirect
58+
golang.org/x/net v0.26.0 // indirect
59+
golang.org/x/oauth2 v0.21.0 // indirect
60+
golang.org/x/sync v0.7.0 // indirect
61+
golang.org/x/term v0.21.0 // indirect
62+
golang.org/x/text v0.16.0 // indirect
6063
golang.org/x/time v0.3.0 // indirect
61-
google.golang.org/appengine v1.6.7 // indirect
62-
google.golang.org/protobuf v1.33.0 // indirect
64+
google.golang.org/protobuf v1.34.2 // indirect
6365
gopkg.in/inf.v0 v0.9.1 // indirect
6466
gopkg.in/yaml.v2 v2.4.0 // indirect
6567
gopkg.in/yaml.v3 v3.0.1 // indirect
66-
k8s.io/api v0.30.2 // indirect
68+
k8s.io/api v0.31.1 // indirect
6769
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
68-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
70+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
6971
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
7072
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
7173
)

go.sum

Lines changed: 44 additions & 42 deletions
Large diffs are not rendered by default.

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

Lines changed: 12 additions & 0 deletions
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

Lines changed: 104 additions & 0 deletions
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

Lines changed: 133 additions & 0 deletions
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

Lines changed: 41 additions & 0 deletions
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

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