Skip to content

Commit faaefb9

Browse files
committed
chore(deps): update module github.com/testcontainers/testcontainers-go to v0.34.0
1 parent 7dbb56d commit faaefb9

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/onsi/ginkgo/v2 v2.20.2
1111
github.com/onsi/gomega v1.34.2
1212
github.com/spf13/pflag v1.0.5
13-
github.com/testcontainers/testcontainers-go v0.33.0
13+
github.com/testcontainers/testcontainers-go v0.34.0
1414
go.mongodb.org/atlas v0.37.0
1515
go.mongodb.org/mongo-driver v1.17.1
1616
k8s.io/api v0.31.1
@@ -32,7 +32,7 @@ require (
3232
github.com/containerd/containerd v1.7.18 // indirect
3333
github.com/containerd/log v0.1.0 // indirect
3434
github.com/containerd/platforms v0.2.1 // indirect
35-
github.com/cpuguy83/dockercfg v0.3.1 // indirect
35+
github.com/cpuguy83/dockercfg v0.3.2 // indirect
3636
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3737
github.com/distribution/reference v0.6.0 // indirect
3838
github.com/docker/docker v27.1.1+incompatible // indirect
@@ -97,6 +97,7 @@ require (
9797
github.com/opencontainers/image-spec v1.1.0 // indirect
9898
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
9999
github.com/pkg/errors v0.9.1 // indirect
100+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
100101
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
101102
github.com/prometheus/client_golang v1.20.3 // indirect
102103
github.com/prometheus/client_model v0.6.1 // indirect
@@ -107,7 +108,7 @@ require (
107108
github.com/shoenig/go-m1cpu v0.1.6 // indirect
108109
github.com/sirupsen/logrus v1.9.3 // indirect
109110
github.com/spf13/cobra v1.8.1 // indirect
110-
github.com/stretchr/objx v0.5.2 // indirect
111+
github.com/stretchr/testify v1.9.0 // indirect
111112
github.com/tklauser/go-sysconf v0.3.12 // indirect
112113
github.com/tklauser/numcpus v0.6.1 // indirect
113114
github.com/x448/float16 v0.8.4 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
2626
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
2727
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=
2828
github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw=
29-
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
30-
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
29+
github.com/cpuguy83/dockercfg v0.3.2 h1:DlJTyZGBDlXqUZ2Dk2Q3xHs/FtnooJJVaad2S9GKorA=
30+
github.com/cpuguy83/dockercfg v0.3.2/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
3131
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
3232
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
3333
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
@@ -240,8 +240,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
240240
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
241241
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
242242
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
243-
github.com/testcontainers/testcontainers-go v0.33.0 h1:zJS9PfXYT5O0ZFXM2xxXfk4J5UMw/kRiISng037Gxdw=
244-
github.com/testcontainers/testcontainers-go v0.33.0/go.mod h1:W80YpTa8D5C3Yy16icheD01UTDu+LmXIA2Keo+jWtT8=
243+
github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo=
244+
github.com/testcontainers/testcontainers-go v0.34.0/go.mod h1:6P/kMkQe8yqPHfPWNulFGdFHTD8HB2vLq/231xY2iPQ=
245245
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
246246
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
247247
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=

0 commit comments

Comments
 (0)