forked from cycloidio/inframap
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (41 loc) · 1.77 KB
/
Copy pathgo.mod
File metadata and controls
43 lines (41 loc) · 1.77 KB
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
module github.com/cycloidio/inframap
go 1.15
require (
github.com/adrg/xdg v0.3.1
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/tfdocs v0.0.0-20201106154358-49ea9e6f45e4
github.com/dmarkham/enumer v1.5.2
github.com/fatih/color v1.9.0 // indirect
github.com/gobuffalo/here v0.6.2 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/hashicorp/hcl/v2 v2.9.0
github.com/hashicorp/terraform v0.14.7
github.com/markbates/pkger v0.17.1
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/copystructure v1.1.1 // 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.5.1
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20210226101413-39120d07d75e // indirect
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 // indirect
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.1.0
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)