fix deps
parent
8fee228701
commit
ccd214f38e
6
go.mod
6
go.mod
|
@ -2,9 +2,9 @@ module go.digitalcircle.com.br/open/mk
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
replace (
|
//replace (
|
||||||
go.digitalcircle.com.br/open/shelly => ../shelly
|
// go.digitalcircle.com.br/open/shelly => ../shelly
|
||||||
)
|
//)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alecthomas/kong v0.2.17
|
github.com/alecthomas/kong v0.2.17
|
||||||
|
|
Loading…
Reference in New Issue