forked from keilerkonzept/terraform-module-versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.35 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
module github.com/keilerkonzept/terraform-module-versions
go 1.19
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/go-git/go-git/v5 v5.4.2
github.com/hashicorp/go-getter v1.6.2
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
github.com/jstemmer/go-junit-report v1.0.0
github.com/olekukonko/tablewriter v0.0.5
github.com/peterbourgon/ff/v3 v3.3.0
github.com/sgreben/flagvar v1.10.1
)
require (
cloud.google.com/go v0.74.0 // indirect
cloud.google.com/go/storage v1.12.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/aws/aws-sdk-go v1.37.0 // indirect
github.com/gliderlabs/ssh v0.3.1 // indirect
github.com/go-test/deep v1.0.7 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/zclconf/go-cty v1.8.3 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
golang.org/x/tools v0.0.0-20201211025543-abf6a1d87e11 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)