add gofeed as submodule
This commit is contained in:
parent
adef7b76c9
commit
6a643f7ca7
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "src/gofeed"]
|
||||||
|
path = src/gofeed
|
||||||
|
url = http://github.com/mmcdole/gofeed
|
||||||
2
go.mod
2
go.mod
|
|
@ -11,4 +11,4 @@ require (
|
||||||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
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
1
src/gofeed
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 70d9d43ec2ea0e4248f46a31f79a579e6d152b4b
|
||||||
Loading…
Add table
Add a link
Reference in a new issue