mcst/go.mod
Gregory Ballantine f908be29b9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added the testify module for testing
2022-09-19 14:39:54 -04:00

15 lines
431 B
Modula-2

module git.metaunix.net/BitGoblin/mcst
go 1.18
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/cobra v1.5.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)