Skip to content

Commit 8a55d4a

Browse files
[+] bump cybertec-postgresql/pgx-migrator from 1.3.0 to 1.4.0 (#762)
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](cybertec-postgresql/pgx-migrator@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 651ad18 commit 8a55d4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/cavaliercoder/grab v2.0.0+incompatible
7-
github.com/cybertec-postgresql/pgx-migrator v1.3.0
7+
github.com/cybertec-postgresql/pgx-migrator v1.4.0
88
github.com/jackc/pgx/v5 v5.9.1
99
github.com/jessevdk/go-flags v1.6.1
1010
github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/cpuguy83/dockercfg v0.3.2 h1:DlJTyZGBDlXqUZ2Dk2Q3xHs/FtnooJJVaad2S9GK
2626
github.com/cpuguy83/dockercfg v0.3.2/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
2727
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
2828
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
29-
github.com/cybertec-postgresql/pgx-migrator v1.3.0 h1:aE5LzhhD77BjssMFBSPGurJvXStcg+sEIEA+NABvpA4=
30-
github.com/cybertec-postgresql/pgx-migrator v1.3.0/go.mod h1:P4uJtUAYFun+UQ2+XA7VIU66taJt+OBAXBE9C3FaULs=
29+
github.com/cybertec-postgresql/pgx-migrator v1.4.0 h1:KTIUymZFWmrcDwfBlKL81+DC23NKSWCaXCDNl7EHDg8=
30+
github.com/cybertec-postgresql/pgx-migrator v1.4.0/go.mod h1:sZ1RBTgEaMblugMUO7rrJWh1IfNda9YFTO5cgotBNU0=
3131
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3232
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
3333
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)