1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-12 18:54:28 +00:00

9 lines
161 B
Modula-2
Raw Normal View History

2020-08-13 21:54:46 -04:00
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
)