utilize native merging for map and struct without json

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-06 18:16:29 +03:00
parent 3ec25548a8
commit 6565336c1a
3 changed files with 5 additions and 6 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/unistack-org/micro-server-http/v3
go 1.13
require (
github.com/unistack-org/micro/v3 v3.2.7
github.com/unistack-org/micro/v3 v3.2.8
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)