mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Update dependencies (#61)
This commit is contained in:
parent
da3d9525cf
commit
b417f82e64
2 changed files with 26 additions and 21 deletions
14
go.mod
14
go.mod
|
|
@ -1,13 +1,13 @@
|
|||
module github.com/amacneil/dbmate
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.0 // indirect
|
||||
github.com/go-sql-driver/mysql v0.0.0-20180113200744-2cc627ac8def
|
||||
github.com/joho/godotenv v1.2.0
|
||||
github.com/lib/pq v0.0.0-20180123210206-19c8e9ad0095
|
||||
github.com/mattn/go-sqlite3 v1.6.0
|
||||
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/mattn/go-sqlite3 v1.10.0
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/stretchr/testify v1.2.0
|
||||
github.com/stretchr/testify v1.2.2
|
||||
github.com/urfave/cli v1.20.0
|
||||
google.golang.org/appengine v1.0.0 // indirect
|
||||
google.golang.org/appengine v1.3.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue