Skip to content

Commit fa5ac86

Browse files
authored
Merge pull request #136 from azaurus1/dependabot/go_modules/integration-test/github.com/testcontainers/testcontainers-go-0.30.0
Bump github.com/testcontainers/testcontainers-go from 0.29.1 to 0.30.0 in /integration-test
2 parents 3909ff0 + 38cb90d commit fa5ac86

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

integration-test/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/google/uuid v1.6.0
88
github.com/hamba/avro/v2 v2.20.1
99
github.com/stretchr/testify v1.9.0
10-
github.com/testcontainers/testcontainers-go v0.29.1
10+
github.com/testcontainers/testcontainers-go v0.30.0
1111
github.com/testcontainers/testcontainers-go/modules/kafka v0.29.1
1212
github.com/testcontainers/testcontainers-go/modules/redpanda v0.29.1
1313
github.com/twmb/franz-go v1.16.1
@@ -26,7 +26,7 @@ require (
2626
github.com/cpuguy83/dockercfg v0.3.1 // indirect
2727
github.com/davecgh/go-spew v1.1.1 // indirect
2828
github.com/distribution/reference v0.5.0 // indirect
29-
github.com/docker/docker v25.0.3+incompatible // indirect
29+
github.com/docker/docker v25.0.5+incompatible // indirect
3030
github.com/docker/go-connections v0.5.0 // indirect
3131
github.com/docker/go-units v0.5.0 // indirect
3232
github.com/felixge/httpsnoop v1.0.4 // indirect

integration-test/go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
2727
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2828
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
2929
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
30-
github.com/docker/docker v25.0.3+incompatible h1:D5fy/lYmY7bvZa0XTZ5/UJPljor41F+vdyJG5luQLfQ=
31-
github.com/docker/docker v25.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
30+
github.com/docker/docker v25.0.5+incompatible h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE=
31+
github.com/docker/docker v25.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
3232
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
3333
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
3434
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
@@ -151,8 +151,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
151151
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
152152
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
153153
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
154-
github.com/testcontainers/testcontainers-go v0.29.1 h1:z8kxdFlovA2y97RWx98v/TQ+tR+SXZm6p35M+xB92zk=
155-
github.com/testcontainers/testcontainers-go v0.29.1/go.mod h1:SnKnKQav8UcgtKqjp/AD8bE1MqZm+3TDb/B8crE3XnI=
154+
github.com/testcontainers/testcontainers-go v0.30.0 h1:jmn/XS22q4YRrcMwWg0pAwlClzs/abopbsBzrepyc4E=
155+
github.com/testcontainers/testcontainers-go v0.30.0/go.mod h1:K+kHNGiM5zjklKjgTtcrEetF3uhWbMUyqAQoyoh8Pf0=
156156
github.com/testcontainers/testcontainers-go/modules/kafka v0.29.1 h1:idNT5Pw9NI6cR7ZEtw+w4tPyadi/pqqYvkAWmlfWAG0=
157157
github.com/testcontainers/testcontainers-go/modules/kafka v0.29.1/go.mod h1:5FZ9KvcEPtfF2w9RQhj5N/YEkY6qoQm3vM0gJ0vHzyo=
158158
github.com/testcontainers/testcontainers-go/modules/redpanda v0.29.1 h1:wqmZd30jKS1L87Va/zl7QLgjVaE/PUwjZ8XfVAAie/I=

0 commit comments

Comments
 (0)