forked from anchore/stereoscope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.41 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
30
31
32
module github.com/anchore/stereoscope
go 1.14
require (
github.com/Microsoft/hcsshim v0.8.10 // indirect
github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04
github.com/apex/log v1.3.0
github.com/bmatcuk/doublestar/v2 v2.0.4
github.com/containerd/containerd v1.3.4 // indirect
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017
github.com/docker/docker v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible
github.com/go-test/deep v1.0.7
github.com/google/go-containerregistry v0.1.0
github.com/hashicorp/go-multierror v1.1.0
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/mitchellh/go-homedir v1.1.0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
github.com/pkg/errors v0.9.1
github.com/scylladb/go-set v1.0.2 // indirect
github.com/sergi/go-diff v1.1.0
github.com/spf13/afero v1.2.2
github.com/stretchr/testify v1.6.0 // indirect
github.com/vbatts/tar-split v0.11.1 // indirect
github.com/wagoodman/go-partybus v0.0.0-20200526224238-eb215533f07d
github.com/wagoodman/go-progress v0.0.0-20200621122631-1a2120f0695a
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
google.golang.org/genproto v0.0.0-20200604104852-0b0486081ffb // indirect
)