Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading