summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-testfixtures/testfixtures/v3/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-testfixtures/testfixtures/v3/go.mod')
-rw-r--r--vendor/github.com/go-testfixtures/testfixtures/v3/go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/github.com/go-testfixtures/testfixtures/v3/go.mod b/vendor/github.com/go-testfixtures/testfixtures/v3/go.mod
index b5f0ae0eea..0ac4283601 100644
--- a/vendor/github.com/go-testfixtures/testfixtures/v3/go.mod
+++ b/vendor/github.com/go-testfixtures/testfixtures/v3/go.mod
@@ -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