Skip to content

Commit 93e2bb7

Browse files
Update module github.com/gruntwork-io/terratest to v0.46.8
1 parent e843a1c commit 93e2bb7

2 files changed

Lines changed: 458 additions & 4 deletions

File tree

go.mod

Lines changed: 62 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,69 @@
11
module template
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.21.5
6+
7+
require github.com/gruntwork-io/terratest v0.46.8
48

59
require (
6-
github.com/gruntwork-io/terratest v0.40.22
10+
cloud.google.com/go v0.110.0 // indirect
11+
cloud.google.com/go/compute v1.19.1 // indirect
12+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
13+
cloud.google.com/go/iam v0.13.0 // indirect
14+
cloud.google.com/go/storage v1.28.1 // indirect
15+
github.com/agext/levenshtein v1.2.3 // indirect
16+
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
17+
github.com/aws/aws-sdk-go v1.44.122 // indirect
18+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
19+
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
20+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
21+
github.com/davecgh/go-spew v1.1.1 // indirect
22+
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
23+
github.com/go-sql-driver/mysql v1.4.1 // indirect
24+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
25+
github.com/golang/protobuf v1.5.3 // indirect
26+
github.com/google/go-cmp v0.5.9 // indirect
27+
github.com/google/uuid v1.3.0 // indirect
28+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
29+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
30+
github.com/gruntwork-io/go-commons v0.8.0 // indirect
31+
github.com/hashicorp/errwrap v1.0.0 // indirect
32+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
33+
github.com/hashicorp/go-getter v1.7.1 // indirect
34+
github.com/hashicorp/go-multierror v1.1.0 // indirect
35+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
36+
github.com/hashicorp/go-version v1.6.0 // indirect
37+
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
38+
github.com/hashicorp/terraform-json v0.13.0 // indirect
39+
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
40+
github.com/jmespath/go-jmespath v0.4.0 // indirect
41+
github.com/klauspost/compress v1.15.11 // indirect
742
github.com/kylelemons/godebug v1.1.0 // indirect
8-
github.com/stretchr/testify v1.7.0 // indirect
43+
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
44+
github.com/mitchellh/go-homedir v1.1.0 // indirect
45+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
46+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
47+
github.com/pmezard/go-difflib v1.0.0 // indirect
48+
github.com/pquerna/otp v1.2.0 // indirect
49+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
50+
github.com/stretchr/testify v1.8.2 // indirect
51+
github.com/tmccombs/hcl2json v0.3.3 // indirect
52+
github.com/ulikunitz/xz v0.5.10 // indirect
53+
github.com/urfave/cli v1.22.2 // indirect
54+
github.com/zclconf/go-cty v1.9.1 // indirect
55+
go.opencensus.io v0.24.0 // indirect
56+
golang.org/x/crypto v0.14.0 // indirect
57+
golang.org/x/net v0.17.0 // indirect
58+
golang.org/x/oauth2 v0.8.0 // indirect
59+
golang.org/x/sys v0.13.0 // indirect
60+
golang.org/x/text v0.13.0 // indirect
61+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
62+
google.golang.org/api v0.114.0 // indirect
63+
google.golang.org/appengine v1.6.7 // indirect
64+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
65+
google.golang.org/grpc v1.56.3 // indirect
66+
google.golang.org/protobuf v1.31.0 // indirect
967
gopkg.in/yaml.v2 v2.4.0 // indirect
10-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
68+
gopkg.in/yaml.v3 v3.0.1 // indirect
1169
)

0 commit comments

Comments
 (0)