diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 -) |