Skip to content

Commit

Permalink
Bump github.com/cybertec-postgresql/pgx-migrator from 1.0.0 to 1.0.2
Browse files Browse the repository at this point in the history
Bumps [github.com/cybertec-postgresql/pgx-migrator](https://github.com/cybertec-postgresql/pgx-migrator) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/cybertec-postgresql/pgx-migrator/releases)
- [Commits](cybertec-postgresql/pgx-migrator@v1.0.0...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/cybertec-postgresql/pgx-migrator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 092917c commit 9a47a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/cybertec-postgresql/pgx-migrator v1.0.0
github.com/cybertec-postgresql/pgx-migrator v1.0.2
github.com/jackc/pgx/v5 v5.6.0
github.com/jessevdk/go-flags v1.5.0
github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/cavaliercoder/grab v2.0.0+incompatible h1:wZHbBQx56+Yxjx2TCGDcenhh3cJn7cCLMfkEPmySTSE=
github.com/cavaliercoder/grab v2.0.0+incompatible/go.mod h1:tTBkfNqSBfuMmMBFaO2phgyhdYhiZQ/+iXCZDzcDsMI=
github.com/cybertec-postgresql/pgx-migrator v1.0.0 h1:RCRMWhOqA5V4TaLYNEEqRAO6ou+N0IHvmNjOSSS2cfM=
github.com/cybertec-postgresql/pgx-migrator v1.0.0/go.mod h1:Wop9kQYAmVibyprt1R2/5idAeqgyUmN9TN5y0kp8KlQ=
github.com/cybertec-postgresql/pgx-migrator v1.0.2 h1:zYMEGm2OJmz3iOZ4/C8VR8xqvg772PsDwQekW0a2tLk=
github.com/cybertec-postgresql/pgx-migrator v1.0.2/go.mod h1:6HGXoguH5ktGynVE6XCQSJJgTSWStSHeJGaRzNyI/zY=
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=
Expand Down

0 comments on commit 9a47a37

Please sign in to comment.