summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3540981..ae305c9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module netizen.se/hisgle
go 1.14
require (
- github.com/mxk/go-sqlite v0.0.0-20140611214908-167da9432e1f
+ github.com/mattn/go-sqlite3 v1.14.17
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
)