Skip to content

Commit 83f2f92

Browse files
authored
Merge pull request #666 from k8snetworkplumbingwg/dependabot/go_modules/gomod-dependencies-8d2efc3b71
chore: bump the gomod-dependencies group across 1 directory with 6 updates
2 parents 174cd16 + f8f8baf commit 83f2f92

File tree

2 files changed

+80
-77
lines changed

2 files changed

+80
-77
lines changed

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,28 @@ require (
66
github.com/Mellanox/rdmamap v1.1.0
77
github.com/container-orchestrated-devices/container-device-interface v0.5.4
88
github.com/golang/glog v1.2.5
9-
github.com/jaypipes/ghw v0.17.0
10-
github.com/jaypipes/pcidb v1.0.1
9+
github.com/jaypipes/ghw v0.19.1
10+
github.com/jaypipes/pcidb v1.1.1
1111
github.com/k8snetworkplumbingwg/govdpa v0.1.4
12-
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5
12+
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.7
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.37.0
15+
github.com/onsi/gomega v1.38.2
1616
github.com/pkg/errors v0.9.1
17-
github.com/stretchr/testify v1.10.0
17+
github.com/stretchr/testify v1.11.1
1818
github.com/vishvananda/netlink v1.3.1
19-
google.golang.org/grpc v1.73.0
19+
google.golang.org/grpc v1.75.1
2020
k8s.io/kubelet v0.32.0
2121
)
2222

2323
require (
24-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
25-
github.com/StackExchange/wmi v1.2.1 // indirect
24+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2625
github.com/containernetworking/cni v1.2.0-rc1 // indirect
2726
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2827
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2928
github.com/fsnotify/fsnotify v1.5.1 // indirect
3029
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
31-
github.com/go-logr/logr v1.4.2 // indirect
30+
github.com/go-logr/logr v1.4.3 // indirect
3231
github.com/go-ole/go-ole v1.3.0 // indirect
3332
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3433
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -42,7 +41,6 @@ require (
4241
github.com/josharian/intern v1.0.0 // indirect
4342
github.com/json-iterator/go v1.1.12 // indirect
4443
github.com/mailru/easyjson v0.7.7 // indirect
45-
github.com/mitchellh/go-homedir v1.1.0 // indirect
4644
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4745
github.com/modern-go/reflect2 v1.0.2 // indirect
4846
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -56,20 +54,22 @@ require (
5654
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
5755
github.com/vishvananda/netns v0.0.5 // indirect
5856
github.com/x448/float16 v0.8.4 // indirect
59-
golang.org/x/mod v0.20.0 // indirect
60-
golang.org/x/net v0.38.0 // indirect
61-
golang.org/x/oauth2 v0.28.0 // indirect
62-
golang.org/x/sys v0.31.0 // indirect
63-
golang.org/x/term v0.30.0 // indirect
64-
golang.org/x/text v0.23.0 // indirect
57+
github.com/yusufpapurcu/wmi v1.2.4 // indirect
58+
go.yaml.in/yaml/v3 v3.0.4 // indirect
59+
golang.org/x/mod v0.26.0 // indirect
60+
golang.org/x/net v0.43.0 // indirect
61+
golang.org/x/oauth2 v0.30.0 // indirect
62+
golang.org/x/sys v0.35.0 // indirect
63+
golang.org/x/term v0.34.0 // indirect
64+
golang.org/x/text v0.28.0 // indirect
6565
golang.org/x/time v0.7.0 // indirect
66-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
67-
google.golang.org/protobuf v1.36.6 // indirect
66+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
67+
google.golang.org/protobuf v1.36.7 // indirect
6868
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
6969
gopkg.in/inf.v0 v0.9.1 // indirect
7070
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
7171
gopkg.in/yaml.v3 v3.0.1 // indirect
72-
howett.net/plist v1.0.1 // indirect
72+
howett.net/plist v1.0.2-0.20250314012144-ee69052608d9 // indirect
7373
k8s.io/api v0.32.0 // indirect
7474
k8s.io/apimachinery v0.32.0 // indirect
7575
k8s.io/client-go v0.32.0 // indirect

0 commit comments

Comments
 (0)