update to latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-06-27 00:41:18 +03:00
parent fd8c454bae
commit 7d649e8156
3 changed files with 35 additions and 13 deletions

13
go.mod
View File

@@ -3,6 +3,15 @@ module go.unistack.org/micro-server-http/v3
go 1.16
require (
go.unistack.org/micro/v3 v3.9.0
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba
github.com/ef-ds/deque v1.0.4 // indirect
github.com/golang-jwt/jwt/v4 v4.4.0 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
go.unistack.org/micro/v3 v3.9.10
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)