File tree Expand file tree Collapse file tree 6 files changed +628
-246
lines changed
github.com/containernetworking/plugins/pkg/ip Expand file tree Collapse file tree 6 files changed +628
-246
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11module github.com/k8snetworkplumbingwg/ovs-cni
22
3- go 1.25.5
3+ go 1.25.9
44
55require (
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
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnht
7474github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 /go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk =
7575github.com/containernetworking/cni v1.3.0 h1:v6EpN8RznAZj9765HhXQrtXgX+ECGebEYEmnuFjskwo =
7676github.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 =
7979github.com/coreos/go-iptables v0.8.0 h1:MPc2P89IhuVpLI7ETL/2tx3XZ61VeICZjYqDEgNsPRc =
8080github.com/coreos/go-iptables v0.8.0 /go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q =
8181github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ go-licenses: $(TOOL_BIN_DIR)
5555.PHONY : third-party-licenses
5656third-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 " ---" ; \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ github.com/containernetworking/cni/pkg/types/create
3333github.com/containernetworking/cni/pkg/types/internal
3434github.com/containernetworking/cni/pkg/utils
3535github.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
3838github.com/containernetworking/plugins/pkg/ip
3939github.com/containernetworking/plugins/pkg/ipam
You can’t perform that action at this time.
0 commit comments