69 lines
2.9 KiB
Modula-2
69 lines
2.9 KiB
Modula-2
module go.unistack.org/micro-tests
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
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
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
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
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
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
|
|
github.com/segmentio/kafka-go v0.4.38
|
|
github.com/stretchr/testify v1.8.1
|
|
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
|
|
go.unistack.org/micro-broker-segmentio/v3 v3.8.0
|
|
go.unistack.org/micro-client-drpc/v3 v3.8.1
|
|
go.unistack.org/micro-client-grpc/v3 v3.10.0
|
|
go.unistack.org/micro-client-http/v3 v3.9.0
|
|
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
|
|
go.unistack.org/micro-config-consul/v3 v3.8.2
|
|
go.unistack.org/micro-config-env/v3 v3.8.3
|
|
go.unistack.org/micro-config-vault/v3 v3.8.4
|
|
go.unistack.org/micro-meter-prometheus/v3 v3.8.4
|
|
go.unistack.org/micro-meter-victoriametrics/v3 v3.8.6
|
|
go.unistack.org/micro-proto/v3 v3.3.1
|
|
go.unistack.org/micro-router-register/v3 v3.9.0
|
|
go.unistack.org/micro-server-grpc/v3 v3.10.0
|
|
go.unistack.org/micro-server-http/v3 v3.10.3
|
|
go.unistack.org/micro-server-tcp/v3 v3.9.0
|
|
go.unistack.org/micro-wrapper-recovery/v3 v3.8.3
|
|
go.unistack.org/micro-wrapper-sql/v3 v3.0.2
|
|
go.unistack.org/micro-wrapper-trace-opentracing/v3 v3.8.0
|
|
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
|
|
google.golang.org/grpc v1.51.0
|
|
google.golang.org/protobuf v1.28.1
|
|
modernc.org/sqlite v1.19.4
|
|
storj.io/drpc v0.0.32
|
|
)
|