Skip to content

Commit 1b6cbd2

Browse files
committed
chore: automatic commit created after go mod tidy
1 parent 490b4e2 commit 1b6cbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-endpoint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ go 1.24.0
55
require (
66
github.com/aws/aws-advanced-go-wrapper/auth-helpers v1.0.2
77
github.com/aws/aws-advanced-go-wrapper/awssql v1.1.1
8+
github.com/aws/aws-sdk-go-v2 v1.39.4
89
github.com/aws/aws-sdk-go-v2/config v1.31.15
910
github.com/aws/aws-sdk-go-v2/service/rds v1.101.0
1011
)
1112

1213
require (
13-
github.com/aws/aws-sdk-go-v2 v1.39.4 // indirect
1414
github.com/aws/aws-sdk-go-v2/credentials v1.18.19 // indirect
1515
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.11 // indirect
1616
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.6.7 // indirect

0 commit comments

Comments
 (0)