Skip to content

Commit

Permalink
Merge pull request #12 from yossydev/renovate/go-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency go to v1.22.2
  • Loading branch information
Yuto Yoshino authored Apr 4, 2024
2 parents 2e3a01f + 4fb5b37 commit 5c8fd57
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 RandoLGTM

go 1.21.0
go 1.22.2

require github.com/spf13/cobra v1.7.0

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

0 comments on commit 5c8fd57

Please sign in to comment.