summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-10-24 13:19:42 +0200
committernytpu <alex@nytpu.com>2021-10-24 19:55:06 -0600
commita5a33a65f014884e67715959ca3b6a94dd73a23b (patch)
treeb401a14cabf6ef74bb07490f33444b554ba0a9b7 /go.mod
parentbe431586494c838d77082e919530dc33202dee34 (diff)
fix build: go-gopher migrated to another place
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 425e41b..891a930 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,10 @@ module golang.nytpu.com/comitium
go 1.13
require (
+ git.mills.io/prologic/go-gopher v0.0.0-20210723054659-c5e856b800b8
git.sr.ht/~adnano/go-gemini v0.1.17
github.com/mitchellh/go-homedir v1.1.0
github.com/mmcdole/gofeed v1.1.0
- github.com/prologic/go-gopher v0.0.0-20210114215941-1859ade2470b
github.com/spf13/pflag v1.0.5
golang.org/x/text v0.3.6
)