From 6cbd7406c06550df0c0a33ec085c0237d05398cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 10:28:41 +0000 Subject: [PATCH] Bump github.com/cybertec-postgresql/pgx-migrator from 1.2.0 to 1.3.0 Bumps [github.com/cybertec-postgresql/pgx-migrator](https://github.com/cybertec-postgresql/pgx-migrator) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/cybertec-postgresql/pgx-migrator/releases) - [Commits](https://github.com/cybertec-postgresql/pgx-migrator/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/cybertec-postgresql/pgx-migrator dependency-version: 1.3.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 6a221d40..4db8fcc3 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.2.0 + github.com/cybertec-postgresql/pgx-migrator v1.3.0 github.com/jackc/pgx/v5 v5.8.0 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 d6f30c84..a30f5ae8 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,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.2.0 h1:e96gr058i/yCoJZCXGUUZ7cRD+d9O7ttUygZlFzFrlE= -github.com/cybertec-postgresql/pgx-migrator v1.2.0/go.mod h1:g9qBzWOnxlgFa0JW5ujWfWgRhko4YBk03w/QIxuFJ1Q= +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/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=