summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorcos <cos>2023-06-04 18:32:34 +0200
committercos <cos>2023-06-04 18:32:37 +0200
commit7e8f5fc6faa5886f105cff67ee5a3d526b9e470f (patch)
tree2258d9ba55baae08531cbd2995c5c68ea2309cfe /go.mod
parentd2f186ea6b7b12fd80b764ba1048d1c5005beb2d (diff)
downloadhisgle-master.zip
Add support for hostname suffixHEADmaster
Allows for having a host reachable over different interfaces, such as e.g. somehost and somehost-wifi.
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
)