1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
module github.com/bwplotka/bingo
go 1.17
require (
github.com/Masterminds/semver v1.5.0
github.com/efficientgo/core v1.0.0-rc.0
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.5.0
golang.org/x/mod v0.12.0
mvdan.cc/sh/v3 v3.7.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
)
|