-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,026 changed files
with
140,521 additions
and
32,523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.