forked from testground/testground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
67 lines (65 loc) · 2.81 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
module github.com/testground/testground
go 1.16
require (
cloud.google.com/go v0.45.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/Microsoft/hcsshim v0.8.7 // indirect
github.com/aws/aws-sdk-go v1.28.9
github.com/containerd/containerd v1.3.4 // indirect
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
github.com/containernetworking/cni v0.7.1
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.4.2-0.20200206084213-b5fc6ea92cde
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/dsnet/compress v0.0.1 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/frankban/quicktest v1.9.0 // indirect
github.com/go-git/go-git/v5 v5.0.0
github.com/go-playground/validator/v10 v10.3.0
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/golang-lru v0.5.3
github.com/imdario/mergo v0.3.8
github.com/influxdata/influxdb1-client v0.0.0-20200515024757-02f0bf5dbca3
github.com/kubernetes/client-go v11.0.0+incompatible
github.com/logrusorgru/aurora v0.0.0-20191017060258-dc85c304c434
github.com/mattn/go-zglob v0.0.1
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/go-wordwrap v1.0.0
github.com/mitchellh/mapstructure v1.3.3
github.com/morikuni/aec v1.0.0 // indirect
github.com/msoap/byline v1.1.1
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
github.com/otiai10/copy v1.0.2
github.com/pborman/uuid v1.2.0
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/xid v1.2.1
github.com/stretchr/testify v1.5.1
github.com/syndtr/goleveldb v1.0.0
github.com/testground/plan-templates v1.0.3
github.com/testground/sdk-go v0.2.8-0.20210322095044-e00c1b9d2006
github.com/ulikunitz/xz v0.5.7 // indirect
github.com/urfave/cli/v2 v2.2.0
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
github.com/whilp/git-urls v0.0.0-20191001220047-6db9661140c0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
go.uber.org/zap v1.15.0
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f // indirect
google.golang.org/appengine v1.6.2 // indirect
google.golang.org/grpc v1.29.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.0.0-20190706005506-4ed54556a14a
)