forked from GoogleContainerTools/container-structure-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 852 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 github.com/GoogleContainerTools/container-structure-test
go 1.14
require (
github.com/GoogleContainerTools/container-diff v0.14.1-0.20190219205308-3f6b025c016c
github.com/docker/distribution v0.0.0-20200223014041-6b972e50feee // indirect
github.com/docker/docker v1.4.2-0.20190219180918-740349757396 // indirect
github.com/fsouza/go-dockerclient v1.3.6
github.com/gogo/protobuf v1.2.1 // indirect
github.com/google/go-cmp v0.2.0
github.com/google/go-containerregistry v0.0.0-20190214194807-bada66e31e55
github.com/morikuni/aec v1.0.0 // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.3
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/grpc v1.27.1 // indirect
gopkg.in/yaml.v2 v2.2.2
)