dbmate/go.mod

23 lines
804 B
Modula-2
Raw Permalink Normal View History

module github.com/amacneil/dbmate
2021-02-22 11:26:35 -08:00
go 1.16
require (
2020-11-10 12:38:51 +13:00
github.com/ClickHouse/clickhouse-go v1.4.3
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
2021-04-07 13:51:50 -07:00
github.com/frankban/quicktest v1.11.3 // indirect
github.com/go-sql-driver/mysql v1.6.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
2021-02-22 11:26:35 -08:00
github.com/kr/text v0.2.0 // indirect
2021-04-07 13:51:50 -07:00
github.com/lib/pq v1.10.0
2021-02-22 11:26:35 -08:00
github.com/mattn/go-sqlite3 v1.14.6
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
2020-11-10 12:38:51 +13:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2021-02-22 11:26:35 -08:00
github.com/stretchr/testify v1.7.0
2020-11-10 12:38:51 +13:00
github.com/urfave/cli/v2 v2.3.0
2021-02-22 11:26:35 -08:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)