1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-24 18:38:28 +00:00

go-sqlite3 gomod version (#12490)

This commit is contained in:
techknowlogick
2020-08-13 21:54:46 -04:00
committed by GitHub
parent b37c7dd384
commit 8a0049bb03
32 changed files with 13260 additions and 7349 deletions

View File

@@ -3,9 +3,10 @@ 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 v2.0.2+incompatible
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