mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
* Replace `Godeps` with `dep` * Upgrade all dependencies * Remove vendor source from git repository
26 lines
548 B
TOML
26 lines
548 B
TOML
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
# for detailed Gopkg.toml documentation.
|
|
|
|
[[constraint]]
|
|
name = "github.com/go-sql-driver/mysql"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/joho/godotenv"
|
|
version = "1.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/lib/pq"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/mattn/go-sqlite3"
|
|
version = "1.6.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "1.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/urfave/cli"
|
|
version = "1.20.0"
|