Skip to content

Commit 15ceeb3

Browse files
authored
Merge pull request #537 from k8snetworkplumbingwg/dependabot/go_modules/gomod-dependencies-f22a9e4032
Bump the gomod-dependencies group with 4 updates
2 parents abb8d4c + 12a29cf commit 15ceeb3

File tree

442 files changed

+4985
-3104
lines changed

Some content is hidden

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

442 files changed

+4985
-3104
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ require (
99
github.com/jaypipes/ghw v0.12.0
1010
github.com/jaypipes/pcidb v1.0.0
1111
github.com/k8snetworkplumbingwg/govdpa v0.1.4
12-
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.4.0
12+
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.6.0
1313
github.com/k8snetworkplumbingwg/sriovnet v1.2.1-0.20240128120937-3ca5e43034e6
1414
github.com/onsi/ginkgo v1.16.5
15-
github.com/onsi/gomega v1.30.0
15+
github.com/onsi/gomega v1.31.1
1616
github.com/pkg/errors v0.9.1
1717
github.com/stretchr/testify v1.8.4
1818
github.com/vishvananda/netlink v1.2.1-beta.2
19-
google.golang.org/grpc v1.60.1
20-
k8s.io/kubelet v0.29.0
19+
google.golang.org/grpc v1.62.0
20+
k8s.io/kubelet v0.29.2
2121
)
2222

2323
require (
@@ -37,7 +37,7 @@ require (
3737
github.com/google/gnostic-models v0.6.8 // indirect
3838
github.com/google/go-cmp v0.6.0 // indirect
3939
github.com/google/gofuzz v1.2.0 // indirect
40-
github.com/google/uuid v1.3.1 // indirect
40+
github.com/google/uuid v1.6.0 // indirect
4141
github.com/josharian/intern v1.0.0 // indirect
4242
github.com/json-iterator/go v1.1.12 // indirect
4343
github.com/mailru/easyjson v0.7.7 // indirect
@@ -54,24 +54,24 @@ require (
5454
github.com/stretchr/objx v0.5.0 // indirect
5555
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
5656
github.com/vishvananda/netns v0.0.4 // indirect
57-
golang.org/x/mod v0.8.0 // indirect
58-
golang.org/x/net v0.17.0 // indirect
59-
golang.org/x/oauth2 v0.13.0 // indirect
60-
golang.org/x/sys v0.13.0 // indirect
61-
golang.org/x/term v0.13.0 // indirect
62-
golang.org/x/text v0.13.0 // indirect
57+
golang.org/x/mod v0.12.0 // indirect
58+
golang.org/x/net v0.20.0 // indirect
59+
golang.org/x/oauth2 v0.16.0 // indirect
60+
golang.org/x/sys v0.16.0 // indirect
61+
golang.org/x/term v0.16.0 // indirect
62+
golang.org/x/text v0.14.0 // indirect
6363
golang.org/x/time v0.3.0 // indirect
6464
google.golang.org/appengine v1.6.8 // indirect
65-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
66-
google.golang.org/protobuf v1.31.0 // indirect
65+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
66+
google.golang.org/protobuf v1.32.0 // indirect
6767
gopkg.in/inf.v0 v0.9.1 // indirect
6868
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
6969
gopkg.in/yaml.v2 v2.4.0 // indirect
7070
gopkg.in/yaml.v3 v3.0.1 // indirect
7171
howett.net/plist v1.0.0 // indirect
72-
k8s.io/api v0.29.0 // indirect
73-
k8s.io/apimachinery v0.29.0 // indirect
74-
k8s.io/client-go v0.29.0 // indirect
72+
k8s.io/api v0.29.2 // indirect
73+
k8s.io/apimachinery v0.29.2 // indirect
74+
k8s.io/client-go v0.29.2 // indirect
7575
k8s.io/klog/v2 v2.110.1 // indirect
7676
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
7777
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect

go.sum

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

0 commit comments

Comments
 (0)