Skip to content

Commit 86b6adc

Browse files
build(deps): bump github.com/testcontainers/testcontainers-go from 0.37.0 to 0.38.0 (#322)
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.37.0 to 0.38.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-go/releases">github.com/testcontainers/testcontainers-go's releases</a>.</em></p> <blockquote> <h2>v0.38.0</h2> <h1>What's Changed</h1> <h2>⚠️ Breaking Changes</h2> <ul> <li>chore!: do not wait for all the exposed ports to be ready (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3199">#3199</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <blockquote> <p>The breaking change comes as a behaviour that has been removed: the readiness check for the exposed ports. It led to flakiness and for that reason we removed it.</p> </blockquote> <ul> <li>feat!: add options when creating RawCommand (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3168">#3168</a>) <a href="https://github.com/benja-M-1"><code>@​benja-M-1</code></a></li> </ul> <blockquote> <p>Only for users of the <code>testcontainers.NewRawCommand</code> function to create executables in containers, that are assigning the function to a variable. We added a variadic argument to the signature, so the rest of the users won't be affected by this breaking change.</p> </blockquote> <ul> <li>chore(deps)!: bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3194">#3194</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <blockquote> <p>Implementers of the <code>testcontainers.ImageBuildInfo</code> interface, would see that <code>testcontainers.BuildOptions</code> has changed its signature to use non-deprecated types from <code>docker/docker</code>:</p> </blockquote> <pre lang="diff"><code>type ImageBuildInfo interface { - BuildOptions() (types.ImageBuildOptions, error) // converts the ImageBuildInfo to a types.ImageBuildOptions + BuildOptions() (build.ImageBuildOptions, error) // converts the ImageBuildInfo to a build.ImageBuildOptions </code></pre> <blockquote> <p>Also users of the <code>testcontainers.FromDockerfile</code> struct will receive this breaking change, as the <code>BuildOptionsModifier</code> fields has changed:</p> </blockquote> <pre lang="diff"><code>- BuildOptionsModifier func(*types.ImageBuildOptions) + BuildOptionsModifier func(*build.ImageBuildOptions) </code></pre> <h2>🔒 Security</h2> <ul> <li>deps: update testcontainers/sshd image to 1.3.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3220">#3220</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <h2>🚀 Features</h2> <ul> <li>feat(couchbase): adding auth to couchbase initCluster functions to support container reuse (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3048">#3048</a>) <a href="https://github.com/waroir20"><code>@​waroir20</code></a></li> <li>feat: support adding wait strategies as functional option (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3161">#3161</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat: add more functional options for customising containers (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3156">#3156</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat(memcached): add memcached module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3132">#3132</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat(valkey): add TLS support for Valkey (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3131">#3131</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: strip headers from logs using log stream specification (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3226">#3226</a>) <a href="https://github.com/LaurentGoderre"><code>@​LaurentGoderre</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3209">#3209</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: docker container log consumer race (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3210">#3210</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3207">#3207</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3206">#3206</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3203">#3203</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: try to fix more IPv6 handling issues (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3198">#3198</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: workaround for <a href="https://redirect.github.com/moby/moby/issues/50133">moby/moby#50133</a> when reusing container (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3197">#3197</a>) <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a></li> <li>feat(kafka,redpanda): support for waiting for mapped ports without external checks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3165">#3165</a>) <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a></li> <li>fix(etcd): expose ports for the etcd nodes (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3162">#3162</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/41bd60184bf156af3dbb7f5b7fbb58da3603ada4"><code>41bd601</code></a> chore: use new version (v0.38.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/a771fee17834ed3027cfa949d4f43b8ed40421e7"><code>a771fee</code></a> Update go.mod in azure module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3231">#3231</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/7f916ae90ba1e2980dd651fba3a8b696b994b40e"><code>7f916ae</code></a> fix: strip headers from logs using log stream specification (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3226">#3226</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/295ba91d0c07ce39ec3c4801116623f95e0ffd52"><code>295ba91</code></a> chore: clarify image auth warning message for public images (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3228">#3228</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/ea392e96caac6e2e42559ede267100b1e52361e3"><code>ea392e9</code></a> chore(deps): bump github.com/go-viper/mapstructure/v2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3219">#3219</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/122a4e53fb2fc956d129d4b2f1bc69c7eb3c633c"><code>122a4e5</code></a> chore(deps): bump github/codeql-action from 3.28.16 to 3.29.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3222">#3222</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/930caf501d24a15d68507da1c0ada582d44aa9de"><code>930caf5</code></a> chore(deps): bump mkdocs-include-markdown-plugin from 7.1.5 to 7.1.6 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3225">#3225</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/8a7416af6657efa4dba0c0a0131862f8e5e6f6cf"><code>8a7416a</code></a> deps: update testcontainers/sshd image to 1.3.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3220">#3220</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/c6cd3578d2205c0b04cbd242b3903f8213cf65a0"><code>c6cd357</code></a> chore(deps): bump urllib3 from 2.2.2 to 2.5.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3214">#3214</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/4aa742c593470d8a15584f8c2e8f0b0cc6a3c9af"><code>4aa742c</code></a> deps: gopsutil and purego update (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3217">#3217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.37.0...v0.38.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/testcontainers/testcontainers-go&package-manager=go_modules&previous-version=0.37.0&new-version=0.38.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 399f4bb commit 86b6adc

2 files changed

Lines changed: 26 additions & 15 deletions

File tree

go.mod

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/smartcontractkit/mcms v0.21.1
3434
github.com/spf13/viper v1.20.1
3535
github.com/stretchr/testify v1.10.0
36-
github.com/testcontainers/testcontainers-go v0.37.0
36+
github.com/testcontainers/testcontainers-go v0.38.0
3737
github.com/xssnick/tonutils-go v1.13.0
3838
github.com/zksync-sdk/zksync2-go v1.1.1-0.20250620124214-2c742ee399c6
3939
go.uber.org/zap v1.27.0
@@ -91,6 +91,8 @@ require (
9191
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
9292
github.com/coder/websocket v1.8.13 // indirect
9393
github.com/consensys/gnark-crypto v0.18.0 // indirect
94+
github.com/containerd/errdefs v1.0.0 // indirect
95+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
9496
github.com/containerd/log v0.1.0 // indirect
9597
github.com/containerd/platforms v1.0.0-rc.1 // indirect
9698
github.com/cpuguy83/dockercfg v0.3.2 // indirect
@@ -101,10 +103,10 @@ require (
101103
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
102104
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
103105
github.com/distribution/reference v0.6.0 // indirect
104-
github.com/docker/docker v28.0.4+incompatible // indirect
106+
github.com/docker/docker v28.2.2+incompatible // indirect
105107
github.com/docker/go-connections v0.5.0 // indirect
106108
github.com/docker/go-units v0.5.0 // indirect
107-
github.com/ebitengine/purego v0.8.2 // indirect
109+
github.com/ebitengine/purego v0.8.4 // indirect
108110
github.com/ethereum/c-kzg-4844 v1.0.3 // indirect
109111
github.com/ethereum/go-verkle v0.2.2 // indirect
110112
github.com/fatih/color v1.18.0 // indirect
@@ -175,9 +177,10 @@ require (
175177
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
176178
github.com/mitchellh/pointerstructure v1.2.0 // indirect
177179
github.com/moby/docker-image-spec v1.3.1 // indirect
180+
github.com/moby/go-archive v0.1.0 // indirect
178181
github.com/moby/patternmatcher v0.6.0 // indirect
179182
github.com/moby/sys/sequential v0.6.0 // indirect
180-
github.com/moby/sys/user v0.3.0 // indirect
183+
github.com/moby/sys/user v0.4.0 // indirect
181184
github.com/moby/sys/userns v0.1.0 // indirect
182185
github.com/moby/term v0.5.2 // indirect
183186
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -214,7 +217,7 @@ require (
214217
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
215218
github.com/scylladb/go-reflectx v1.0.1 // indirect
216219
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
217-
github.com/shirou/gopsutil/v4 v4.25.2 // indirect
220+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
218221
github.com/shopspring/decimal v1.4.0 // indirect
219222
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
220223
github.com/sirupsen/logrus v1.9.3 // indirect

go.sum

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9F
150150
github.com/coder/websocket v1.8.13/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs=
151151
github.com/consensys/gnark-crypto v0.18.0 h1:vIye/FqI50VeAr0B3dx+YjeIvmc3LWz4yEfbWBpTUf0=
152152
github.com/consensys/gnark-crypto v0.18.0/go.mod h1:L3mXGFTe1ZN+RSJ+CLjUt9x7PNdx8ubaYfDROyp2Z8c=
153+
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=
154+
github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M=
155+
github.com/containerd/errdefs/pkg v0.3.0 h1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151Xdx3ZPPE=
156+
github.com/containerd/errdefs/pkg v0.3.0/go.mod h1:NJw6s9HwNuRhnjJhM7pylWwMyAkmCQvQ4GpJHEqRLVk=
153157
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
154158
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
155159
github.com/containerd/platforms v1.0.0-rc.1 h1:83KIq4yy1erSRgOVHNk1HYdPvzdJ5CnsWaRoJX4C41E=
@@ -195,14 +199,14 @@ github.com/deepmap/oapi-codegen v1.8.2 h1:SegyeYGcdi0jLLrpbCMoJxnUUn8GBXHsvr4rbz
195199
github.com/deepmap/oapi-codegen v1.8.2/go.mod h1:YLgSKSDv/bZQB7N4ws6luhozi3cEdRktEqrX88CvjIw=
196200
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
197201
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
198-
github.com/docker/docker v28.0.4+incompatible h1:JNNkBctYKurkw6FrHfKqY0nKIDf5nrbxjVBtS+cdcok=
199-
github.com/docker/docker v28.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
202+
github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw=
203+
github.com/docker/docker v28.2.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
200204
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
201205
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
202206
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
203207
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
204-
github.com/ebitengine/purego v0.8.2 h1:jPPGWs2sZ1UgOSgD2bClL0MJIqu58nOmIcBuXr62z1I=
205-
github.com/ebitengine/purego v0.8.2/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
208+
github.com/ebitengine/purego v0.8.4 h1:CF7LEKg5FFOsASUj0+QwaXf8Ht6TlFxg09+S9wz0omw=
209+
github.com/ebitengine/purego v0.8.4/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
206210
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
207211
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
208212
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
@@ -523,12 +527,16 @@ github.com/mitchellh/pointerstructure v1.2.0 h1:O+i9nHnXS3l/9Wu7r4NrEdwA2VFTicjU
523527
github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8ohIXc3tViBH44KcwB2g4=
524528
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
525529
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
530+
github.com/moby/go-archive v0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ=
531+
github.com/moby/go-archive v0.1.0/go.mod h1:G9B+YoujNohJmrIYFBpSd54GTUB4lt9S+xVQvsJyFuo=
526532
github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk=
527533
github.com/moby/patternmatcher v0.6.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
534+
github.com/moby/sys/atomicwriter v0.1.0 h1:kw5D/EqkBwsBFi0ss9v1VG3wIkVhzGvLklJ+w3A14Sw=
535+
github.com/moby/sys/atomicwriter v0.1.0/go.mod h1:Ul8oqv2ZMNHOceF643P6FKPXeCmYtlQMvpizfsSoaWs=
528536
github.com/moby/sys/sequential v0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU=
529537
github.com/moby/sys/sequential v0.6.0/go.mod h1:uyv8EUTrca5PnDsdMGXhZe6CCe8U/UiTWd+lL+7b/Ko=
530-
github.com/moby/sys/user v0.3.0 h1:9ni5DlcW5an3SvRSx4MouotOygvzaXbaSrc/wGDFWPo=
531-
github.com/moby/sys/user v0.3.0/go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs=
538+
github.com/moby/sys/user v0.4.0 h1:jhcMKit7SA80hivmFJcbB1vqmw//wU61Zdui2eQXuMs=
539+
github.com/moby/sys/user v0.4.0/go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs=
532540
github.com/moby/sys/userns v0.1.0 h1:tVLXkFOxVu9A64/yh59slHVv9ahO9UIev4JZusOLG/g=
533541
github.com/moby/sys/userns v0.1.0/go.mod h1:IHUYgu/kao6N8YZlp9Cf444ySSvCmDlmzUcYfDHOl28=
534542
github.com/moby/term v0.5.2 h1:6qk3FJAFDs6i/q3W/pQ97SX192qKfZgGjCQqfCJkgzQ=
@@ -651,8 +659,8 @@ github.com/segmentio/ksuid v1.0.4 h1:sBo2BdShXjmcugAMwjugoGUdUV0pcxY5mW4xKRn3v4c
651659
github.com/segmentio/ksuid v1.0.4/go.mod h1:/XUiZBD3kVx5SmUOl55voK5yeAbBNNIed+2O73XgrPE=
652660
github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=
653661
github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
654-
github.com/shirou/gopsutil/v4 v4.25.2 h1:NMscG3l2CqtWFS86kj3vP7soOczqrQYIEhO/pMvvQkk=
655-
github.com/shirou/gopsutil/v4 v4.25.2/go.mod h1:34gBYJzyqCDT11b6bMHP0XCvWeU3J61XRT7a2EmCRTA=
662+
github.com/shirou/gopsutil/v4 v4.25.5 h1:rtd9piuSMGeU8g1RMXjZs9y9luK5BwtnG7dZaQUJAsc=
663+
github.com/shirou/gopsutil/v4 v4.25.5/go.mod h1:PfybzyydfZcN+JMMjkF6Zb8Mq1A/VcogFFg7hj50W9c=
656664
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4=
657665
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
658666
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
@@ -746,8 +754,8 @@ github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDd
746754
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
747755
github.com/test-go/testify v1.1.4 h1:Tf9lntrKUMHiXQ07qBScBTSA0dhYQlu83hswqelv1iE=
748756
github.com/test-go/testify v1.1.4/go.mod h1:rH7cfJo/47vWGdi4GPj16x3/t1xGOj2YxzmNQzk2ghU=
749-
github.com/testcontainers/testcontainers-go v0.37.0 h1:L2Qc0vkTw2EHWQ08djon0D2uw7Z/PtHS/QzZZ5Ra/hg=
750-
github.com/testcontainers/testcontainers-go v0.37.0/go.mod h1:QPzbxZhQ6Bclip9igjLFj6z0hs01bU8lrl2dHQmgFGM=
757+
github.com/testcontainers/testcontainers-go v0.38.0 h1:d7uEapLcv2P8AvH8ahLqDMMxda2W9gQN1nRbHS28HBw=
758+
github.com/testcontainers/testcontainers-go v0.38.0/go.mod h1:C52c9MoHpWO+C4aqmgSU+hxlR5jlEayWtgYrb8Pzz1w=
751759
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
752760
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
753761
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=

0 commit comments

Comments
 (0)