Skip to content

Commit

Permalink
Merge pull request #22 from thaJeztah/bump_deps
Browse files Browse the repository at this point in the history
go.mod: containerd v1.4.1 and dependencies
  • Loading branch information
estesp committed Oct 3, 2020
2 parents dab0cbe + 778a858 commit 76a6863
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 50 deletions.
22 changes: 9 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@ module github.com/containerd/aufs
go 1.13

require (
github.com/Microsoft/hcsshim v0.8.7 // indirect
github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
github.com/containerd/continuity v0.0.0-20191127005431-f65d91d395eb
github.com/containerd/ttrpc v0.0.0-20191028202541-4f1b8fe65a5c // indirect
github.com/containerd/typeurl v0.0.0-20190911142611-5eb25027c9fd // indirect
github.com/Microsoft/hcsshim v0.8.9 // indirect
github.com/containerd/containerd v1.4.1
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe
github.com/containerd/ttrpc v1.0.1 // indirect
github.com/containerd/typeurl v1.0.1 // indirect
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v1.0.0-rc9 // indirect
github.com/pkg/errors v0.8.1
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
google.golang.org/grpc v1.25.1 // indirect
github.com/pkg/errors v0.9.1
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4
gotest.tools/v3 v3.0.2 // indirect
)

0 comments on commit 76a6863

Please sign in to comment.