Skip to content

Commit 75a8df0

Browse files
committed
Update go.mod
1 parent c49096d commit 75a8df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.26.1
55
require (
66
github.com/alecthomas/participle/v2 v2.1.0
77
github.com/google/go-cmp v0.5.9
8+
github.com/spf13/cobra v1.10.2
89
)
910

1011
require (
1112
github.com/inconshreveable/mousetrap v1.1.0 // indirect
12-
github.com/spf13/cobra v1.10.2 // indirect
1313
github.com/spf13/pflag v1.0.9 // indirect
1414
)

0 commit comments

Comments
 (0)