mcst/go.mod
Gregory Ballantine 92153508b3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial Go project structure
2022-09-17 18:16:30 -04:00

10 lines
204 B
Modula-2

module git.metaunix.net/BitGoblin/mcst
go 1.18
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/cobra v1.5.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)