Skip to content

Commit 6cbd740

Browse files
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](cybertec-postgresql/pgx-migrator@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] <[email protected]>
1 parent b2b1708 commit 6cbd740

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2.0
7+
github.com/cybertec-postgresql/pgx-migrator v1.3.0
88
github.com/jackc/pgx/v5 v5.8.0
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
@@ -22,8 +22,8 @@ github.com/cpuguy83/dockercfg v0.3.2 h1:DlJTyZGBDlXqUZ2Dk2Q3xHs/FtnooJJVaad2S9GK
2222
github.com/cpuguy83/dockercfg v0.3.2/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
2323
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
2424
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
25-
github.com/cybertec-postgresql/pgx-migrator v1.2.0 h1:e96gr058i/yCoJZCXGUUZ7cRD+d9O7ttUygZlFzFrlE=
26-
github.com/cybertec-postgresql/pgx-migrator v1.2.0/go.mod h1:g9qBzWOnxlgFa0JW5ujWfWgRhko4YBk03w/QIxuFJ1Q=
25+
github.com/cybertec-postgresql/pgx-migrator v1.3.0 h1:aE5LzhhD77BjssMFBSPGurJvXStcg+sEIEA+NABvpA4=
26+
github.com/cybertec-postgresql/pgx-migrator v1.3.0/go.mod h1:P4uJtUAYFun+UQ2+XA7VIU66taJt+OBAXBE9C3FaULs=
2727
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2828
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

0 commit comments

Comments
 (0)