Кирилл Горбунов
7a302ce899
Co-authored-by: Gorbunov Kirill Andreevich <kgorbunov@mtsbank.ru> Reviewed-on: #8 Reviewed-by: Василий Толстов <v.tolstov@unistack.org> Co-authored-by: Кирилл Горбунов <kirya_gorbunov_2015@mail.ru> Co-committed-by: Кирилл Горбунов <kirya_gorbunov_2015@mail.ru>
50 lines
1.9 KiB
Modula-2
50 lines
1.9 KiB
Modula-2
module go.unistack.org/servicechecker
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/getkin/kin-openapi v0.128.0
|
|
github.com/go-co-op/gocron/v2 v2.12.3
|
|
github.com/google/uuid v1.6.0
|
|
github.com/ompluscator/dynamic-struct v1.4.0
|
|
github.com/stretchr/testify v1.9.0
|
|
go.unistack.org/micro-client-grpc/v3 v3.11.10
|
|
go.unistack.org/micro-client-http/v3 v3.9.14
|
|
go.unistack.org/micro-codec-json/v3 v3.10.1
|
|
go.unistack.org/micro-codec-jsonpb/v3 v3.10.3
|
|
go.unistack.org/micro-codec-proto/v3 v3.10.2
|
|
go.unistack.org/micro-codec-yaml/v3 v3.10.2
|
|
go.unistack.org/micro-meter-victoriametrics/v3 v3.8.9
|
|
go.unistack.org/micro-proto/v3 v3.4.1
|
|
go.unistack.org/micro-proto/v4 v4.1.0
|
|
go.unistack.org/micro-server-http/v3 v3.11.34
|
|
go.unistack.org/micro/v3 v3.10.100
|
|
google.golang.org/protobuf v1.35.2
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
github.com/google/gnostic v0.7.0 // indirect
|
|
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
|
|
github.com/invopop/yaml v0.3.1 // indirect
|
|
github.com/jonboulle/clockwork v0.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
|
go.unistack.org/metrics v0.0.1 // indirect
|
|
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
|
|
google.golang.org/grpc v1.68.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|