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 f2a7249 commit 7463d16Copy full SHA for 7463d16
source-code/go.mod
@@ -1 +1,10 @@
1
+module bytes-manager
2
3
+go 1.21
4
+
5
+require github.com/spf13/cobra v1.8.0
6
7
+require (
8
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
9
+ github.com/spf13/pflag v1.0.5 // indirect
10
+)
0 commit comments