2021-10-27 01:24:35 +03:00
|
|
|
module go.unistack.org/micro-tests
|
2020-09-29 11:15:29 +03:00
|
|
|
|
2021-03-29 00:27:32 +03:00
|
|
|
go 1.16
|
2020-09-29 11:15:29 +03:00
|
|
|
|
|
|
|
require (
|
2023-01-07 23:56:14 +03:00
|
|
|
github.com/VictoriaMetrics/metrics v1.23.0 // indirect
|
|
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v1.4.0 // indirect
|
|
|
|
github.com/hashicorp/go-plugin v1.4.8 // indirect
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
|
|
|
|
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
|
|
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
|
|
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
|
|
github.com/hashicorp/vault/api v1.8.2 // indirect
|
|
|
|
github.com/hashicorp/vault/sdk v0.6.2 // indirect
|
|
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
2022-04-21 15:15:39 +03:00
|
|
|
github.com/jmoiron/sqlx v1.3.5
|
2023-01-07 23:56:14 +03:00
|
|
|
github.com/klauspost/compress v1.15.14 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
|
|
github.com/oklog/run v1.1.0 // indirect
|
2020-09-29 11:15:29 +03:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2023-01-07 23:56:14 +03:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
|
|
|
github.com/prometheus/common v0.39.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
2022-11-29 13:26:00 +03:00
|
|
|
github.com/segmentio/kafka-go v0.4.38
|
2023-01-07 19:16:48 +03:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2023-01-07 23:56:14 +03:00
|
|
|
github.com/twmb/franz-go v1.11.0
|
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
|
|
go.unistack.org/micro-broker-kgo/v3 v3.8.3
|
2021-10-27 01:24:35 +03:00
|
|
|
go.unistack.org/micro-broker-segmentio/v3 v3.8.0
|
2022-05-02 17:23:43 +03:00
|
|
|
go.unistack.org/micro-client-drpc/v3 v3.8.1
|
2023-01-07 23:56:14 +03:00
|
|
|
go.unistack.org/micro-client-grpc/v3 v3.10.0
|
2023-01-07 19:16:48 +03:00
|
|
|
go.unistack.org/micro-client-http/v3 v3.9.0
|
2021-10-27 01:24:35 +03:00
|
|
|
go.unistack.org/micro-codec-grpc/v3 v3.8.1
|
|
|
|
go.unistack.org/micro-codec-json/v3 v3.8.0
|
|
|
|
go.unistack.org/micro-codec-jsonpb/v3 v3.8.1
|
|
|
|
go.unistack.org/micro-codec-proto/v3 v3.8.1
|
|
|
|
go.unistack.org/micro-codec-segmentio/v3 v3.8.1
|
|
|
|
go.unistack.org/micro-codec-urlencode/v3 v3.8.1
|
|
|
|
go.unistack.org/micro-codec-xml/v3 v3.8.1
|
2023-01-07 23:56:14 +03:00
|
|
|
go.unistack.org/micro-config-consul/v3 v3.8.2
|
|
|
|
go.unistack.org/micro-config-env/v3 v3.8.3
|
2022-02-16 17:17:48 +03:00
|
|
|
go.unistack.org/micro-config-vault/v3 v3.8.4
|
2022-03-18 16:36:46 +03:00
|
|
|
go.unistack.org/micro-meter-prometheus/v3 v3.8.4
|
2022-02-07 17:24:17 +03:00
|
|
|
go.unistack.org/micro-meter-victoriametrics/v3 v3.8.6
|
2023-01-07 19:16:48 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.3.1
|
2022-03-28 17:31:28 +03:00
|
|
|
go.unistack.org/micro-router-register/v3 v3.9.0
|
2023-01-07 23:56:14 +03:00
|
|
|
go.unistack.org/micro-server-grpc/v3 v3.10.0
|
|
|
|
go.unistack.org/micro-server-http/v3 v3.10.3
|
2022-03-23 12:26:55 +03:00
|
|
|
go.unistack.org/micro-server-tcp/v3 v3.9.0
|
2023-01-07 23:56:14 +03:00
|
|
|
go.unistack.org/micro-wrapper-recovery/v3 v3.8.3
|
2023-01-07 19:16:48 +03:00
|
|
|
go.unistack.org/micro-wrapper-sql/v3 v3.0.2
|
2021-10-27 01:24:35 +03:00
|
|
|
go.unistack.org/micro-wrapper-trace-opentracing/v3 v3.8.0
|
2023-01-07 23:56:14 +03:00
|
|
|
go.unistack.org/micro/v3 v3.10.0
|
|
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
|
|
golang.org/x/net v0.5.0
|
|
|
|
golang.org/x/time v0.3.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20230106154932-a12b697841d9 // indirect
|
2023-01-07 19:16:48 +03:00
|
|
|
google.golang.org/grpc v1.51.0
|
2022-08-28 18:05:42 +03:00
|
|
|
google.golang.org/protobuf v1.28.1
|
2022-11-14 07:28:02 +03:00
|
|
|
modernc.org/sqlite v1.19.4
|
2022-06-25 23:11:18 +03:00
|
|
|
storj.io/drpc v0.0.32
|
2020-09-29 11:15:29 +03:00
|
|
|
)
|