forked from samuelkarp/runj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 758 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module go.sbk.wtf/runj
go 1.14
require (
github.com/cheggaaa/pb/v3 v3.0.5
github.com/containerd/console v1.0.3-0.20210412134321-2298a9c8aead
github.com/containerd/containerd v1.5.0-rc.1.0.20210416024557-f0890f9b3a6a
github.com/containerd/fifo v0.0.0-20210316144830-115abcc95a1d
github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0
github.com/gogo/protobuf v1.3.2
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20210324051608-47abb6519492
google.golang.org/grpc v1.34.0 // indirect
)