forked from testground/testground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
44 lines (42 loc) · 1.59 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
module github.com/testground/testground
go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/aws/aws-sdk-go v1.40.19
github.com/containernetworking/cni v1.0.0
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/dustin/go-humanize v1.0.0
github.com/go-git/go-git/v5 v5.4.2
github.com/go-playground/validator/v10 v10.9.0
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru v0.5.4
github.com/imdario/mergo v0.3.12
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-zglob v0.0.3
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/go-wordwrap v1.0.1
github.com/mitchellh/mapstructure v1.4.1
github.com/msoap/byline v1.1.1
github.com/otiai10/copy v1.6.0
github.com/pborman/uuid v1.2.1
github.com/rs/xid v1.3.0
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.0
github.com/testground/plan-templates/templates v0.0.0-20200429051153-b24fdc73e401
github.com/testground/sdk-go v0.3.1-0.20211012114808-49c90fa75405
github.com/urfave/cli/v2 v2.3.0
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
github.com/whilp/git-urls v1.0.0
go.uber.org/zap v1.19.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
)