File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,10 +2,12 @@ module github.com/davepgreene/go-db-credential-refresh/store/vault
22
33go 1.24.0
44
5+ toolchain go1.25.0
6+
57replace github.com/davepgreene/go-db-credential-refresh => ../../
68
79require (
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
You can’t perform that action at this time.
0 commit comments