Skip to content

Commit

Permalink
Update goose to v3.8.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapsuk authored Jan 27, 2023
1 parent cf8f8a1 commit 5edb80d
Show file tree
Hide file tree
Showing 1,026 changed files with 140,521 additions and 32,523 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: go

go:
- 1.16.3
- 1.19.5

env:
global:
global:
- GO111MODULE=on

services:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker_build:
.PHONY: release
release: docker_build
docker tag $(IMAGE_NAME):$(VERSION) $(IMAGE_NAME):latest
docker push $(IMAGE_NAME):$(VERSION)
docker push $(IMAGE_NAME):$(VERSION)
docker push $(IMAGE_NAME):latest

.PHONY: test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Aimed to add extra features and hide some limitations of existing golang migrati

PackageName | Version | Postgres | MySQL | Clickhouse | Vertica
----------- | ------- | ------------------- | -------- | ---------- | ----
[goose](https://github.com/pressly/goose) | 2.7.0 ([patches](https://github.com/pressly/goose/compare/v2.7.0...chapsuk:master?expand=1)) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
[goose](https://github.com/pressly/goose) | 3.9.1 ([commit](https://github.com/pressly/goose/commit/ad906520422008360de7c76e1698f6e0a6e4a918)) | :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 driver/goose/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"miga/utils"

orig "github.com/pressly/goose"
orig "github.com/pressly/goose/v3"
)

type Goose struct {
Expand Down
59 changes: 45 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,28 +1,59 @@
module miga

go 1.16

replace github.com/pressly/goose v2.7.0+incompatible => github.com/chapsuk/goose v2.1.1-0.20210416144611-53c250b3ac9b+incompatible
go 1.19

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/ClickHouse/clickhouse-go v1.4.3
github.com/ClickHouse/clickhouse-go/v2 v2.2.0
github.com/go-pg/pg v8.0.3+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/go-sql-driver/mysql v1.7.0
github.com/golang-migrate/migrate/v4 v4.2.5
github.com/im-kulikov/migrate v0.1.0
github.com/lib/pq v1.10.6
github.com/pkg/errors v0.9.1
github.com/pressly/goose/v3 v3.9.1-0.20230127143906-ad9065204220
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/viper v1.3.2
github.com/vertica/vertica-sql-go v1.3.1
go.uber.org/zap v1.9.1
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
)

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/elastic/go-sysinfo v1.9.0 // indirect
github.com/elastic/go-windows v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/lib/pq v1.0.0
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/magiconair/properties v1.8.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/pkg/errors v0.8.1
github.com/pressly/goose v2.7.0+incompatible
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/viper v1.3.2
github.com/vertica/vertica-sql-go v1.1.1
github.com/paulmach/orb v0.7.1 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
go.opentelemetry.io/otel v1.9.0 // indirect
go.opentelemetry.io/otel/trace v1.9.0 // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
howett.net/plist v1.0.0 // indirect
mellium.im/sasl v0.2.1 // indirect
)
Loading

0 comments on commit 5edb80d

Please sign in to comment.