diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-08-13 21:54:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-14 09:54:46 +0800 |
commit | 8a0049bb033c8080f7a4b97b191ee5dc598b9bcb (patch) | |
tree | fd47c157d7ad514bb441c13e8b07a7fc9b6d64db /vendor/modules.txt | |
parent | b37c7dd384ab24b4781bc5d4a5e1f56e5b46bcee (diff) | |
download | gitea-8a0049bb033c8080f7a4b97b191ee5dc598b9bcb.tar.gz gitea-8a0049bb033c8080f7a4b97b191ee5dc598b9bcb.zip |
go-sqlite3 gomod version (#12490)
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index c7729846e0..50cf85855e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -372,7 +372,7 @@ github.com/go-swagger/go-swagger/cmd/swagger/commands/initcmd github.com/go-swagger/go-swagger/codescan github.com/go-swagger/go-swagger/generator github.com/go-swagger/go-swagger/scan -# github.com/go-testfixtures/testfixtures/v3 v3.2.0 +# github.com/go-testfixtures/testfixtures/v3 v3.4.0 ## explicit github.com/go-testfixtures/testfixtures/v3 # github.com/gobwas/glob v0.2.3 @@ -543,7 +543,7 @@ github.com/mattn/go-colorable github.com/mattn/go-isatty # github.com/mattn/go-runewidth v0.0.7 github.com/mattn/go-runewidth -# github.com/mattn/go-sqlite3 v2.0.2+incompatible +# github.com/mattn/go-sqlite3 v1.14.0 ## explicit github.com/mattn/go-sqlite3 # github.com/matttproud/golang_protobuf_extensions v1.0.1 @@ -659,7 +659,7 @@ github.com/spf13/pflag github.com/spf13/viper # github.com/steveyen/gtreap v0.1.0 github.com/steveyen/gtreap -# github.com/stretchr/testify v1.4.0 +# github.com/stretchr/testify v1.5.1 ## explicit github.com/stretchr/testify/assert github.com/stretchr/testify/require |