dbmate/go.mod

19 lines
578 B
Modula-2
Raw Normal View History

module github.com/amacneil/dbmate
2020-09-27 14:50:30 -07:00
go 1.15
require (
2020-08-08 00:38:48 +04:00
github.com/ClickHouse/clickhouse-go v1.4.1
2019-09-20 08:00:44 +12:00
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
2018-12-01 22:48:27 -08:00
github.com/davecgh/go-spew v1.1.1 // indirect
2020-05-24 15:55:32 -07:00
github.com/go-sql-driver/mysql v1.5.0
2018-12-01 22:48:27 -08:00
github.com/joho/godotenv v1.3.0
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
2019-09-20 08:00:44 +12:00
github.com/kr/pretty v0.1.0 // indirect
2020-08-07 18:45:32 -07:00
github.com/lib/pq v1.8.0
github.com/mattn/go-sqlite3 v1.14.0
2019-09-20 08:00:44 +12:00
github.com/stretchr/testify v1.4.0
2020-08-07 18:09:03 -07:00
github.com/urfave/cli/v2 v2.2.0
2019-09-20 08:00:44 +12:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)