Skip to content

Commit c7db179

Browse files
committed
chore: update Go and plugins
Signed-off-by: Fred Rolland <frolland@nvidia.com>
1 parent 3fb0312 commit c7db179

File tree

6 files changed

+628
-246
lines changed

6 files changed

+628
-246
lines changed

THIRD_PARTY_NOTICES

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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/k8snetworkplumbingwg/ovs-cni
22

3-
go 1.25.5
3+
go 1.25.9
44

55
require (
66
dario.cat/mergo v1.0.2
77
github.com/containernetworking/cni v1.3.0
8-
github.com/containernetworking/plugins v1.8.0
8+
github.com/containernetworking/plugins v1.9.1
99
github.com/golang/glog v1.2.5
1010
github.com/j-keck/arping v1.0.3
1111
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnht
7474
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
7575
github.com/containernetworking/cni v1.3.0 h1:v6EpN8RznAZj9765HhXQrtXgX+ECGebEYEmnuFjskwo=
7676
github.com/containernetworking/cni v1.3.0/go.mod h1:Bs8glZjjFfGPHMw6hQu82RUgEPNGEaBb9KS5KtNMnJ4=
77-
github.com/containernetworking/plugins v1.8.0 h1:WjGbV/0UQyo8A4qBsAh6GaDAtu1hevxVxsEuqtBqUFk=
78-
github.com/containernetworking/plugins v1.8.0/go.mod h1:JG3BxoJifxxHBhG3hFyxyhid7JgRVBu/wtooGEvWf1c=
77+
github.com/containernetworking/plugins v1.9.1 h1:8oU6WsIsU3bpnNZuvHp74a6cE1MJwbj2P7s4/yTUNlA=
78+
github.com/containernetworking/plugins v1.9.1/go.mod h1:fj7kS55qg3o/RgS+WGsF3+ZxwIImMPusQZKzBpcSr4c=
7979
github.com/coreos/go-iptables v0.8.0 h1:MPc2P89IhuVpLI7ETL/2tx3XZ61VeICZjYqDEgNsPRc=
8080
github.com/coreos/go-iptables v0.8.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q=
8181
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=

make/license.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ go-licenses: $(TOOL_BIN_DIR)
5555
.PHONY: third-party-licenses
5656
third-party-licenses: go-licenses
5757
@echo "Collecting third-party licenses..."
58-
@GOROOT="" $(GO_LICENSES) save ./... --save_path=third_party_licenses
58+
@GOROOT=$$(GOROOT= go env GOROOT) $(GO_LICENSES) save ./... --save_path=third_party_licenses
5959
@echo "Generating THIRD_PARTY_NOTICES..."
6060
@find third_party_licenses -type f -iname "LICENSE*" | sort --ignore-case | while read -r license; do \
6161
echo "---"; \

vendor/github.com/containernetworking/plugins/pkg/ip/addr_linux.go

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ github.com/containernetworking/cni/pkg/types/create
3333
github.com/containernetworking/cni/pkg/types/internal
3434
github.com/containernetworking/cni/pkg/utils
3535
github.com/containernetworking/cni/pkg/version
36-
# github.com/containernetworking/plugins v1.8.0
36+
# github.com/containernetworking/plugins v1.9.1
3737
## explicit; go 1.24.2
3838
github.com/containernetworking/plugins/pkg/ip
3939
github.com/containernetworking/plugins/pkg/ipam

0 commit comments

Comments
 (0)