config: proper handle AllowFail option

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-03-14 13:58:03 +03:00
parent 53fc9af8da
commit 8f36e9db79
3 changed files with 13 additions and 19 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.18
require (
github.com/imdario/mergo v0.3.13
go.unistack.org/micro/v3 v3.10.15
go.unistack.org/micro/v3 v3.10.16
)