Skip to content

Commit 8a0049b

Browse files
go-sqlite3 gomod version (#12490)
1 parent b37c7dd commit 8a0049b

32 files changed

+13241
-7330
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/go-redis/redis v6.15.2+incompatible
4646
github.com/go-sql-driver/mysql v1.5.0
4747
github.com/go-swagger/go-swagger v0.21.0
48-
github.com/go-testfixtures/testfixtures/v3 v3.2.0
48+
github.com/go-testfixtures/testfixtures/v3 v3.4.0
4949
github.com/gobwas/glob v0.2.3
5050
github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28
5151
github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
@@ -68,7 +68,7 @@ require (
6868
github.com/mailru/easyjson v0.7.0 // indirect
6969
github.com/markbates/goth v1.61.2
7070
github.com/mattn/go-isatty v0.0.12
71-
github.com/mattn/go-sqlite3 v2.0.2+incompatible
71+
github.com/mattn/go-sqlite3 v1.14.0
7272
github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75
7373
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
7474
github.com/mgechev/revive v1.0.2
@@ -90,7 +90,7 @@ require (
9090
github.com/sergi/go-diff v1.1.0
9191
github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b // indirect
9292
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
93-
github.com/stretchr/testify v1.4.0
93+
github.com/stretchr/testify v1.5.1
9494
github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect
9595
github.com/tinylib/msgp v1.1.2 // indirect
9696
github.com/tstranex/u2f v1.0.0

go.sum

Lines changed: 82 additions & 4 deletions
Large diffs are not rendered by default.

vendor/github.com/go-testfixtures/testfixtures/v3/.sample.env

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-testfixtures/testfixtures/v3/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-testfixtures/testfixtures/v3/README.md

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-testfixtures/testfixtures/v3/Taskfile.yml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-testfixtures/testfixtures/v3/docker-compose.yml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-testfixtures/testfixtures/v3/go.mod

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)