add gofeed as submodule

This commit is contained in:
Nazar Kanaev 2021-02-26 13:44:15 +00:00
parent adef7b76c9
commit 6a643f7ca7
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "src/gofeed"]
path = src/gofeed
url = http://github.com/mmcdole/gofeed

2
go.mod
View File

@ -11,4 +11,4 @@ require (
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)
replace github.com/mmcdole/gofeed => ./gofeed
replace github.com/mmcdole/gofeed => ./src/gofeed

1
src/gofeed Submodule

@ -0,0 +1 @@
Subproject commit 70d9d43ec2ea0e4248f46a31f79a579e6d152b4b