Skip to content

Commit b3b17a9

Browse files
[+] bump cybertec-postgresql/pgx-migrator from 1.1.0 to 1.2.0 (#689)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cd9200 commit b3b17a9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

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

go.sum

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/cavaliercoder/grab v2.0.0+incompatible h1:wZHbBQx56+Yxjx2TCGDcenhh3cJn7cCLMfkEPmySTSE=
22
github.com/cavaliercoder/grab v2.0.0+incompatible/go.mod h1:tTBkfNqSBfuMmMBFaO2phgyhdYhiZQ/+iXCZDzcDsMI=
3-
github.com/cybertec-postgresql/pgx-migrator v1.1.0 h1:w5hZ4ZDUcV6CfUd7gJgR5dicMoY+ldZ4rAwnlTMBIm0=
4-
github.com/cybertec-postgresql/pgx-migrator v1.1.0/go.mod h1:iiXV/WA5RgxGfg7skLjh0ys735+8Ee5sRyDfMvdBLgc=
3+
github.com/cybertec-postgresql/pgx-migrator v1.2.0 h1:e96gr058i/yCoJZCXGUUZ7cRD+d9O7ttUygZlFzFrlE=
4+
github.com/cybertec-postgresql/pgx-migrator v1.2.0/go.mod h1:g9qBzWOnxlgFa0JW5ujWfWgRhko4YBk03w/QIxuFJ1Q=
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -32,8 +32,6 @@ github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc h1:BU12v9x5hvONtYU2R
3232
github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc/go.mod h1:vAPEMm1zIQKGmM9hcZTSlOU/CDVCXHGOw6SFxPlSoHw=
3333
github.com/pashagolub/pgxmock/v3 v3.4.0 h1:87VMr2q7m2+6VzXo4Tsp9kMklGlj6mMN19Hp/bp2Rwo=
3434
github.com/pashagolub/pgxmock/v3 v3.4.0/go.mod h1:FvCl7xqPbLLI3XohihJ1NzXnikjM3q/NWSixg4t9hrU=
35-
github.com/pashagolub/pgxmock/v4 v4.6.0 h1:ds0hIs+bJtkfo01vqjp0BOFirjt4Ea8XV082uorzM3w=
36-
github.com/pashagolub/pgxmock/v4 v4.6.0/go.mod h1:9VoVHXwS3XR/yPtKGzwQvwZX1kzGB9sM8SviDcHDa3A=
3735
github.com/pashagolub/pgxmock/v4 v4.7.0 h1:de2ORuFYyjwOQR7NBm57+321RnZxpYiuUjsmqRiqgh8=
3836
github.com/pashagolub/pgxmock/v4 v4.7.0/go.mod h1:9L57pC193h2aKRHVyiiE817avasIPZnPwPlw3JczWvM=
3937
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=

0 commit comments

Comments
 (0)