Skip to content

Commit

Permalink
Merge pull request #12 from bergwolf/github/deps
Browse files Browse the repository at this point in the history
mod: update containerd and runc dependencies
  • Loading branch information
changweige committed Jan 20, 2022
2 parents 21cb822 + cda0ed2 commit 280949d
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 65 deletions.
33 changes: 12 additions & 21 deletions go.mod
Expand Up @@ -3,33 +3,24 @@ module github.com/containerd/nydus-snapshotter
go 1.16

require (
github.com/Microsoft/go-winio v0.4.17 // indirect
github.com/Microsoft/hcsshim v0.8.14 // indirect
github.com/containerd/cgroups v1.0.1 // indirect
github.com/containerd/containerd v1.4.12
github.com/containerd/continuity v0.1.0
github.com/containerd/ttrpc v1.1.0 // indirect
github.com/containerd/typeurl v1.0.2 // indirect
github.com/containerd/containerd v1.5.9
github.com/containerd/continuity v0.2.2-0.20211201162329-8e53e7cac79d
github.com/docker/cli v20.10.0-beta1.0.20201029214301-1d20b15adc38+incompatible
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/google/go-cmp v0.5.6 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/google/go-containerregistry v0.5.1
github.com/google/uuid v1.2.0
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.10.0
github.com/prometheus/common v0.26.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
go.etcd.io/bbolt v1.3.6
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
google.golang.org/grpc v1.40.0
gotest.tools/v3 v3.0.3 // indirect
google.golang.org/grpc v1.41.0
)

replace (
github.com/containerd/containerd => github.com/containerd/containerd v1.5.9
github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3
)

0 comments on commit 280949d

Please sign in to comment.