File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
2626 github.com/stretchr/testify v1.9.0
2727 github.com/swaggo/echo-swagger v1.4.1
2828 github.com/swaggo/swag v1.16.3
29- github.com/testcontainers/testcontainers-go v0.33 .0
29+ github.com/testcontainers/testcontainers-go v0.34 .0
3030 golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
3131 golang.org/x/net v0.30.0
3232 gopkg.in/go-playground/validator.v9 v9.31.0
@@ -58,7 +58,7 @@ require (
5858 github.com/containerd/containerd v1.7.18 // indirect
5959 github.com/containerd/log v0.1.0 // indirect
6060 github.com/containerd/platforms v0.2.1 // indirect
61- github.com/cpuguy83/dockercfg v0.3.1 // indirect
61+ github.com/cpuguy83/dockercfg v0.3.2 // indirect
6262 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6363 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
6464 github.com/dimchansky/utfbom v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ github.com/coreos/go-oidc/v3 v3.11.0 h1:Ia3MxdwpSw702YW0xgfmP1GVCMA9aEFWu12XUZ3/
5555github.com/coreos/go-oidc/v3 v3.11.0 /go.mod h1:gE3LgjOgFoHi9a4ce4/tJczr0Ai2/BoDhf0r5lltWI0 =
5656github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E =
5757github.com/cpuguy83/dockercfg v0.3.1 /go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc =
58+ github.com/cpuguy83/dockercfg v0.3.2 h1:DlJTyZGBDlXqUZ2Dk2Q3xHs/FtnooJJVaad2S9GKorA =
59+ github.com/cpuguy83/dockercfg v0.3.2 /go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc =
5860github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
5961github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY =
6062github.com/creack/pty v1.1.18 /go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4 =
@@ -320,6 +322,8 @@ github.com/swaggo/swag v1.16.3 h1:PnCYjPCah8FK4I26l2F/KQ4yz3sILcVUN3cTlBFA9Pg=
320322github.com/swaggo/swag v1.16.3 /go.mod h1:DImHIuOFXKpMFAQjcC7FG4m3Dg4+QuUgUzJmKjI/gRk =
321323github.com/testcontainers/testcontainers-go v0.33.0 h1:zJS9PfXYT5O0ZFXM2xxXfk4J5UMw/kRiISng037Gxdw =
322324github.com/testcontainers/testcontainers-go v0.33.0 /go.mod h1:W80YpTa8D5C3Yy16icheD01UTDu+LmXIA2Keo+jWtT8 =
325+ github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo =
326+ github.com/testcontainers/testcontainers-go v0.34.0 /go.mod h1:6P/kMkQe8yqPHfPWNulFGdFHTD8HB2vLq/231xY2iPQ =
323327github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU =
324328github.com/tklauser/go-sysconf v0.3.12 /go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI =
325329github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk =
You can’t perform that action at this time.
0 commit comments