summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/go.mod')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/go.mod26
1 files changed, 17 insertions, 9 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/go.mod b/vendor/github.com/Microsoft/hcsshim/go.mod
index 8360b0a50..4d26c7c36 100644
--- a/vendor/github.com/Microsoft/hcsshim/go.mod
+++ b/vendor/github.com/Microsoft/hcsshim/go.mod
@@ -3,25 +3,33 @@ module github.com/Microsoft/hcsshim
go 1.13
require (
+ github.com/BurntSushi/toml v0.3.1
github.com/Microsoft/go-winio v0.4.17
github.com/containerd/cgroups v1.0.1
github.com/containerd/console v1.0.2
- github.com/containerd/containerd v1.4.9
- github.com/containerd/continuity v0.1.0 // indirect
- github.com/containerd/fifo v1.0.0 // indirect
+ github.com/containerd/containerd v1.5.7
github.com/containerd/go-runc v1.0.0
github.com/containerd/ttrpc v1.0.2
github.com/containerd/typeurl v1.0.2
github.com/gogo/protobuf v1.3.2
- github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d
+ github.com/golang/mock v1.6.0
+ github.com/google/go-cmp v0.5.6
+ github.com/google/go-containerregistry v0.5.1
+ github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3
+ github.com/mattn/go-shellwords v1.0.6
+ github.com/opencontainers/runc v1.0.2
+ github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/pkg/errors v0.9.1
- github.com/sirupsen/logrus v1.7.0
+ github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli v1.22.2
+ github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
+ github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
+ go.etcd.io/bbolt v1.3.6
go.opencensus.io v0.22.3
- golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
- golang.org/x/sys v0.0.0-20210324051608-47abb6519492
- google.golang.org/grpc v1.33.2
- gotest.tools/v3 v3.0.3 // indirect
+ golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
+ golang.org/x/sys v0.0.0-20210510120138-977fb7262007
+ google.golang.org/grpc v1.40.0
)
replace (