mirror of https://github.com/status-im/migrate.git
54 lines
2.6 KiB
Modula-2
54 lines
2.6 KiB
Modula-2
|
module github.com/golang-migrate/migrate/v3
|
||
|
|
||
|
require (
|
||
|
cloud.google.com/go v0.27.0
|
||
|
github.com/Microsoft/go-winio v0.4.11 // indirect
|
||
|
github.com/Sirupsen/logrus v1.0.6 // indirect
|
||
|
github.com/aws/aws-sdk-go v1.15.34
|
||
|
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
|
||
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
||
|
github.com/cockroachdb/cockroach-go v0.0.0-20180212155653-59c0560478b7
|
||
|
github.com/cznic/ql v1.2.0
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/docker/distribution v0.0.0-20180720172123-0dae0957e5fe // indirect
|
||
|
github.com/docker/docker v0.0.0-20170502054910-90d35abf7b35
|
||
|
github.com/docker/go-connections v0.4.0 // indirect
|
||
|
github.com/docker/go-units v0.3.3 // indirect
|
||
|
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
|
||
|
github.com/fsouza/fake-gcs-server v1.2.0
|
||
|
github.com/go-ini/ini v1.38.2 // indirect
|
||
|
github.com/go-sql-driver/mysql v1.4.0
|
||
|
github.com/gocql/gocql v0.0.0-20180913072538-864d5908455a
|
||
|
github.com/google/go-cmp v0.2.0 // indirect
|
||
|
github.com/google/go-github v17.0.0+incompatible
|
||
|
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
|
||
|
github.com/google/martian v2.0.0-beta.2+incompatible // indirect
|
||
|
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
|
||
|
github.com/gorilla/context v1.1.1 // indirect
|
||
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
|
||
|
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
||
|
github.com/kr/pretty v0.1.0 // indirect
|
||
|
github.com/kshvakov/clickhouse v1.3.4
|
||
|
github.com/lib/pq v1.0.0
|
||
|
github.com/mattn/go-sqlite3 v1.9.0
|
||
|
github.com/onsi/gomega v1.4.2 // indirect
|
||
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
||
|
github.com/pkg/errors v0.8.0 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
github.com/sirupsen/logrus v1.0.6 // indirect
|
||
|
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect
|
||
|
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
|
||
|
github.com/stretchr/testify v1.2.2 // indirect
|
||
|
go.opencensus.io v0.16.0 // indirect
|
||
|
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b // indirect
|
||
|
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
|
||
|
golang.org/x/tools v0.0.0-20180911133044-677d2ff680c1
|
||
|
google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf
|
||
|
google.golang.org/genproto v0.0.0-20180912233945-5a2fd4cab2d6
|
||
|
google.golang.org/grpc v1.15.0 // indirect
|
||
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
||
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
||
|
gopkg.in/ini.v1 v1.38.2 // indirect
|
||
|
)
|