Skip to content

Commit ce708a9

Browse files
chore: bump the gomod-dependencies group across 1 directory with 6 updates
Bumps the gomod-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw) | `0.17.0` | `0.19.0` | | [github.com/k8snetworkplumbingwg/network-attachment-definition-client](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client) | `1.7.5` | `1.7.7` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.37.0` | `1.38.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.73.0` | `1.75.0` | Updates `github.com/jaypipes/ghw` from 0.17.0 to 0.19.0 - [Release notes](https://github.com/jaypipes/ghw/releases) - [Commits](jaypipes/ghw@v0.17.0...v0.19.0) Updates `github.com/jaypipes/pcidb` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/jaypipes/pcidb/releases) - [Commits](jaypipes/pcidb@v1.0.1...v1.1.0) Updates `github.com/k8snetworkplumbingwg/network-attachment-definition-client` from 1.7.5 to 1.7.7 - [Release notes](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client/releases) - [Commits](k8snetworkplumbingwg/network-attachment-definition-client@v1.7.5...v1.7.7) Updates `github.com/onsi/gomega` from 1.37.0 to 1.38.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.37.0...v1.38.1) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.0) Updates `google.golang.org/grpc` from 1.73.0 to 1.75.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.73.0...v1.75.0) --- updated-dependencies: - dependency-name: github.com/jaypipes/ghw dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/jaypipes/pcidb dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/k8snetworkplumbingwg/network-attachment-definition-client dependency-version: 1.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.38.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/stretchr/testify dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.75.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f678b4 commit ce708a9

File tree

2 files changed

+81
-78
lines changed

2 files changed

+81
-78
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,33 @@
11
module github.com/k8snetworkplumbingwg/sriov-network-device-plugin
22

3-
go 1.23.0
3+
go 1.24.0
44

55
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.76.0
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-20250804133106-a7a43d27e69b // 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)