Skip to content

Commit 50fef24

Browse files
build: Cobra.
1 parent 6adac6f commit 50fef24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ module github.com/lukasz-lobocki/step-badger
22

33
go 1.22.5
44

5+
require github.com/spf13/cobra v1.8.1
6+
57
require (
68
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7-
github.com/spf13/cobra v1.8.1 // indirect
89
github.com/spf13/pflag v1.0.5 // indirect
910
)

0 commit comments

Comments
 (0)