From d04060faa052463552d4a232cf23d1b876300274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:43:44 +0000 Subject: [PATCH] Bump github.com/testcontainers/testcontainers-go/modules/rabbitmq Bumps [github.com/testcontainers/testcontainers-go/modules/rabbitmq](https://github.com/testcontainers/testcontainers-go) from 0.29.1 to 0.30.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.29.1...v0.30.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go/modules/rabbitmq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4f72341..bdd6153 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/testcontainers/testcontainers-go/modules/mongodb v0.28.0 github.com/testcontainers/testcontainers-go/modules/mysql v0.29.1 github.com/testcontainers/testcontainers-go/modules/postgres v0.28.0 - github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.29.1 + github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.30.0 github.com/testcontainers/testcontainers-go/modules/redis v0.28.0 github.com/tidwall/gjson v1.17.1 github.com/tonglil/buflogr v1.1.1 diff --git a/go.sum b/go.sum index 6c906cd..2146b17 100644 --- a/go.sum +++ b/go.sum @@ -186,8 +186,8 @@ github.com/testcontainers/testcontainers-go/modules/mysql v0.29.1 h1:SnJtZNcskgx github.com/testcontainers/testcontainers-go/modules/mysql v0.29.1/go.mod h1:VhA5dV+O19sx3Y9u9bfO+fbJfP3E7RiMq0nDMEGjslw= github.com/testcontainers/testcontainers-go/modules/postgres v0.28.0 h1:ff0s4JdYIdNAVSi/SrpN2Pdt1f+IjIw3AKjbHau8Un4= github.com/testcontainers/testcontainers-go/modules/postgres v0.28.0/go.mod h1:fXgcYpbyrduNdiz2qRZuYkmvqLnEqsjbQiBNYH1ystI= -github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.29.1 h1:+LMERllTOpLbPys8bpJ9BFCjeWfObtUVqGD65jazUpU= -github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.29.1/go.mod h1:q4y8CVtn4XDht/r3KkL8jwIwMuqxwHK2uvDWO7PB5A4= +github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.30.0 h1:FtkqA628qBpEmPj+yTaCgWzpR4ERT1A4oad8nvhDYgQ= +github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.30.0/go.mod h1:JC5EnBLOGC5eEL0Vcf3bwvUAKixuoZsJ4K3g0ioZ+WU= github.com/testcontainers/testcontainers-go/modules/redis v0.28.0 h1:TXmpkmVL4ZXbtmLCKQoL7gFL0Wfw8M9jV2LcdFx1IyY= github.com/testcontainers/testcontainers-go/modules/redis v0.28.0/go.mod h1:3KcBueBbazmNyDYCzN6AmaoPpg/q1Rnv9TKvJwb1sBc= github.com/tidwall/gjson v1.17.1 h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U=