File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ replace github.com/davepgreene/go-db-credential-refresh => ../../
77require (
88 github.com/davepgreene/go-db-credential-refresh v1.0.0
99 github.com/hashicorp/vault-client-go v0.4.3
10- github.com/testcontainers/testcontainers-go v0.37 .0
11- github.com/testcontainers/testcontainers-go/modules/postgres v0.37 .0
10+ github.com/testcontainers/testcontainers-go v0.38 .0
11+ github.com/testcontainers/testcontainers-go/modules/postgres v0.38 .0
1212 github.com/testcontainers/testcontainers-go/modules/vault v0.37.0
1313 k8s.io/api v0.33.2
1414)
@@ -61,7 +61,6 @@ require (
6161 github.com/moby/docker-image-spec v1.3.1 // indirect
6262 github.com/moby/go-archive v0.1.0 // indirect
6363 github.com/moby/patternmatcher v0.6.0 // indirect
64- github.com/moby/sys/atomicwriter v0.1.0 // indirect
6564 github.com/moby/sys/sequential v0.6.0 // indirect
6665 github.com/moby/sys/user v0.4.0 // indirect
6766 github.com/moby/sys/userns v0.1.0 // indirect
Original file line number Diff line number Diff line change @@ -258,10 +258,10 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
258258github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
259259github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
260260github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
261- github.com/testcontainers/testcontainers-go v0.37 .0 h1:L2Qc0vkTw2EHWQ08djon0D2uw7Z/PtHS/QzZZ5Ra/hg =
262- github.com/testcontainers/testcontainers-go v0.37 .0 /go.mod h1:QPzbxZhQ6Bclip9igjLFj6z0hs01bU8lrl2dHQmgFGM =
263- github.com/testcontainers/testcontainers-go/modules/postgres v0.37 .0 h1:hsVwFkS6s+79MbKEO+W7A1wNIw1fmkMtF4fg83m6kbc =
264- github.com/testcontainers/testcontainers-go/modules/postgres v0.37 .0 /go.mod h1:Qj/eGbRbO/rEYdcRLmN+bEojzatP/+NS1y8ojl2PQsc =
261+ github.com/testcontainers/testcontainers-go v0.38 .0 h1:d7uEapLcv2P8AvH8ahLqDMMxda2W9gQN1nRbHS28HBw =
262+ github.com/testcontainers/testcontainers-go v0.38 .0 /go.mod h1:C52c9MoHpWO+C4aqmgSU+hxlR5jlEayWtgYrb8Pzz1w =
263+ github.com/testcontainers/testcontainers-go/modules/postgres v0.38 .0 h1:KFdx9A0yF94K70T6ibSuvgkQQeX1xKlZVF3hEagXEtY =
264+ github.com/testcontainers/testcontainers-go/modules/postgres v0.38 .0 /go.mod h1:T/QRECND6N6tAKMxF1Za+G2tpwnGEHcODzHRsgIpw9M =
265265github.com/testcontainers/testcontainers-go/modules/vault v0.37.0 h1:4vMGutogL0vz+PV3LKlxEVKwO2AndirEkfvoTp0SHyI =
266266github.com/testcontainers/testcontainers-go/modules/vault v0.37.0 /go.mod h1:BzVDYWZ5KZcsAN4KR/OIjM74TJt4NahOPKaKKJBI2dI =
267267github.com/tidwall/gjson v1.17.1 h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U =
You can’t perform that action at this time.
0 commit comments