Skip to content

Commit aeb5bbd

Browse files
committed
Bump submodule version in prep for release
1 parent 65b5552 commit aeb5bbd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

store/awsrds/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/aws/aws-sdk-go-v2 v1.38.3
1212
github.com/aws/aws-sdk-go-v2/credentials v1.18.10
1313
github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.6.6
14-
github.com/davepgreene/go-db-credential-refresh v1.0.0-placeholder
14+
github.com/davepgreene/go-db-credential-refresh v1.2.1
1515
github.com/mitchellh/mapstructure v1.5.0
1616
)
1717

store/vault/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ module github.com/davepgreene/go-db-credential-refresh/store/vault
22

33
go 1.24.0
44

5+
toolchain go1.25.0
6+
57
replace github.com/davepgreene/go-db-credential-refresh => ../../
68

79
require (
8-
github.com/davepgreene/go-db-credential-refresh v1.0.0-placeholder
10+
github.com/davepgreene/go-db-credential-refresh v1.2.1
911
github.com/hashicorp/vault-client-go v0.4.3
1012
github.com/testcontainers/testcontainers-go v0.38.0
1113
github.com/testcontainers/testcontainers-go/modules/postgres v0.38.0

0 commit comments

Comments
 (0)