diff options
author | cos <cos> | 2023-06-04 18:32:34 +0200 |
---|---|---|
committer | cos <cos> | 2023-06-04 18:32:37 +0200 |
commit | 7e8f5fc6faa5886f105cff67ee5a3d526b9e470f (patch) | |
tree | 2258d9ba55baae08531cbd2995c5c68ea2309cfe /go.mod | |
parent | d2f186ea6b7b12fd80b764ba1048d1c5005beb2d (diff) | |
download | hisgle-master.zip |
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |