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 15:04:18 +03:00
parent 8762cb5a71
commit 0112c44d7d
4 changed files with 123 additions and 5 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
)