2021-10-26 22:36:04 +03:00
|
|
|
module go.unistack.org/micro-server-http/v3
|
2020-01-17 14:03:02 +03:00
|
|
|
|
2024-12-27 01:31:28 +03:00
|
|
|
go 1.22.0
|
2024-09-17 12:47:19 +03:00
|
|
|
|
2020-01-17 14:03:02 +03:00
|
|
|
|
2020-12-15 11:54:15 +03:00
|
|
|
require (
|
2024-12-27 01:31:28 +03:00
|
|
|
go.unistack.org/micro-client-http/v3 v3.9.15
|
|
|
|
go.unistack.org/micro-codec-yaml/v3 v3.10.3
|
2024-04-23 22:21:27 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.4.1
|
2024-12-27 01:31:28 +03:00
|
|
|
go.unistack.org/micro/v3 v3.11.30
|
|
|
|
golang.org/x/net v0.33.0
|
2023-02-26 14:53:09 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-12-27 01:31:28 +03:00
|
|
|
github.com/ash3in/uuidv8 v1.2.0 // indirect
|
2024-03-18 14:51:40 +03:00
|
|
|
github.com/google/gnostic v0.7.0 // indirect
|
2024-12-27 01:31:28 +03:00
|
|
|
github.com/google/gnostic-models v0.6.9 // indirect
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
github.com/matoous/go-nanoid v1.5.1 // indirect
|
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
|
|
|
|
google.golang.org/grpc v1.69.2 // indirect
|
|
|
|
google.golang.org/protobuf v1.36.1 // indirect
|
2022-06-27 00:41:18 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2020-12-15 11:54:15 +03:00
|
|
|
)
|