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