From 1980c84616c1986846f84dcb624b4ba81f98f580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Fri, 29 Sep 2023 13:04:36 +0200 Subject: [PATCH] fix: bump tc-go dependency in RabbitMQ (#1699) --- modules/rabbitmq/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rabbitmq/go.mod b/modules/rabbitmq/go.mod index d774576daf..21f4b0f0ea 100644 --- a/modules/rabbitmq/go.mod +++ b/modules/rabbitmq/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/docker/go-connections v0.4.0 github.com/rabbitmq/amqp091-go v1.8.1 - github.com/testcontainers/testcontainers-go v0.23.0 + github.com/testcontainers/testcontainers-go v0.24.1 ) require (