implement watcher

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-08-04 01:38:44 +03:00
parent fcfa2f31d8
commit 7828935a5b
3 changed files with 121 additions and 9 deletions

2
go.mod
View File

@@ -9,5 +9,5 @@ require (
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.12
github.com/pkg/errors v0.9.1 // indirect
github.com/unistack-org/micro/v3 v3.4.0
github.com/unistack-org/micro/v3 v3.5.8
)