Кирилл Горбунов
526e414d60
## Pull Request template Please, go through these steps before clicking submit on this PR. 1. Give a descriptive title to your PR. 2. Provide a description of your changes. 3. Make sure you have some relevant tests. 4. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if applicable). **PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING** Co-authored-by: Gorbunov Kirill Andreevich <kgorbunov@mtsbank.ru> Reviewed-on: #188 Co-authored-by: Кирилл Горбунов <kirya_gorbunov_2015@mail.ru> Co-committed-by: Кирилл Горбунов <kirya_gorbunov_2015@mail.ru>
23 lines
694 B
Modula-2
23 lines
694 B
Modula-2
module go.unistack.org/micro-server-http/v3
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
go.unistack.org/micro-codec-yaml/v3 v3.10.0
|
|
go.unistack.org/micro-proto/v3 v3.3.1
|
|
go.unistack.org/micro/v3 v3.10.52
|
|
golang.org/x/net v0.22.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/gnostic v0.7.0 // indirect
|
|
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
|
|
google.golang.org/grpc v1.62.1 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
)
|