diff options
| author | Omar Polo <op@omarpolo.com> | 2021-10-24 13:19:42 +0200 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-10-24 19:55:06 -0600 |
| commit | a5a33a65f014884e67715959ca3b6a94dd73a23b (patch) | |
| tree | b401a14cabf6ef74bb07490f33444b554ba0a9b7 | |
| parent | be431586494c838d77082e919530dc33202dee34 (diff) | |
fix build: go-gopher migrated to another place
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | fetch/gopher.go | 2 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
4 files changed, 5 insertions, 5 deletions
@@ -107,7 +107,7 @@ Send patches and issue reports to [Amfora]: https://github.com/makeworld-the-better-one/amfora [gemreader]: https://git.sr.ht/~sircmpwn/gemreader [go-gemini]: https://git.sr.ht/~adnano/go-gemini -[go-gopher]: https://github.com/prologic/go-gopher +[go-gopher]: https://git.mills.io/prologic/go-gopher [gofeed]: https://github.com/mmcdole/gofeed [pflag]: https://github.com/spf13/pflag [go-homedir]: https://github.com/mitchellh/go-homedir diff --git a/fetch/gopher.go b/fetch/gopher.go index 6815d1e..9130e26 100644 --- a/fetch/gopher.go +++ b/fetch/gopher.go @@ -12,7 +12,7 @@ import ( "time" "github.com/mmcdole/gofeed" - "github.com/prologic/go-gopher" + "git.mills.io/prologic/go-gopher" "golang.nytpu.com/comitium/core" ) @@ -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 ) @@ -1,3 +1,5 @@ +git.mills.io/prologic/go-gopher v0.0.0-20210723054659-c5e856b800b8 h1:DQYk3+Yg61ulyNK42TLqW1MFJDrtHKjYthPJ423vlSU= +git.mills.io/prologic/go-gopher v0.0.0-20210723054659-c5e856b800b8/go.mod h1:EMXlYOIbYJQhPTtIltgaaHtCYDawV/HL0dYf8ShzAck= git.sr.ht/~adnano/go-gemini v0.1.17 h1:CJ3tDaqAJQbOdVXmiPC/iXHt4lF/CRu2nxPNOPjHUBk= git.sr.ht/~adnano/go-gemini v0.1.17/go.mod h1:hQ75Y0i5jSFL+FQ7AzWVAYr5LQsaFC7v3ZviNyj46dY= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= @@ -24,8 +26,6 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 h1:Esafd1046DLD github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prologic/go-gopher v0.0.0-20210114215941-1859ade2470b h1:bOYTIzro9GwU+OV5RJnFXCUW7fVnzY+wGDaL2ceFvn4= -github.com/prologic/go-gopher v0.0.0-20210114215941-1859ade2470b/go.mod h1:ypKOIAVSaX4/TBkLcXhjcpSZKrBOmOd/sufqKUyM6Xc= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= |
