diff --git a/go.mod b/go.mod index 787158d..757fbfc 100644 --- a/go.mod +++ b/go.mod @@ -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