From a731fbeac104d858a845f71936dd7b62371eb2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:57:15 +0000 Subject: [PATCH] Bump github.com/testcontainers/testcontainers-go/modules/postgres Bumps [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) from 0.32.0 to 0.33.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres 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 ee85ab3..7f4e4b9 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/testcontainers/testcontainers-go v0.33.0 github.com/testcontainers/testcontainers-go/modules/mongodb v0.32.0 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/postgres v0.33.0 github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.33.0 github.com/testcontainers/testcontainers-go/modules/redis v0.32.0 github.com/tidwall/gjson v1.17.3 diff --git a/go.sum b/go.sum index 1f61d0b..bb6b4b8 100644 --- a/go.sum +++ b/go.sum @@ -187,8 +187,8 @@ github.com/testcontainers/testcontainers-go/modules/mongodb v0.32.0 h1:DvmvHV1ir github.com/testcontainers/testcontainers-go/modules/mongodb v0.32.0/go.mod h1:z0ZvM2V2iThZGrzEN6sddJpvnGhJd6O1O0FTFoZXmpk= github.com/testcontainers/testcontainers-go/modules/mysql v0.32.0 h1:6vjJOVJSWDTyNvQmB8EFTmv20ScquRWZa+pM1hZNodc= github.com/testcontainers/testcontainers-go/modules/mysql v0.32.0/go.mod h1:Q91G1jl4fSl75OICi+Bb6BQeU7LpKZaSfKvHOXRwPyI= -github.com/testcontainers/testcontainers-go/modules/postgres v0.32.0 h1:ZE4dTdswj3P0j71nL+pL0m2e5HTXJwPoIFr+DDgdPaU= -github.com/testcontainers/testcontainers-go/modules/postgres v0.32.0/go.mod h1:njrNuyuoF2fjhVk6TG/R3Oeu82YwfYkbf5WVTyBXhV4= +github.com/testcontainers/testcontainers-go/modules/postgres v0.33.0 h1:c+Gt+XLJjqFAejgX4hSpnHIpC9eAhvgI/TFWL/PbrFI= +github.com/testcontainers/testcontainers-go/modules/postgres v0.33.0/go.mod h1:I4DazHBoWDyf69ByOIyt3OdNjefiUx372459txOpQ3o= 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=