2021-09-29 11:55:11 +00:00
|
|
|
module go.digitalcircle.com.br/open/mk
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
2021-11-03 16:25:44 +00:00
|
|
|
replace (
|
|
|
|
go.digitalcircle.com.br/open/shelly => ../shelly
|
|
|
|
)
|
|
|
|
|
2021-09-29 11:55:11 +00:00
|
|
|
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
|
2021-11-03 16:25:44 +00:00
|
|
|
go.digitalcircle.com.br/open/shelly v0.0.0-20211103011122-59a4e22ee8ce // indirect
|
|
|
|
)
|