From a5a33a65f014884e67715959ca3b6a94dd73a23b Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 24 Oct 2021 13:19:42 +0200 Subject: fix build: go-gopher migrated to another place --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3