mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 01:57:20 +00:00
go-sqlite3 gomod version (#12490)
This commit is contained in:
8
vendor/github.com/mattn/go-sqlite3/go.mod
generated
vendored
Normal file
8
vendor/github.com/mattn/go-sqlite3/go.mod
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
module github.com/mattn/go-sqlite3
|
||||
|
||||
go 1.10
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.5.1
|
||||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
||||
)
|
Reference in New Issue
Block a user