File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/cloudposse/terraform-aws-alb-target-group-cloudwatch-sns-alarms
2
2
3
- go 1.15
3
+ go 1.24
4
+
5
+ toolchain go1.24.0
4
6
5
7
require (
6
8
github.com/gruntwork-io/terratest v0.31.4
7
9
github.com/stretchr/testify v1.6.1
8
10
)
11
+
12
+ require (
13
+ github.com/davecgh/go-spew v1.1.1 // indirect
14
+ github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
15
+ github.com/pmezard/go-difflib v1.0.0 // indirect
16
+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
17
+ golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
18
+ golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
19
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
20
+ )
Original file line number Diff line number Diff line change @@ -195,8 +195,6 @@ github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de
195
195
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 /go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk =
196
196
github.com/grpc-ecosystem/grpc-gateway v1.9.5 /go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY =
197
197
github.com/gruntwork-io/gruntwork-cli v0.7.0 /go.mod h1:jp6Z7NcLF2avpY8v71fBx6hds9eOFPELSuD/VPv7w00 =
198
- github.com/gruntwork-io/terratest v0.30.23 h1:9iGmn2kL9hnchriqtSm66BGK67pYJl6SU4iOIjfD9f8 =
199
- github.com/gruntwork-io/terratest v0.30.23 /go.mod h1:EEgJie28gX/4AD71IFqgMj6e99KP5mi81hEtzmDjxTo =
200
198
github.com/gruntwork-io/terratest v0.31.4 h1:wChHuyhxp5J+Jz26DWuUJiAZpZvkyUQRfrkazYcDbdk =
201
199
github.com/gruntwork-io/terratest v0.31.4 /go.mod h1:EEgJie28gX/4AD71IFqgMj6e99KP5mi81hEtzmDjxTo =
202
200
github.com/hashicorp/golang-lru v0.5.0 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
You can’t perform that action at this time.
0 commit comments