diff --git a/go.mod b/go.mod index 4252873..fa6c3ea 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( 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.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 4daf9d0..0370c91 100644 --- a/go.sum +++ b/go.sum @@ -182,8 +182,8 @@ github.com/testcontainers/testcontainers-go/modules/postgres v0.27.0 h1:gbA/HYjB github.com/testcontainers/testcontainers-go/modules/postgres v0.27.0/go.mod h1:VFrFKUUgET2hNXStdtaC7uOIJWviFUrixhKeaVw/4F4= 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=