Tests can now use config files (#36)
This commit is contained in:
15
vendor/gopkg.in/testfixtures.v2/go.mod
generated
vendored
Normal file
15
vendor/gopkg.in/testfixtures.v2/go.mod
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
module gopkg.in/testfixtures.v2
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.33.1 // indirect
|
||||
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f
|
||||
github.com/go-sql-driver/mysql v1.4.1
|
||||
github.com/google/go-cmp v0.2.0 // indirect
|
||||
github.com/joho/godotenv v1.3.0
|
||||
github.com/lib/pq v1.0.0
|
||||
github.com/mattn/go-oci8 v0.0.0-20181115070430-6eefff3c767c
|
||||
github.com/mattn/go-sqlite3 v1.10.0
|
||||
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869 // indirect
|
||||
google.golang.org/appengine v1.3.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.1
|
||||
)
|
Reference in New Issue
Block a user