feat: add basic command structure

This commit is contained in:
Alexander Navarro 2024-12-17 16:38:47 -03:00
parent c8a37ed85c
commit 1459abdd84
8 changed files with 78 additions and 3 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module git.alecodes.page/alecodes/miniflux-archiver
go 1.23.3
require (
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
)