forked from gruntwork-io/cloud-nuke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (27 loc) · 1.1 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
module github.com/gruntwork-io/cloud-nuke
go 1.13
require (
github.com/aws/aws-sdk-go v1.22.3
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/fatih/color v1.5.0
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/golang/mock v1.4.0
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c // indirect
github.com/gruntwork-io/gruntwork-cli v0.1.2
github.com/gruntwork-io/terratest v0.13.19
github.com/hashicorp/go-multierror v1.1.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pquerna/otp v1.2.0 // indirect
github.com/sirupsen/logrus v1.0.4
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.20.0
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/yaml.v2 v2.2.4
)