We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c3b47 commit afdfeffCopy full SHA for afdfeff
go.mod
@@ -3,8 +3,11 @@ module github.com/songtov/wtt
3
go 1.21.4
4
5
require (
6
- github.com/BurntSushi/toml v1.6.0 // indirect
+ github.com/BurntSushi/toml v1.6.0
7
+ github.com/spf13/cobra v1.10.2
8
+)
9
+
10
+require (
11
github.com/inconshreveable/mousetrap v1.1.0 // indirect
- github.com/spf13/cobra v1.10.2 // indirect
12
github.com/spf13/pflag v1.0.9 // indirect
13
)
0 commit comments