diff --git a/go.mod b/go.mod index 9f24139..ee85ab3 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/testcontainers/testcontainers-go/modules/mongodb v0.32.0 github.com/testcontainers/testcontainers-go/modules/mysql v0.32.0 github.com/testcontainers/testcontainers-go/modules/postgres v0.32.0 - github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.32.0 + github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.33.0 github.com/testcontainers/testcontainers-go/modules/redis v0.32.0 github.com/tidwall/gjson v1.17.3 github.com/tonglil/buflogr v1.1.1 diff --git a/go.sum b/go.sum index e651ba7..1f61d0b 100644 --- a/go.sum +++ b/go.sum @@ -189,8 +189,8 @@ github.com/testcontainers/testcontainers-go/modules/mysql v0.32.0 h1:6vjJOVJSWDT github.com/testcontainers/testcontainers-go/modules/mysql v0.32.0/go.mod h1:Q91G1jl4fSl75OICi+Bb6BQeU7LpKZaSfKvHOXRwPyI= github.com/testcontainers/testcontainers-go/modules/postgres v0.32.0 h1:ZE4dTdswj3P0j71nL+pL0m2e5HTXJwPoIFr+DDgdPaU= github.com/testcontainers/testcontainers-go/modules/postgres v0.32.0/go.mod h1:njrNuyuoF2fjhVk6TG/R3Oeu82YwfYkbf5WVTyBXhV4= -github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.32.0 h1:t+5aoSeL9kXZpDqpqpGz2uDKM+YXS9E0CS2mIVcGqvg= -github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.32.0/go.mod h1:gztG+eV8SmZhW9wyCnpTXwgA4lY401cGCQmwzDn1MOM= +github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.33.0 h1:WH4ur0ukkgzH0oIuzphXTXVNgqwqocg6kla9QMoZMRY= +github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.33.0/go.mod h1:C1rYJjfx5uPCeJPl42krD60SLPqZuWHc+xcVXXk6l2s= github.com/testcontainers/testcontainers-go/modules/redis v0.32.0 h1:HW5Qo9qfLi5iwfS7cbXwG6qe8ybXGePcgGPEmVlVDlo= github.com/testcontainers/testcontainers-go/modules/redis v0.32.0/go.mod h1:5kltdxVKZG0aP1iegeqKz4K8HHyP0wbkW5o84qLyMjY= github.com/tidwall/gjson v1.17.3 h1:bwWLZU7icoKRG+C+0PNwIKC6FCJO/Q3p2pZvuP0jN94=