master
Paulo Simão 2021-11-05 08:10:21 -03:00
parent 8fee228701
commit ccd214f38e
1 changed files with 3 additions and 3 deletions

6
go.mod
View File

@ -2,9 +2,9 @@ module go.digitalcircle.com.br/open/mk
go 1.17
replace (
go.digitalcircle.com.br/open/shelly => ../shelly
)
//replace (
// go.digitalcircle.com.br/open/shelly => ../shelly
//)
require (
github.com/alecthomas/kong v0.2.17