From 9a47a3717d4c93b0db25cf9838e2a7dbd10d7f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:41:48 +0000 Subject: [PATCH] Bump github.com/cybertec-postgresql/pgx-migrator from 1.0.0 to 1.0.2 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](https://github.com/cybertec-postgresql/pgx-migrator/compare/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] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 64ad764..58bbb27 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index a65bd1d..36b4b85 100644 --- a/go.sum +++ b/go.sum @@ -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=