Skip to content

Commit

Permalink
bump containerd to v1.6.6 to resolve reporting of GHSA-5ffw-gxpp-mxpf (
Browse files Browse the repository at this point in the history
…#128)

Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
  • Loading branch information
westonsteimel committed Jun 9, 2022
1 parent 2a98846 commit 9e3b40f
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 18 deletions.
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -5,15 +5,15 @@ go 1.16
require (
github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04
github.com/bmatcuk/doublestar/v4 v4.0.2
github.com/containerd/containerd v1.5.10
github.com/containerd/containerd v1.6.6
github.com/docker/cli v20.10.12+incompatible
// docker/distribution for https://github.com/advisories/GHSA-qq97-vm5h-rrhg
github.com/docker/distribution v2.8.0+incompatible // indirect
github.com/docker/docker v20.10.12+incompatible
github.com/gabriel-vasile/mimetype v1.4.0
github.com/go-test/deep v1.0.8
github.com/google/go-containerregistry v0.7.0
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/go-multierror v1.1.1
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml v1.9.3
Expand All @@ -26,5 +26,5 @@ require (
github.com/stretchr/testify v1.7.0
github.com/wagoodman/go-partybus v0.0.0-20200526224238-eb215533f07d
github.com/wagoodman/go-progress v0.0.0-20200621122631-1a2120f0695a
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
)

0 comments on commit 9e3b40f

Please sign in to comment.