2019-09-30 23:25:17 +00:00
|
|
|
module github.com/Microsoft/hcsshim
|
|
|
|
|
2020-08-10 17:43:49 +00:00
|
|
|
go 1.13
|
2019-09-30 23:25:17 +00:00
|
|
|
|
|
|
|
require (
|
2021-07-20 17:59:04 +00:00
|
|
|
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.5.1
|
|
|
|
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
|
2021-06-10 19:27:00 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-07-20 17:59:04 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2021-06-10 19:27:00 +00:00
|
|
|
github.com/urfave/cli v1.22.2
|
2021-07-20 17:59:04 +00:00
|
|
|
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
|
|
|
|
)
|
|
|
|
|
|
|
|
replace (
|
|
|
|
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|
|
|
|
google.golang.org/grpc => google.golang.org/grpc v1.27.1
|
2019-09-30 23:25:17 +00:00
|
|
|
)
|