Update dependencies

This commit is contained in:
Yasuhiro Matsumoto
2020-04-16 14:43:15 +09:00
parent a23162b94b
commit 77fdcc27bb
2 changed files with 7 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/mattn/go-sqlite3
go 1.10
require github.com/PuerkitoBio/goquery v1.5.1
require (
github.com/PuerkitoBio/goquery v1.5.1
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
)