Skip to content

Commit 266436b

Browse files
authored
Merge pull request #354 from davepgreene/dependabot/go_modules/store/awsrds/github.com/aws/aws-sdk-go-v2/credentials-1.17.62
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.61 to 1.17.62 in /store/awsrds
2 parents e2440af + afc6298 commit 266436b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

store/awsrds/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/davepgreene/go-db-credential-refresh => ../../
99
require (
1010
bou.ke/monkey v1.0.2
1111
github.com/aws/aws-sdk-go-v2 v1.36.3
12-
github.com/aws/aws-sdk-go-v2/credentials v1.17.61
12+
github.com/aws/aws-sdk-go-v2/credentials v1.17.62
1313
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.5.11
1414
github.com/davepgreene/go-db-credential-refresh v1.0.0
1515
github.com/mitchellh/mapstructure v1.5.0

store/awsrds/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030I
77
github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
88
github.com/aws/aws-sdk-go-v2 v1.36.3 h1:mJoei2CxPutQVxaATCzDUjcZEjVRdpsiiXi2o38yqWM=
99
github.com/aws/aws-sdk-go-v2 v1.36.3/go.mod h1:LLXuLpgzEbD766Z5ECcRmi8AzSwfZItDtmABVkRLGzg=
10-
github.com/aws/aws-sdk-go-v2/credentials v1.17.61 h1:Hd/uX6Wo2iUW1JWII+rmyCD7MMhOe7ALwQXN6sKDd1o=
11-
github.com/aws/aws-sdk-go-v2/credentials v1.17.61/go.mod h1:L7vaLkwHY1qgW0gG1zG0z/X0sQ5tpIY5iI13+j3qI80=
10+
github.com/aws/aws-sdk-go-v2/credentials v1.17.62 h1:fvtQY3zFzYJ9CfixuAQ96IxDrBajbBWGqjNTCa79ocU=
11+
github.com/aws/aws-sdk-go-v2/credentials v1.17.62/go.mod h1:ElETBxIQqcxej++Cs8GyPBbgMys5DgQPTwo7cUPDKt8=
1212
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.5.11 h1:qDk85oQdhwP4NR1RpkN+t40aN46/K96hF9J1vDRrkKM=
1313
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.5.11/go.mod h1:f3MkXuZsT+wY24nLIP+gFUuIVQkpVopxbpUD/GUZK0Q=
1414
github.com/aws/smithy-go v1.22.3 h1:Z//5NuZCSW6R4PhQ93hShNbyBbn8BWCmCVCt+Q8Io5k=

0 commit comments

Comments
 (0)