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,9 +7,9 @@ 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
10+ github.com/testcontainers/testcontainers-go v0.38 .0
1111 github.com/testcontainers/testcontainers-go/modules/postgres v0.37.0
12- github.com/testcontainers/testcontainers-go/modules/vault v0.37 .0
12+ github.com/testcontainers/testcontainers-go/modules/vault v0.38 .0
1313 k8s.io/api v0.33.2
1414)
1515
@@ -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,12 +258,12 @@ 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 =
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 =
263263github.com/testcontainers/testcontainers-go/modules/postgres v0.37.0 h1:hsVwFkS6s+79MbKEO+W7A1wNIw1fmkMtF4fg83m6kbc =
264264github.com/testcontainers/testcontainers-go/modules/postgres v0.37.0 /go.mod h1:Qj/eGbRbO/rEYdcRLmN+bEojzatP/+NS1y8ojl2PQsc =
265- github.com/testcontainers/testcontainers-go/modules/vault v0.37 .0 h1:4vMGutogL0vz+PV3LKlxEVKwO2AndirEkfvoTp0SHyI =
266- github.com/testcontainers/testcontainers-go/modules/vault v0.37 .0 /go.mod h1:BzVDYWZ5KZcsAN4KR/OIjM74TJt4NahOPKaKKJBI2dI =
265+ github.com/testcontainers/testcontainers-go/modules/vault v0.38 .0 h1:AMmPAvPzZEOL3IgRzQNPycmdwsu+YCToSyro8Czyf9s =
266+ github.com/testcontainers/testcontainers-go/modules/vault v0.38 .0 /go.mod h1:7RiFLaWbLmbZRefuM5AiJuQdL9UIZYrhfYSgY4glL7E =
267267github.com/tidwall/gjson v1.17.1 h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U =
268268github.com/tidwall/gjson v1.17.1 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
269269github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA =
You can’t perform that action at this time.
0 commit comments