Skip to content

Commit 0a1e556

Browse files
chore(deps): bump github.com/stripe/pg-schema-diff from 0.9.2 to 1.0.0
Bumps [github.com/stripe/pg-schema-diff](https://github.com/stripe/pg-schema-diff) from 0.9.2 to 1.0.0. - [Release notes](https://github.com/stripe/pg-schema-diff/releases) - [Commits](stripe/pg-schema-diff@v0.9.2...v1.0.0) --- updated-dependencies: - dependency-name: github.com/stripe/pg-schema-diff dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4811359 commit 0a1e556

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/spf13/pflag v1.0.7
4141
github.com/spf13/viper v1.20.1
4242
github.com/stretchr/testify v1.11.0
43-
github.com/stripe/pg-schema-diff v0.9.2
43+
github.com/stripe/pg-schema-diff v1.0.0
4444
github.com/supabase/cli/pkg v1.0.0
4545
github.com/tidwall/jsonc v0.3.2
4646
github.com/withfig/autocomplete-tools/packages/cobra v1.2.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,8 +969,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
969969
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
970970
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
971971
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
972-
github.com/stripe/pg-schema-diff v0.9.2 h1:Xn0DX2/u46nNTR0u4ATbTkDf6DmruZjSTdHJFkhbcSU=
973-
github.com/stripe/pg-schema-diff v0.9.2/go.mod h1:cl2VC6te/cCTOewTRvv4pYsgQqAOhvRQmatCHfYwy8c=
972+
github.com/stripe/pg-schema-diff v1.0.0 h1:C00sT7s/rhhusSekZiOi26F2gglQztqZyU5vDoyjiF0=
973+
github.com/stripe/pg-schema-diff v1.0.0/go.mod h1:LlN2VVP/njIq1Y7o6Nt35ItEyr6OWOCEz6+Jc/axbIY=
974974
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
975975
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
976976
github.com/tdakkota/asciicheck v0.4.1 h1:bm0tbcmi0jezRA2b5kg4ozmMuGAFotKI3RZfrhfovg8=

0 commit comments

Comments
 (0)