merge micro config improvements

* update micro to latest release
* use Before/After Init funcs

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-03-14 10:59:06 +03:00
parent a0805cbddd
commit bb5f5f7414
3 changed files with 13 additions and 4 deletions

4
go.mod
View File

@@ -1,8 +1,8 @@
module go.unistack.org/micro-config-env/v3
go 1.16
go 1.18
require (
github.com/imdario/mergo v0.3.13
go.unistack.org/micro/v3 v3.10.14
go.unistack.org/micro/v3 v3.10.15
)