This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
45 lines (43 loc) · 1.98 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
module github.com/gravitational/robotest
go 1.16
require (
cloud.google.com/go v0.72.0 // indirect
cloud.google.com/go/bigquery v1.13.0
cloud.google.com/go/logging v1.1.2
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
github.com/aws/aws-sdk-go v1.35.34
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/google/go-cmp v0.5.3
github.com/gravitational/configure v0.0.0-20180808141939-c3428bd84c23
github.com/gravitational/log v0.0.0-20200127200505-fdffa14162b0 // indirect
github.com/gravitational/trace v1.1.11
github.com/hashicorp/go-version v1.2.1
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/kr/pretty v0.2.1
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nxadm/tail v1.4.5 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/satori/go.uuid v1.2.0
github.com/sclevine/agouti v0.0.0-20180825234404-5e39ce136dd6
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/tools v0.0.0-20201123190950-db3e1ec26de3 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)