-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
29 lines (26 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/kelda/dksnap
go 1.13
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/containerd/containerd v1.3.2 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0
github.com/gdamore/tcell v1.3.0
github.com/gogo/protobuf v1.3.1 // indirect
github.com/jroimartin/gocui v0.4.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nsf/termbox-go v0.0.0-20191229070316-58d4fcbce2a7 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/rivo/tview v0.0.0-20200129065529-3a5c6317e432
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/spf13/cobra v0.0.5
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
google.golang.org/grpc v1.27.0 // indirect
)
replace github.com/docker/docker => github.com/docker/engine v1.4.2-0.20191113042239-ea84732a7725