diff --git a/go.mod b/go.mod index ee85ab3..8234b36 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/testcontainers/testcontainers-go/modules/mysql v0.32.0 github.com/testcontainers/testcontainers-go/modules/postgres v0.32.0 github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.33.0 - github.com/testcontainers/testcontainers-go/modules/redis v0.32.0 + github.com/testcontainers/testcontainers-go/modules/redis v0.33.0 github.com/tidwall/gjson v1.17.3 github.com/tonglil/buflogr v1.1.1 go.mongodb.org/mongo-driver v1.16.1 diff --git a/go.sum b/go.sum index 1f61d0b..7c2c627 100644 --- a/go.sum +++ b/go.sum @@ -191,8 +191,8 @@ github.com/testcontainers/testcontainers-go/modules/postgres v0.32.0 h1:ZE4dTdsw github.com/testcontainers/testcontainers-go/modules/postgres v0.32.0/go.mod h1:njrNuyuoF2fjhVk6TG/R3Oeu82YwfYkbf5WVTyBXhV4= github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.33.0 h1:WH4ur0ukkgzH0oIuzphXTXVNgqwqocg6kla9QMoZMRY= github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.33.0/go.mod h1:C1rYJjfx5uPCeJPl42krD60SLPqZuWHc+xcVXXk6l2s= -github.com/testcontainers/testcontainers-go/modules/redis v0.32.0 h1:HW5Qo9qfLi5iwfS7cbXwG6qe8ybXGePcgGPEmVlVDlo= -github.com/testcontainers/testcontainers-go/modules/redis v0.32.0/go.mod h1:5kltdxVKZG0aP1iegeqKz4K8HHyP0wbkW5o84qLyMjY= +github.com/testcontainers/testcontainers-go/modules/redis v0.33.0 h1:S/QvMOwpr00MM2aWH+krzP73Erlp/Ug0dr2rkgZYI5s= +github.com/testcontainers/testcontainers-go/modules/redis v0.33.0/go.mod h1:gudb3+6uZ9SsAysOVoLs7nazbjGlkHegBW8nqPXvDMI= github.com/tidwall/gjson v1.17.3 h1:bwWLZU7icoKRG+C+0PNwIKC6FCJO/Q3p2pZvuP0jN94= github.com/tidwall/gjson v1.17.3/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=