aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-03 13:24:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-03 14:32:27 +1300
commit3f41d328a37b5bae22d58f610c97cf5c45aa4a11 (patch)
tree55e775448caa9fd1b05d656762fc1a923843469a /go.mod
parentSet the minimum TLS version to TLS 1.2 (diff)
downloadgo-gemini-master.tar.gz
go-gemini-master.zip
Switch listen to systemd socket activationHEADv0.0.0-tejr1master
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 5 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 4afecd0..ade4ee4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,8 @@
-module git.sr.ht/~yotam/go-gemini
+module sanctum.geek.nz/code/go-gemini.git.git
go 1.12
-require github.com/google/go-cmp v0.3.1
+require (
+ github.com/coreos/go-systemd/v22 v22.1.0
+ github.com/google/go-cmp v0.3.1
+)