File tree Expand file tree Collapse file tree 2 files changed +349
-86
lines changed Expand file tree Collapse file tree 2 files changed +349
-86
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ require (
3232)
3333
3434require (
35- github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795 // indirect
36- github.com/Microsoft/go-winio v0.4.17 // indirect
35+ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
36+ github.com/Microsoft/go-winio v0.5.1 // indirect
3737 github.com/StackExchange/wmi v1.2.1 // indirect
3838 github.com/cenkalti/backoff v2.2.1+incompatible // indirect
39- github.com/containerd/containerd v1.5.9 // indirect
39+ github.com/containerd/containerd v1.6.1 // indirect
4040 github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
4141 github.com/davecgh/go-spew v1.1.1 // indirect
4242 github.com/docker/distribution v2.8.0+incompatible // indirect
@@ -80,7 +80,7 @@ require (
8080// Include the single version of the dependency to clean up go.sum from old revisions.
8181// Since old and indirect dependencies are listed in the sum file and the vulnerability scanner flags the project as containing vulnerabilities.
8282replace (
83- github.com/containerd/containerd => github.com/containerd/containerd v1.5.9 // mitigate CVE-2021-32760 and CVE-2020-15257
83+ github.com/containerd/containerd => github.com/containerd/containerd v1.6.1 // mitigate CVE-2021-32760, CVE-2020-15257, CVE-2022-23648
8484 github.com/coreos/etcd => github.com/coreos/etcd v3.3.27+incompatible // mitigate CVE-2020-15113 and CVE-2020-15112
8585 github.com/docker/cli => github.com/docker/cli v20.10.3-0.20220214172424-cf8c4bab6477+incompatible // mitigate CVE-2018-20699
8686 github.com/docker/distribution v2.8.0+incompatible => github.com/agneum/distribution v2.8.1-0.20220215080619-a3a6b67e8f8d+incompatible
You can’t perform that action at this time.
0 commit comments