aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-03 14:38:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-03 14:53:02 +1300
commit2a093fe701e0706830c340b7b2fbd03c26be60d4 (patch)
tree1c7d0d5f66fc610d2500e6df0cbe141e836c981b /go.mod
parentRemove executable content support (diff)
downloadshavit-2a093fe701e0706830c340b7b2fbd03c26be60d4.tar.gz
shavit-2a093fe701e0706830c340b7b2fbd03c26be60d4.zip
Switch listen to systemd socket activationHEADv0.0.0-tejr1master
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index ad90b67..81d1630 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
-module git.sr.ht/~yotam/shavit
+module sanctum.geek.nz/code/shavit.git.git
go 1.12
require (
- git.sr.ht/~yotam/go-gemini v0.0.0-20191109201753-fe15cf054c37
github.com/BurntSushi/toml v0.3.1
github.com/pelletier/go-toml v1.6.0 // indirect
+ sanctum.geek.nz/code/go-gemini.git.git v0.0.0-tejr1
)