2021-10-27 01:24:35 +03:00
|
|
|
module go.unistack.org/micro-tests
|
2020-09-29 11:15:29 +03:00
|
|
|
|
2024-12-12 09:48:25 +03:00
|
|
|
go 1.23.4
|
2024-12-11 02:00:29 +03:00
|
|
|
|
2025-01-18 15:17:58 +03:00
|
|
|
replace (
|
|
|
|
go.unistack.org/micro-server-grpc/v3 => ../micro-server-grpc
|
|
|
|
)
|
|
|
|
|
2020-09-29 11:15:29 +03:00
|
|
|
require (
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
2020-09-29 11:15:29 +03:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/stretchr/testify v1.10.0
|
|
|
|
github.com/twmb/franz-go v1.18.0
|
2023-01-18 10:11:41 +03:00
|
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible
|
2024-12-12 09:48:25 +03:00
|
|
|
go.unistack.org/micro-broker-kgo/v3 v3.8.51
|
|
|
|
go.unistack.org/micro-client-grpc/v3 v3.11.10
|
2025-01-14 19:00:40 +03:00
|
|
|
go.unistack.org/micro-client-http/v3 v3.9.15
|
2023-04-04 00:36:46 +03:00
|
|
|
go.unistack.org/micro-client-mock/v3 v3.0.1
|
2025-01-14 19:00:40 +03:00
|
|
|
go.unistack.org/micro-codec-json/v3 v3.10.3
|
|
|
|
go.unistack.org/micro-codec-jsonpb/v3 v3.10.6
|
|
|
|
go.unistack.org/micro-codec-proto/v3 v3.10.3
|
|
|
|
go.unistack.org/micro-codec-segmentio/v3 v3.10.5
|
|
|
|
go.unistack.org/micro-codec-urlencode/v3 v3.10.4
|
|
|
|
go.unistack.org/micro-codec-xml/v3 v3.10.2
|
2024-12-12 09:48:25 +03:00
|
|
|
go.unistack.org/micro-config-consul/v3 v3.8.6
|
|
|
|
go.unistack.org/micro-config-env/v3 v3.8.7
|
|
|
|
go.unistack.org/micro-config-vault/v3 v3.8.9
|
2024-12-12 09:41:37 +03:00
|
|
|
go.unistack.org/micro-meter-prometheus/v3 v3.8.17
|
|
|
|
go.unistack.org/micro-meter-victoriametrics/v3 v3.8.9
|
2024-12-12 09:48:25 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.4.1
|
2025-01-18 15:17:58 +03:00
|
|
|
go.unistack.org/micro-router-register/v3 v3.10.1
|
2025-01-14 19:00:40 +03:00
|
|
|
go.unistack.org/micro-server-grpc/v3 v3.10.28
|
|
|
|
go.unistack.org/micro-server-http/v3 v3.11.38
|
2025-01-18 15:17:58 +03:00
|
|
|
go.unistack.org/micro-server-tcp/v3 v3.10.3
|
2024-12-12 09:48:25 +03:00
|
|
|
go.unistack.org/micro-tracer-opentracing/v3 v3.10.23
|
|
|
|
go.unistack.org/micro-wrapper-recovery/v3 v3.9.0
|
2024-12-12 09:41:37 +03:00
|
|
|
go.unistack.org/micro-wrapper-sql/v3 v3.10.15
|
2025-01-18 15:17:58 +03:00
|
|
|
go.unistack.org/micro/v3 v3.11.38
|
2025-01-14 19:00:40 +03:00
|
|
|
golang.org/x/net v0.34.0
|
|
|
|
google.golang.org/grpc v1.69.4
|
2025-01-18 15:17:58 +03:00
|
|
|
google.golang.org/protobuf v1.36.3
|
2024-12-12 09:48:25 +03:00
|
|
|
modernc.org/sqlite v1.34.2
|
|
|
|
storj.io/drpc v0.0.34
|
2023-03-30 02:45:20 +03:00
|
|
|
)
|
2023-03-06 00:02:39 +03:00
|
|
|
|
2023-01-30 21:10:06 +03:00
|
|
|
require (
|
2024-12-11 02:00:29 +03:00
|
|
|
dario.cat/mergo v1.0.1 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/KimMachineGun/automemlimit v0.7.0 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/ash3in/uuidv8 v1.2.0 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-12-12 01:41:40 +03:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-12-12 01:41:40 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/fatih/color v1.18.0 // indirect
|
2024-12-12 01:41:40 +03:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/google/gnostic v0.7.0 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/google/gnostic-models v0.6.9 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/hashicorp/consul/api v1.31.0 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/hashicorp/go-hclog v1.6.3 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/hashicorp/go-metrics v0.5.4 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
|
2024-12-12 01:41:40 +03:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v1.0.2 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/hashicorp/serf v0.10.2 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/hashicorp/vault/api v1.15.0 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
|
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/matoous/go-nanoid v1.5.1 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2024-12-12 01:41:40 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-12-12 01:41:40 +03:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/prometheus/client_golang v1.20.5 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/prometheus/common v0.61.0 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
2023-03-06 00:02:39 +03:00
|
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/segmentio/encoding v0.4.1 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/silas/dag v0.0.0-20220518035006-a7e85ada93c5 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/twmb/franz-go/pkg/kadm v1.14.0 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
github.com/zeebo/errs v1.4.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.33.0 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
2024-12-12 09:41:37 +03:00
|
|
|
go.unistack.org/metrics v0.0.1 // indirect
|
|
|
|
go.unistack.org/micro-wrapper-requestid/v3 v3.9.3 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
|
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
golang.org/x/text v0.21.0 // indirect
|
2025-01-14 19:00:40 +03:00
|
|
|
golang.org/x/time v0.9.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-12-12 09:48:25 +03:00
|
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
|
|
|
modernc.org/libc v1.55.3 // indirect
|
|
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
|
|
modernc.org/memory v1.8.0 // indirect
|
|
|
|
modernc.org/strutil v1.2.0 // indirect
|
2024-12-11 02:00:29 +03:00
|
|
|
modernc.org/token v1.1.0 // indirect
|
2023-01-30 21:10:06 +03:00
|
|
|
)
|