You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 392B

1234567891011121314
  1. module github.com/go-testfixtures/testfixtures/v3
  2. require (
  3. github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73
  4. github.com/go-sql-driver/mysql v1.4.1
  5. github.com/joho/godotenv v1.3.0
  6. github.com/lib/pq v1.3.0
  7. github.com/mattn/go-sqlite3 v2.0.2+incompatible
  8. github.com/spf13/pflag v1.0.5
  9. google.golang.org/appengine v1.3.0 // indirect
  10. gopkg.in/yaml.v2 v2.2.7
  11. )
  12. go 1.13