Skip to content

Commit

Permalink
Bump containerd
Browse files Browse the repository at this point in the history
Should fix the dependabot alert.
  • Loading branch information
fsouza committed Mar 8, 2022
1 parent 4dea6fc commit ccb3052
Show file tree
Hide file tree
Showing 2 changed files with 459 additions and 14 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ go 1.16

require (
github.com/Microsoft/go-winio v0.5.2
github.com/containerd/containerd v1.5.9 // indirect
github.com/containerd/containerd v1.6.1 // indirect
github.com/docker/docker v20.10.3-0.20220208084023-a5c757555091+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0
github.com/google/go-cmp v0.5.7
github.com/gorilla/mux v1.8.0
github.com/moby/sys/mount v0.2.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/runc v1.0.3 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
)
Loading

0 comments on commit ccb3052

Please sign in to comment.