Skip to content

Commit 03b17c1

Browse files
build(deps): bump github.com/testcontainers/testcontainers-go/modules/minio (#113)
Bumps [github.com/testcontainers/testcontainers-go/modules/minio](https://github.com/testcontainers/testcontainers-go) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go/modules/minio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5b21ce commit 03b17c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/rs/zerolog v1.33.0
1717
github.com/smartystreets/goconvey v1.8.1
1818
github.com/spf13/cobra v1.8.1
19-
github.com/testcontainers/testcontainers-go/modules/minio v0.34.0
19+
github.com/testcontainers/testcontainers-go/modules/minio v0.35.0
2020
go.uber.org/mock v0.5.0
2121
gopkg.in/yaml.v3 v3.0.1
2222
)
@@ -93,7 +93,7 @@ require (
9393
github.com/smarty/assertions v1.16.0 // indirect
9494
github.com/spf13/pflag v1.0.5 // indirect
9595
github.com/stretchr/testify v1.10.0 // indirect
96-
github.com/testcontainers/testcontainers-go v0.34.0 // indirect
96+
github.com/testcontainers/testcontainers-go v0.35.0 // indirect
9797
github.com/tklauser/go-sysconf v0.3.14 // indirect
9898
github.com/tklauser/numcpus v0.9.0 // indirect
9999
github.com/yusufpapurcu/wmi v1.2.4 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
237237
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
238238
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
239239
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
240-
github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo=
241-
github.com/testcontainers/testcontainers-go v0.34.0/go.mod h1:6P/kMkQe8yqPHfPWNulFGdFHTD8HB2vLq/231xY2iPQ=
242-
github.com/testcontainers/testcontainers-go/modules/minio v0.34.0 h1:OpUqT7VV/d+wriDMHcCZCUfOoFE6wiHnGVzJOXqq8lU=
243-
github.com/testcontainers/testcontainers-go/modules/minio v0.34.0/go.mod h1:0iaOtVNCzu04KcXHgmdNE7aelKaMUwC9x1M0oe6h1sw=
240+
github.com/testcontainers/testcontainers-go v0.35.0 h1:uADsZpTKFAtp8SLK+hMwSaa+X+JiERHtd4sQAFmXeMo=
241+
github.com/testcontainers/testcontainers-go v0.35.0/go.mod h1:oEVBj5zrfJTrgjwONs1SsRbnBtH9OKl+IGl3UMcr2B4=
242+
github.com/testcontainers/testcontainers-go/modules/minio v0.35.0 h1:oJMrfB0hIABClRsJrVJ43zTEsCVk0JTN7RdTz9r+tk4=
243+
github.com/testcontainers/testcontainers-go/modules/minio v0.35.0/go.mod h1:Q7gSllC2zi78e2OF6Gwn+DXyqbxdbt6PAuaZdIPh3DQ=
244244
github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU=
245245
github.com/tklauser/go-sysconf v0.3.14/go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY=
246246
github.com/tklauser/numcpus v0.9.0 h1:lmyCHtANi8aRUgkckBgoDk1nHCux3n2cgkJLXdQGPDo=

0 commit comments

Comments
 (0)