Skip to content

Commit 7e4fd3c

Browse files
committed
Update network-attachment-definition-client dep to 1.3.0
This is a fix for CVE-2021-20206. Containernetworking/cni is an indirect dependency which is updated to the safe version in [email protected]
1 parent 1930aff commit 7e4fd3c

File tree

2 files changed

+9
-91
lines changed

2 files changed

+9
-91
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/caarlos0/env/v6 v6.2.1
7-
github.com/k8snetworkplumbingwg/network-attachment-definition-client v0.0.0-20200626054723-37f83d1996bc
7+
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.3.0
88
github.com/onsi/ginkgo v1.16.5
99
github.com/onsi/gomega v1.20.1
1010
github.com/rs/zerolog v1.18.0
@@ -18,7 +18,7 @@ require (
1818
require (
1919
github.com/PuerkitoBio/purell v1.1.1 // indirect
2020
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
21-
github.com/containernetworking/cni v0.7.1 // indirect
21+
github.com/containernetworking/cni v1.0.1 // indirect
2222
github.com/davecgh/go-spew v1.1.1 // indirect
2323
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
2424
github.com/evanphx/json-patch v4.12.0+incompatible // indirect

0 commit comments

Comments
 (0)