Skip to content

Commit 5d6475e

Browse files
committed
fix(aws): do not load creds from env vars
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 6186612 commit 5d6475e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
entgo.io/ent v0.14.4
1010
github.com/adrg/xdg v0.4.0
1111
github.com/aws/aws-sdk-go-v2 v1.39.4
12-
github.com/aws/aws-sdk-go-v2/config v1.31.15
12+
github.com/aws/aws-sdk-go-v2/config v1.31.15 // indirect
1313
github.com/aws/aws-sdk-go-v2/credentials v1.18.19
1414
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.6
1515
github.com/aws/aws-sdk-go-v2/service/sso v1.29.8

0 commit comments

Comments
 (0)