Skip to content

Commit

Permalink
Merge pull request #1485 from mtrmac/containerd-update
Browse files Browse the repository at this point in the history
Update github.com/containerd/containerd
  • Loading branch information
vrothberg committed Mar 7, 2022
2 parents 3810c56 + 542c9c0 commit f3e5bb3
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 19 deletions.
7 changes: 4 additions & 3 deletions go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/14rcole/gopopulate v0.0.0-20180821133914-b175b219e774 // indirect
github.com/BurntSushi/toml v1.0.0
github.com/containerd/containerd v1.5.9 // indirect
github.com/containerd/containerd v1.6.1 // indirect
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a
github.com/containers/ocicrypt v1.1.2
github.com/containers/storage v1.38.3-0.20220301151551-d06b0f81c0aa
Expand Down Expand Up @@ -37,8 +37,9 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0
go.etcd.io/bbolt v1.3.6
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8 // indirect
)

0 comments on commit f3e5bb3

Please sign in to comment.