Initial commit

This commit is contained in:
2024-10-09 05:01:43 -05:00
parent 35bc3643ca
commit c4bdb386d5
3 changed files with 33 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module gitlab.com/developerdurp/wingotil
go 1.23.2
require (
github.com/spf13/cobra v1.8.1
golang.org/x/sys v0.26.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)