summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 23e39e3..6b71a92 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,6 @@ module tildegit.org/andinus/grus
 go 1.13
 
 require (
-	github.com/mattn/go-sqlite3 v2.0.3+incompatible
 	golang.org/x/sys v0.0.0-20200406113430-c6e801f48ba2
-	tildegit.org/andinus/lynx v0.1.0
+	tildegit.org/andinus/lynx v0.2.0
 )