diff --git a/go.mod b/go.mod index 2eec478..4252873 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/testcontainers/testcontainers-go/modules/mongodb v0.27.0 github.com/testcontainers/testcontainers-go/modules/mysql v0.27.0 github.com/testcontainers/testcontainers-go/modules/postgres v0.27.0 - github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.27.0 + github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.28.0 github.com/testcontainers/testcontainers-go/modules/redis v0.27.0 github.com/tidwall/gjson v1.17.1 github.com/tonglil/buflogr v1.1.1 diff --git a/go.sum b/go.sum index f551796..4daf9d0 100644 --- a/go.sum +++ b/go.sum @@ -180,8 +180,8 @@ github.com/testcontainers/testcontainers-go/modules/mysql v0.27.0 h1:6p/o/bAZPcF github.com/testcontainers/testcontainers-go/modules/mysql v0.27.0/go.mod h1:zhVYEruMWC10K9sNwpUqpY3/vUmnyfhSWFs80ySA4mY= github.com/testcontainers/testcontainers-go/modules/postgres v0.27.0 h1:gbA/HYjBIwOwhE/t4p3kIprfI0qsxCk+YVW7P9XFOus= github.com/testcontainers/testcontainers-go/modules/postgres v0.27.0/go.mod h1:VFrFKUUgET2hNXStdtaC7uOIJWviFUrixhKeaVw/4F4= -github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.27.0 h1:PGcjFP0x4Da00ApAHEZz6DHWS6ymww+eO52IpP9oO80= -github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.27.0/go.mod h1:4yBccxbVj58w9LC95QMXRHETmJNCwjiUU+cL1XRElv4= +github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.28.0 h1:/yXq8a6E735r0okukwETlwqdjwS6QCdlbHnJCk3h0lo= +github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.28.0/go.mod h1:yGlnFTJ241pp3OtFsC0MQhMy9P8PVSeBBJDFzgo/jBU= github.com/testcontainers/testcontainers-go/modules/redis v0.27.0 h1:DAs9D0BmBPuvEnsY8fWLwQVx5ZGdDNJTj+iK+p5Dj98= github.com/testcontainers/testcontainers-go/modules/redis v0.27.0/go.mod h1:xkfSzACp1p97x84TpLR8ZDzSimFv8ZP/pIrX8Nhf2gg= github.com/tidwall/gjson v1.17.1 h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U=