You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
790 B
Modula-2
23 lines
790 B
Modula-2
module github.com/Microsoft/hcsshim
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.17-0.20210211115548-6eac466e5fa3
|
|
github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102
|
|
github.com/containerd/console v1.0.1
|
|
github.com/containerd/containerd v1.5.0-beta.1
|
|
github.com/containerd/go-runc v0.0.0-20200220073739-7016d3ce2328
|
|
github.com/containerd/ttrpc v1.0.2
|
|
github.com/containerd/typeurl v1.0.1
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/urfave/cli v1.22.2
|
|
go.opencensus.io v0.22.3
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
google.golang.org/grpc v1.30.0
|
|
)
|