2020-09-29 11:15:29 +03:00
|
|
|
module github.com/unistack-org/micro-tests
|
|
|
|
|
2021-03-29 00:27:32 +03:00
|
|
|
go 1.16
|
2020-09-29 11:15:29 +03:00
|
|
|
|
|
|
|
require (
|
2021-08-17 01:11:23 +03:00
|
|
|
github.com/VictoriaMetrics/metrics v1.17.3 // indirect
|
|
|
|
github.com/armon/go-metrics v0.3.9 // indirect
|
|
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
|
|
github.com/hashicorp/consul/api v1.9.1 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v0.16.2 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
|
|
github.com/miekg/dns v1.1.38 // indirect
|
2020-09-29 11:15:29 +03:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2021-08-17 01:11:23 +03:00
|
|
|
github.com/segmentio/encoding v0.2.19 // indirect
|
2021-07-20 18:31:43 +03:00
|
|
|
github.com/segmentio/kafka-go v0.4.17
|
2021-08-17 01:11:23 +03:00
|
|
|
github.com/silas/dag v0.0.0-20210626123444-3804bac2d6d4 // indirect
|
2021-01-19 04:15:57 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-11 00:23:33 +03:00
|
|
|
github.com/twmb/franz-go v1.0.0
|
|
|
|
github.com/unistack-org/micro-broker-kgo/v3 v3.7.1
|
2021-08-04 16:41:45 +03:00
|
|
|
github.com/unistack-org/micro-broker-segmentio/v3 v3.4.3-0.20210804134048-7916dafb4dfe
|
2021-07-05 16:26:57 +03:00
|
|
|
//github.com/unistack-org/micro-client-drpc/v3 v3.0.0-00010101000000-000000000000
|
2021-07-31 15:17:18 +03:00
|
|
|
github.com/unistack-org/micro-client-grpc/v3 v3.4.0
|
2021-09-06 18:32:39 +03:00
|
|
|
github.com/unistack-org/micro-client-http/v3 v3.4.10
|
2021-08-17 01:11:23 +03:00
|
|
|
github.com/unistack-org/micro-codec-grpc/v3 v3.2.2
|
|
|
|
github.com/unistack-org/micro-codec-json/v3 v3.2.5
|
|
|
|
github.com/unistack-org/micro-codec-jsonpb/v3 v3.2.5
|
|
|
|
github.com/unistack-org/micro-codec-proto/v3 v3.2.5
|
|
|
|
github.com/unistack-org/micro-codec-segmentio/v3 v3.2.3
|
|
|
|
github.com/unistack-org/micro-codec-urlencode/v3 v3.1.0
|
2021-06-30 17:53:06 +03:00
|
|
|
github.com/unistack-org/micro-codec-xml/v3 v3.2.2
|
2021-08-17 01:11:23 +03:00
|
|
|
github.com/unistack-org/micro-config-consul/v3 v3.6.0
|
2021-08-04 16:24:18 +03:00
|
|
|
github.com/unistack-org/micro-config-env/v3 v3.5.0
|
|
|
|
github.com/unistack-org/micro-config-vault/v3 v3.5.0
|
2021-07-31 15:17:18 +03:00
|
|
|
github.com/unistack-org/micro-meter-victoriametrics/v3 v3.3.3
|
2021-09-06 18:32:13 +03:00
|
|
|
github.com/unistack-org/micro-proto v0.0.9
|
2021-01-29 16:47:26 +03:00
|
|
|
github.com/unistack-org/micro-router-register/v3 v3.2.2
|
2021-08-17 01:11:23 +03:00
|
|
|
github.com/unistack-org/micro-server-grpc/v3 v3.3.7
|
2021-09-06 18:42:46 +03:00
|
|
|
github.com/unistack-org/micro-server-http/v3 v3.4.4
|
2021-04-29 22:51:46 +03:00
|
|
|
github.com/unistack-org/micro-server-tcp/v3 v3.3.2
|
2021-08-17 11:51:07 +03:00
|
|
|
github.com/unistack-org/micro-wrapper-recovery/v3 v3.0.0
|
2021-08-17 01:11:23 +03:00
|
|
|
github.com/unistack-org/micro-wrapper-trace-opentracing/v3 v3.3.0
|
2021-09-06 18:44:09 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.7.0
|
2021-08-17 01:11:23 +03:00
|
|
|
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20210816143620-e15ff196659d
|
|
|
|
google.golang.org/grpc v1.40.0
|
2021-07-05 16:26:57 +03:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-08-17 01:11:23 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2021-07-16 23:30:58 +03:00
|
|
|
storj.io/drpc v0.0.24
|
2020-09-29 11:15:29 +03:00
|
|
|
)
|
2020-12-28 15:55:23 +03:00
|
|
|
|
2021-02-12 20:50:02 +03:00
|
|
|
//replace github.com/unistack-org/micro-wrapper-trace-opentracing/v3 => ../micro-wrapper-trace-opentracing
|
|
|
|
//replace github.com/unistack-org/micro-client-grpc/v3 => ../micro-client-grpc
|
|
|
|
//replace github.com/unistack-org/micro-server-grpc/v3 => ../micro-server-grpc
|
2021-02-06 19:08:01 +03:00
|
|
|
//replace github.com/unistack-org/micro-server-http/v3 => ../micro-server-http
|
2021-01-19 04:15:57 +03:00
|
|
|
//replace github.com/unistack-org/micro-client-http/v3 => ../micro-client-http
|
2021-06-30 17:53:06 +03:00
|
|
|
//replace github.com/unistack-org/micro-client-drpc/v3 => ../micro-client-drpc
|
2021-08-04 16:41:45 +03:00
|
|
|
//replace github.com/unistack-org/micro-broker-segmentio/v3 => ../micro-broker-segmentio
|
2021-09-11 00:23:33 +03:00
|
|
|
//replace github.com/unistack-org/micro-proto => ../micro-proto
|