fix build: go-gopher migrated to another place

This commit is contained in:
Omar Polo
2021-10-24 13:19:42 +02:00
committed by nytpu
parent be43158649
commit a5a33a65f0
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
)