Skip to content

Commit

Permalink
update for cobra
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacky-The-Sheep committed Mar 18, 2024
1 parent 60e85d2 commit 909d268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/Hacky-The-Sheep/gonamer

go 1.21

require github.com/spf13/cobra v1.8.0

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

0 comments on commit 909d268

Please sign in to comment.