Skip to content

Commit

Permalink
Merge pull request #2016 from etungsten/gogogogo
Browse files Browse the repository at this point in the history
host-ctr: update dependencies
  • Loading branch information
etungsten authored Mar 25, 2022
2 parents c86796c + 0c916b9 commit 319bd8f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 159 deletions.
26 changes: 6 additions & 20 deletions sources/host-ctr/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,14 @@ module host-ctr
go 1.16

require (
github.com/Microsoft/hcsshim v0.9.2 // indirect
github.com/aws/aws-sdk-go v1.42.45
github.com/awslabs/amazon-ecr-containerd-resolver v0.0.0-20211009021844-db7e6868925f
github.com/containerd/cgroups v1.0.3 // indirect
github.com/containerd/containerd v1.5.9
github.com/containerd/continuity v0.2.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/klauspost/compress v1.14.2 // indirect
github.com/opencontainers/runc v1.1.0 // indirect
github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab
github.com/aws/aws-sdk-go v1.43.23
github.com/awslabs/amazon-ecr-containerd-resolver v0.0.0-20220223181341-7a5608625dc0
github.com/containerd/containerd v1.5.11
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/pelletier/go-toml v1.9.4
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
google.golang.org/genproto v0.0.0-20220202230416-2a053f022f0d // indirect
google.golang.org/grpc v1.44.0 // indirect
github.com/stretchr/testify v1.7.1
github.com/urfave/cli/v2 v2.4.0
k8s.io/cri-api v0.20.6
)

replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.6.0
Loading

0 comments on commit 319bd8f

Please sign in to comment.