Add build tag ignore for upgrade script (#851)

This commit is contained in:
mattn
2020-09-11 16:06:34 +09:00
committed by GitHub
parent 862b95943f
commit 4120733fec
3 changed files with 1 additions and 19 deletions

5
go.mod
View File

@@ -1,8 +1,3 @@
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
)