We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49096d commit 75a8df0Copy full SHA for 75a8df0
1 file changed
go.mod
@@ -5,10 +5,10 @@ go 1.26.1
5
require (
6
github.com/alecthomas/participle/v2 v2.1.0
7
github.com/google/go-cmp v0.5.9
8
+ github.com/spf13/cobra v1.10.2
9
)
10
11
12
github.com/inconshreveable/mousetrap v1.1.0 // indirect
- github.com/spf13/cobra v1.10.2 // indirect
13
github.com/spf13/pflag v1.0.9 // indirect
14
0 commit comments