From 84ee624c510eee0351249803726d73e27adf5986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:03:44 +0000 Subject: [PATCH] build(deps): bump github.com/testcontainers/testcontainers-go/modules/mariadb Bumps [github.com/testcontainers/testcontainers-go/modules/mariadb](https://github.com/testcontainers/testcontainers-go) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.24.1...v0.25.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go/modules/mariadb 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 e0003f4dd..7fa0f803f 100644 --- a/go.mod +++ b/go.mod @@ -43,7 +43,7 @@ require ( github.com/dosgo/zigtool v0.0.0-20210923085854-9c6fc1d62198 github.com/oapi-codegen/runtime v1.0.0 github.com/testcontainers/testcontainers-go v0.25.0 - github.com/testcontainers/testcontainers-go/modules/mariadb v0.24.1 + github.com/testcontainers/testcontainers-go/modules/mariadb v0.25.0 github.com/testcontainers/testcontainers-go/modules/postgres v0.25.0 github.com/testcontainers/testcontainers-go/modules/redis v0.25.0 mvdan.cc/gofumpt v0.5.0 diff --git a/go.sum b/go.sum index d903b017e..cf7d0a4e2 100644 --- a/go.sum +++ b/go.sum @@ -298,8 +298,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= github.com/testcontainers/testcontainers-go v0.25.0 h1:erH6cQjsaJrH+rJDU9qIf89KFdhK0Bft0aEZHlYC3Vs= github.com/testcontainers/testcontainers-go v0.25.0/go.mod h1:4sC9SiJyzD1XFi59q8umTQYWxnkweEc5OjVtTUlJzqQ= -github.com/testcontainers/testcontainers-go/modules/mariadb v0.24.1 h1:KGYh1q2Lcd5yr8PlEuW9WBDVECaE2vY2t1/bYHpOup0= -github.com/testcontainers/testcontainers-go/modules/mariadb v0.24.1/go.mod h1:PV0liy+v1vSkAMyl1m8SkWKEbTM0xQub/HWmXRHHjDY= +github.com/testcontainers/testcontainers-go/modules/mariadb v0.25.0 h1:GBUQtZy8LzDaKus5Bi8fmb0e7LLIKb7223X9kri3+pY= +github.com/testcontainers/testcontainers-go/modules/mariadb v0.25.0/go.mod h1:Bnq1KKIp1x77RqiZjhSjNod3HDm0nLtNhYn7gZCS55Y= github.com/testcontainers/testcontainers-go/modules/postgres v0.25.0 h1:8WNK1Edo9ohRYPrDCXWdoVY2cbg/oFh9y5uWZGSBESo= github.com/testcontainers/testcontainers-go/modules/postgres v0.25.0/go.mod h1:XpwOhyUXheL31hz73L8be8maW1rQq8H48x5qZeHtYr0= github.com/testcontainers/testcontainers-go/modules/redis v0.25.0 h1:Oml2QVZtDfLB8gosT7fRdWsWYSM8vihWKVSl7XZZtv0=