-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.45 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (30 loc) · 1.45 KB
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
30
31
32
module github.com/rycus86/podlike
go 1.13
require (
github.com/Microsoft/go-winio v0.4.7 // indirect
github.com/docker/cli v0.0.0-20180601213240-2014e991ee3f
github.com/docker/distribution v2.6.0-rc.1.0.20180327202408-83389a148052+incompatible // indirect
github.com/docker/docker v1.4.2-0.20180419201305-e396b27b7f20
github.com/docker/go-connections v0.3.0 // indirect
github.com/docker/go-units v0.3.3
github.com/gogo/protobuf v1.0.0 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/imdario/mergo v0.3.4 // indirect
github.com/mattn/go-shellwords v1.0.3
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // 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.8.0
github.com/sirupsen/logrus v1.0.5 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20170528113821-0c8571ac0ce1 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible // indirect
)