aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
+)