summaryrefslogtreecommitdiff
path: root/fetch
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 /fetch
parentbe431586494c838d77082e919530dc33202dee34 (diff)
fix build: go-gopher migrated to another place
Diffstat (limited to 'fetch')
-rw-r--r--fetch/gopher.go2
1 files changed, 1 insertions, 1 deletions
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"
)