Skip to content

Commit 572df21

Browse files
Merge pull request #1477 from bozaro/remove-indirect-aws-sdk-go-dependency
Upgrade github.com/hashicorp/go-getter to v2 for remove indirect github.com/aws/aws-sdk-go reference
2 parents c33c4d0 + 0b50c47 commit 572df21

File tree

3 files changed

+12
-734
lines changed

3 files changed

+12
-734
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ require (
1111
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
1212
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
1313
github.com/aws/aws-lambda-go v1.47.0
14-
github.com/aws/aws-sdk-go v1.44.122 // indirect
1514
github.com/ghodss/yaml v1.0.0
1615
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
1716
github.com/go-sql-driver/mysql v1.8.1
1817
github.com/google/go-containerregistry v0.20.2
1918
github.com/google/uuid v1.6.0
2019
github.com/gruntwork-io/go-commons v0.8.0
21-
github.com/hashicorp/go-getter v1.7.6
2220
github.com/hashicorp/go-multierror v1.1.1
2321
github.com/hashicorp/go-version v1.7.0
2422
github.com/hashicorp/hcl/v2 v2.22.0
@@ -71,6 +69,7 @@ require (
7169
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.0
7270
github.com/aws/aws-sdk-go-v2/service/sts v1.33.1
7371
github.com/gonvenience/ytbx v1.4.4
72+
github.com/hashicorp/go-getter/v2 v2.2.3
7473
github.com/homeport/dyff v1.6.0
7574
github.com/jackc/pgx/v5 v5.7.1
7675
github.com/slack-go/slack v0.15.0

0 commit comments

Comments
 (0)