Update dependencies (#134)

This commit is contained in:
Adrian Macneil 2020-05-24 15:55:32 -07:00 committed by GitHub
parent 1ca94e836f
commit de0b51e623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 32 deletions

9
go.mod
View file

@ -5,13 +5,12 @@ go 1.14
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/go-sql-driver/mysql v1.5.0
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.2.0
github.com/mattn/go-sqlite3 v1.11.0
github.com/lib/pq v1.5.2
github.com/mattn/go-sqlite3 v1.13.0
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.1
google.golang.org/appengine v1.6.2 // indirect
github.com/urfave/cli v1.22.4
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)