diff --git a/doc/todo.txt b/doc/todo.txt index e1f6294..f481396 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -3,5 +3,3 @@ if the primary content is missing (youtube feeds) - fix: loading items (by scrolling down) is glitching while feeds are refreshing - -- ref: `mmcdole/gofeed` has too many indirect deps, drop it diff --git a/go.mod b/go.mod index f1394a8..c55fecf 100644 --- a/go.mod +++ b/go.mod @@ -7,5 +7,3 @@ require ( golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 ) - -replace github.com/mmcdole/gofeed => ./src/gofeed