Merge branch 'v3' into catch_response_headers

This commit is contained in:
2022-11-15 13:07:59 +03:00
committed by GitHub
6 changed files with 31 additions and 22 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.16
require (
github.com/fatih/structtag v1.2.0
go.unistack.org/micro-proto/v3 v3.3.1
golang.org/x/tools v0.1.10
golang.org/x/tools v0.3.0
google.golang.org/protobuf v1.28.1
)