fix: default depth when limit is specified

This commit is contained in:
lapwat
2022-05-10 15:09:07 +02:00
parent 740b66669f
commit 6d795f3033
5 changed files with 30 additions and 27 deletions

6
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/JohannesKaufmann/html-to-markdown v1.3.3
github.com/bmaupin/go-epub v0.11.0
github.com/go-shiori/go-readability v0.0.0-20220215145315-dd6828d2f09b
github.com/jedib0t/go-pretty/v6 v6.3.0
github.com/jedib0t/go-pretty/v6 v6.3.1
github.com/mmcdole/gofeed v1.1.3
github.com/spf13/cobra v1.4.0
)
@@ -44,8 +44,8 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/vincent-petithory/dataurl v1.0.0 // indirect
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect