Skip to content

Commit

Permalink
chore: ran go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
technikhil314 committed Mar 23, 2022
1 parent 6d70741 commit a95c19c
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 @@ -2,8 +2,9 @@ module github.com/technikhil314/mono-cli

go 1.18

require github.com/spf13/cobra v1.4.0

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/cobra v1.4.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

0 comments on commit a95c19c

Please sign in to comment.