From e97350be97f3b675ba88bc726623fd2f5d639120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:19:49 +0000 Subject: [PATCH] Bump github.com/testcontainers/testcontainers-go/modules/redis Bumps [github.com/testcontainers/testcontainers-go/modules/redis](https://github.com/testcontainers/testcontainers-go) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go/modules/redis 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 b47c102..fe5fcd3 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/testcontainers/testcontainers-go/modules/mysql v0.28.0 github.com/testcontainers/testcontainers-go/modules/postgres v0.28.0 github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.28.0 - github.com/testcontainers/testcontainers-go/modules/redis v0.27.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 go.mongodb.org/mongo-driver v1.14.0 diff --git a/go.sum b/go.sum index 561ac5a..9dc3fd1 100644 --- a/go.sum +++ b/go.sum @@ -188,8 +188,8 @@ github.com/testcontainers/testcontainers-go/modules/postgres v0.28.0 h1:ff0s4JdY github.com/testcontainers/testcontainers-go/modules/postgres v0.28.0/go.mod h1:fXgcYpbyrduNdiz2qRZuYkmvqLnEqsjbQiBNYH1ystI= 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/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= github.com/tidwall/gjson v1.17.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=