Skip to content

Commit afdfeff

Browse files
committed
go mod tidy
1 parent d3c3b47 commit afdfeff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ module github.com/songtov/wtt
33
go 1.21.4
44

55
require (
6-
github.com/BurntSushi/toml v1.6.0 // indirect
6+
github.com/BurntSushi/toml v1.6.0
7+
github.com/spf13/cobra v1.10.2
8+
)
9+
10+
require (
711
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8-
github.com/spf13/cobra v1.10.2 // indirect
912
github.com/spf13/pflag v1.0.9 // indirect
1013
)

0 commit comments

Comments
 (0)