init machined cli

This commit is contained in:
Pavel Sviderski
2024-07-20 21:18:06 +10:00
parent c99cdcd95f
commit b4606b939b
9 changed files with 167 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module uncloud
go 1.22
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)