forked from chanzuckerberg/fogg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
53 lines (50 loc) · 2.27 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
46
47
48
49
50
51
52
53
module github.com/chanzuckerberg/fogg
go 1.14
replace github.com/spf13/afero v1.2.2 => github.com/chanzuckerberg/afero v0.0.0-20190514223411-36a9495a9b51
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/agext/levenshtein v1.2.3 // indirect
github.com/antzucaro/matchr v0.0.0-20191224151129-ab6ba461ddec
github.com/aws/aws-sdk-go v1.38.11
github.com/blang/semver v3.5.1+incompatible
github.com/bmatcuk/doublestar v1.2.4 // indirect
github.com/chanzuckerberg/go-misc v0.0.0-20210209191033-ae96c0409e3f
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.10.0
github.com/go-errors/errors v1.1.1
github.com/go-logfmt/logfmt v0.5.0
github.com/gobuffalo/packr/v2 v2.8.1
github.com/google/go-github/v27 v27.0.6
github.com/hashicorp/go-getter v1.5.2
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/hcl/v2 v2.9.1
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
github.com/hashicorp/terraform v0.14.9
github.com/hashicorp/terraform-config-inspect v0.0.0-20200806211835-c481b8bfa41e
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/huandu/xstrings v1.3.1 // indirect
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/kr/pretty v0.2.1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/pkg/errors v0.9.1
github.com/segmentio/go-prompt v1.2.1-0.20161017233205-f0d19b6901ad
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54 // indirect
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/ini.v1 v1.62.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)