Migrate to dep for dependency management (#26)

* Replace `Godeps` with `dep`
* Upgrade all dependencies
* Remove vendor source from git repository
This commit is contained in:
Adrian Macneil 2018-01-23 17:11:34 -08:00 committed by GitHub
parent fbddb76b84
commit df119a76f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
126 changed files with 110 additions and 222303 deletions

26
Gopkg.toml Normal file
View file

@ -0,0 +1,26 @@
# 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"