Skip to content

Commit

Permalink
Add starrocks from goose fork
Browse files Browse the repository at this point in the history
  • Loading branch information
chapsuk committed Aug 20, 2024
1 parent 1aec491 commit 61ca5ec
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Aimed to add extra features and hide some limitations of existing golang migrati

## Supporting

PackageName | Version | Postgres | MySQL | Clickhouse | Vertica
----------- | ------- | ------------------- | -------- | ---------- | ----
[goose](https://github.com/pressly/goose) | 3.21.1 ([patch](https://github.com/chapsuk/goose/commit/b77972a357125bf35a19ed10161c3b9070fc7993)) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
PackageName | Version | Postgres | MySQL | Clickhouse | Vertica | Starrocks
----------- | ------- | ------------------- | -------- | ---------- | ---- | ---
[goose](https://github.com/pressly/goose) | 3.21.1 ([patch](https://github.com/chapsuk/goose/commit/aabc7719b7317715e8f43d224969fb4cb1f15b5a)) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
[migrate](https://github.com/golang-migrate/migrate) | 4.2.5 | :heavy_check_mark: | :heavy_check_mark: | |
[impg](https://github.com/im-kulikov/migrate) | 0.1 | :heavy_check_mark: | | |

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module miga

go 1.23

replace github.com/pressly/goose/v3 v3.21.1 => github.com/chapsuk/goose/v3 v3.0.0-20240820172103-c6251288bf9b
replace github.com/pressly/goose/v3 v3.21.1 => github.com/chapsuk/goose/v3 v3.0.0-20240820180124-aabc7719b731

require (
github.com/ClickHouse/clickhouse-go/v2 v2.27.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/aws/aws-sdk-go v1.15.54/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZo
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932/go.mod h1:NOuUCSz6Q9T7+igc/hlvDOUdtWKryOrtFyIVABv/p7k=
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4=
github.com/chapsuk/goose/v3 v3.0.0-20240820172103-c6251288bf9b h1:N3Cl2j+CTNh2lt+Hxf4MJXHHwa92pdkBojxv66Ix8TA=
github.com/chapsuk/goose/v3 v3.0.0-20240820172103-c6251288bf9b/go.mod h1:3cbFEcrkpSdwbzqv0g81mfughlLVY5dlvrIMyi8NBk8=
github.com/chapsuk/goose/v3 v3.0.0-20240820180124-aabc7719b731 h1:hsWTBSqgJkDGi+WDrC79vvNYX4y6tNPc3UYUP+/cqY0=
github.com/chapsuk/goose/v3 v3.0.0-20240820180124-aabc7719b731/go.mod h1:3cbFEcrkpSdwbzqv0g81mfughlLVY5dlvrIMyi8NBk8=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cockroachdb/apd v1.1.0/go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ=
github.com/cockroachdb/cockroach-go v0.0.0-20181001143604-e0a95dfd547c/go.mod h1:XGLbWH/ujMcbPbhZq52Nv6UrCghb1yGn//133kEsvDk=
Expand Down
4 changes: 4 additions & 0 deletions vendor/github.com/pressly/goose/v3/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/pressly/goose/v3/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/pressly/goose/v3/database/dialect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion vendor/github.com/pressly/goose/v3/db.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/pressly/goose/v3/internal/dialect/store.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ github.com/pierrec/lz4/v4/internal/xxh32
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
# github.com/pressly/goose/v3 v3.21.1 => github.com/chapsuk/goose/v3 v3.0.0-20240820172103-c6251288bf9b
# github.com/pressly/goose/v3 v3.21.1 => github.com/chapsuk/goose/v3 v3.0.0-20240820180124-aabc7719b731
## explicit; go 1.21
github.com/pressly/goose/v3
github.com/pressly/goose/v3/database
Expand Down

0 comments on commit 61ca5ec

Please sign in to comment.