-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathgo.mod
38 lines (36 loc) · 1.54 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
module github.com/cycloidio/inframap
go 1.15
require (
github.com/adrg/xdg v0.3.3
github.com/agext/levenshtein v1.2.3 // indirect
github.com/awalterschulze/gographviz v2.0.3+incompatible
github.com/chr4/pwgen v1.1.0
github.com/cycloidio/flatmap v1.0.0
github.com/cycloidio/tfdocs v0.0.0-20210325124514-48185a336974
github.com/dmarkham/enumer v1.5.2
github.com/fatih/color v1.11.0 // indirect
github.com/gobuffalo/here v0.6.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v0.16.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/hashicorp/hcl/v2 v2.10.0
github.com/hashicorp/terraform v0.15.3
github.com/markbates/pkger v0.17.1
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pascaldekloe/name v1.0.1 // indirect
github.com/satori/go.uuid v1.2.0
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
golang.org/x/tools v0.1.1
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)