config: minor changes to split config and watcher files

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-08-04 14:00:49 +03:00
parent 72bd311686
commit d38d96b268
4 changed files with 111 additions and 15 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.16
require (
github.com/imdario/mergo v0.3.12
github.com/unistack-org/micro/v3 v3.4.0
github.com/unistack-org/micro/v3 v3.5.9
)