Skip to content

Commit 0f5342c

Browse files
build(deps): bump github.com/k8snetworkplumbingwg/network-attachment-definition-client
Bumps [github.com/k8snetworkplumbingwg/network-attachment-definition-client](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client) from 1.1.1-0.20210510153419-66a699ae3b05 to 1.6.0. - [Release notes](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client/releases) - [Commits](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client/commits/v1.6.0) --- updated-dependencies: - dependency-name: github.com/k8snetworkplumbingwg/network-attachment-definition-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b03433a commit 0f5342c

File tree

1,253 files changed

+122267
-50077
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,253 files changed

+122267
-50077
lines changed

go.mod

+19-19
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,40 @@ require (
88
github.com/containernetworking/plugins v1.4.0
99
github.com/imdario/mergo v0.3.12
1010
github.com/json-iterator/go v1.1.12 // indirect
11-
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.1-0.20210510153419-66a699ae3b05
11+
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.6.0
1212
github.com/onsi/ginkgo v1.16.5
1313
github.com/onsi/gomega v1.31.1
1414
github.com/pkg/errors v0.9.1
1515
gomodules.xyz/jsonpatch/v2 v2.4.0
16-
k8s.io/api v0.24.0
17-
k8s.io/apimachinery v0.24.0
18-
k8s.io/client-go v0.24.0
19-
k8s.io/code-generator v0.24.0
20-
k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6
16+
k8s.io/api v0.29.0
17+
k8s.io/apimachinery v0.29.0
18+
k8s.io/client-go v0.29.0
19+
k8s.io/code-generator v0.29.0
20+
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
2121
)
2222

2323
require github.com/go-co-op/gocron/v2 v2.2.5
2424

2525
require (
26+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
27+
github.com/google/gnostic-models v0.6.8 // indirect
2628
github.com/jonboulle/clockwork v0.4.0 // indirect
2729
github.com/robfig/cron/v3 v3.0.1 // indirect
2830
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 // indirect
29-
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
31+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
3032
)
3133

3234
require (
3335
github.com/davecgh/go-spew v1.1.1 // indirect
34-
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
3536
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
3637
github.com/fsnotify/fsnotify v1.5.4
3738
github.com/go-logr/logr v1.3.0 // indirect
38-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
39-
github.com/go-openapi/jsonreference v0.20.0 // indirect
40-
github.com/go-openapi/swag v0.21.1 // indirect
39+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
40+
github.com/go-openapi/jsonreference v0.20.2 // indirect
41+
github.com/go-openapi/swag v0.22.3 // indirect
4142
github.com/gogo/protobuf v1.3.2 // indirect
4243
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4344
github.com/golang/protobuf v1.5.3 // indirect
44-
github.com/google/gnostic v0.6.9 // indirect
4545
github.com/google/go-cmp v0.6.0 // indirect
4646
github.com/google/gofuzz v1.2.0 // indirect
4747
github.com/google/uuid v1.6.0 // indirect
@@ -54,22 +54,22 @@ require (
5454
github.com/spf13/pflag v1.0.5 // indirect
5555
golang.org/x/mod v0.14.0 // indirect
5656
golang.org/x/net v0.19.0 // indirect
57-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
57+
golang.org/x/oauth2 v0.10.0 // indirect
5858
golang.org/x/sys v0.15.0 // indirect
5959
golang.org/x/term v0.15.0 // indirect
6060
golang.org/x/text v0.14.0 // indirect
61-
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
61+
golang.org/x/time v0.3.0 // indirect
6262
golang.org/x/tools v0.16.1 // indirect
6363
google.golang.org/appengine v1.6.7 // indirect
64-
google.golang.org/protobuf v1.30.0 // indirect
64+
google.golang.org/protobuf v1.31.0 // indirect
6565
gopkg.in/inf.v0 v0.9.1 // indirect
6666
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
6767
gopkg.in/yaml.v2 v2.4.0 // indirect
6868
gopkg.in/yaml.v3 v3.0.1 // indirect
69-
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
70-
k8s.io/klog/v2 v2.60.1 // indirect
71-
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
72-
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
69+
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
70+
k8s.io/klog/v2 v2.110.1 // indirect
71+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
72+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
7373
sigs.k8s.io/yaml v1.3.0 // indirect
7474
)
7575

go.sum

+49-594
Large diffs are not rendered by default.

vendor/github.com/emicklei/go-restful/Makefile

-5
This file was deleted.

vendor/github.com/emicklei/go-restful/v3/.goconvey

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

0 commit comments

Comments
 (0)