generated from alecodes/base-template
feat: list entries to archive from miniflux
This commit is contained in:
parent
22b4abf73b
commit
43cd24e4d0
6 changed files with 30 additions and 14 deletions
2
go.mod
2
go.mod
|
|
@ -6,6 +6,7 @@ require (
|
|||
github.com/joho/godotenv v1.5.1
|
||||
github.com/spf13/cobra v1.8.1
|
||||
github.com/spf13/viper v1.19.0
|
||||
miniflux.app/v2 v2.2.3
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -29,5 +30,4 @@ require (
|
|||
golang.org/x/text v0.20.0 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
miniflux.app/v2 v2.2.3 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue