Update dependencies (#70)

This commit is contained in:
Adrian Macneil 2019-05-19 19:28:01 -07:00 committed by GitHub
parent e4d490aa7e
commit 8f7c32af47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

7
go.mod
View file

@ -4,10 +4,9 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.0.0
github.com/lib/pq v1.1.1
github.com/mattn/go-sqlite3 v1.10.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
google.golang.org/appengine v1.3.0 // indirect
google.golang.org/appengine v1.6.0 // indirect
)