mirror of
https://github.com/sstent/go-garth.git
synced 2026-02-06 06:22:10 +00:00
Feat: Implement 1A.2 CLI Framework Setup with Cobra
This commit is contained in:
10
go.mod
10
go.mod
@@ -2,7 +2,15 @@ module garmin-connect
|
||||
|
||||
go 1.24.2
|
||||
|
||||
require github.com/joho/godotenv v1.5.1
|
||||
require (
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/spf13/cobra v1.10.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.9 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user