mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
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.
15 lines
412 B
15 lines
412 B
module github.com/go-testfixtures/testfixtures/v3
|
|
|
|
require (
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/jackc/pgx/v4 v4.6.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/lib/pq v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
github.com/spf13/pflag v1.0.5
|
|
google.golang.org/appengine v1.3.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|
|
|
|
go 1.13
|
|
|