Skip to content

Commit

Permalink
chore: Downgrade golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Jun 12, 2024
1 parent d559112 commit 9a309a3
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,9 +1,10 @@
module github.com/GoToolSharing/passfinder

go 1.22
go 1.20

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 9a309a3

Please sign in to comment.