mk/go.mod

19 lines
542 B
Modula-2

module go.digitalcircle.com.br/open/mk
go 1.17
//replace (
// go.digitalcircle.com.br/open/shelly => ../shelly
//)
require (
github.com/alecthomas/kong v0.2.17
github.com/fatih/color v1.13.0
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go.digitalcircle.com.br/open/shelly v0.0.0-20211103011122-59a4e22ee8ce // indirect
)