initial commit

This commit is contained in:
2024-09-29 14:05:53 -05:00
commit 4e0eba7d4f
3 changed files with 224 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module sendosc
go 1.23.1
require github.com/spf13/cobra v1.8.1
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)