Skip to content

Commit 57de399

Browse files
[+] bump cybertec-postgresql/pgx-migrator from 1.3.0 to 1.4.0 (#1347)
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 6684aa9 commit 57de399

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
@@ -3,7 +3,7 @@ module github.com/cybertec-postgresql/pgwatch/v5
33
go 1.26.0
44

55
require (
6-
github.com/cybertec-postgresql/pgx-migrator v1.3.0
6+
github.com/cybertec-postgresql/pgx-migrator v1.4.0
77
github.com/golang-jwt/jwt/v5 v5.3.1
88
github.com/gorilla/websocket v1.5.3
99
github.com/jackc/pgx/v5 v5.9.1

go.sum

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

0 commit comments

Comments
 (0)