Skip to content

Commit

Permalink
Fixes go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranjandas committed Jun 5, 2024
1 parent 7e7a4f2 commit e2f8963
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module github.com/ranjandas/shikari

// X.Y format only supported under vscode
go 1.22
go 1.22.0

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 e2f8963

Please sign in to comment.