From 10141aa731b473d6d61be0b2eea16707857cb6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:03:07 +0000 Subject: [PATCH] Bump github.com/cybertec-postgresql/pgx-migrator from 1.3.0 to 1.4.0 Bumps [github.com/cybertec-postgresql/pgx-migrator](https://github.com/cybertec-postgresql/pgx-migrator) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/cybertec-postgresql/pgx-migrator/releases) - [Commits](https://github.com/cybertec-postgresql/pgx-migrator/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/cybertec-postgresql/pgx-migrator dependency-version: 1.4.0 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 c33b9556..841b031f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/cavaliercoder/grab v2.0.0+incompatible - github.com/cybertec-postgresql/pgx-migrator v1.3.0 + github.com/cybertec-postgresql/pgx-migrator v1.4.0 github.com/jackc/pgx/v5 v5.9.1 github.com/jessevdk/go-flags v1.6.1 github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc diff --git a/go.sum b/go.sum index 9298e8f6..014bbc03 100644 --- a/go.sum +++ b/go.sum @@ -26,8 +26,8 @@ github.com/cpuguy83/dockercfg v0.3.2 h1:DlJTyZGBDlXqUZ2Dk2Q3xHs/FtnooJJVaad2S9GK github.com/cpuguy83/dockercfg v0.3.2/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc= github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= -github.com/cybertec-postgresql/pgx-migrator v1.3.0 h1:aE5LzhhD77BjssMFBSPGurJvXStcg+sEIEA+NABvpA4= -github.com/cybertec-postgresql/pgx-migrator v1.3.0/go.mod h1:P4uJtUAYFun+UQ2+XA7VIU66taJt+OBAXBE9C3FaULs= +github.com/cybertec-postgresql/pgx-migrator v1.4.0 h1:KTIUymZFWmrcDwfBlKL81+DC23NKSWCaXCDNl7EHDg8= +github.com/cybertec-postgresql/pgx-migrator v1.4.0/go.mod h1:sZ1RBTgEaMblugMUO7rrJWh1IfNda9YFTO5cgotBNU0= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=