forked from Optum/runiac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (40 loc) · 1.69 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
module github.com/optum/runiac
go 1.16
require (
cloud.google.com/go v0.107.0 // indirect
cloud.google.com/go/compute v1.14.0 // indirect
cloud.google.com/go/storage v1.28.1 // indirect
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/aws/aws-sdk-go v1.44.157 // indirect
github.com/briandowns/spinner v1.19.0
github.com/go-errors/errors v1.0.1
github.com/go-playground/validator/v10 v10.1.0
github.com/golang/mock v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
github.com/gookit/color v1.5.2
github.com/gruntwork-io/gruntwork-cli v0.4.2
github.com/gruntwork-io/terratest v0.17.5
github.com/hashicorp/go-getter v1.6.2
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.15.13 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/otiai10/copy v1.4.2
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/spf13/afero v1.9.3
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.14.0
github.com/stretchr/testify v1.8.1
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/urfave/cli v1.22.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/exp v0.0.0-20221212164502-fae10dda9338 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/oauth2 v0.3.0 // indirect
google.golang.org/api v0.104.0 // indirect
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
)