d4c7660d0e
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.9 to 3.10.10. - [Release notes](https://github.com/unistack-org/micro/releases) - [Commits](https://github.com/unistack-org/micro/compare/v3.10.9...v3.10.10) --- updated-dependencies: - dependency-name: go.unistack.org/micro/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
133 lines
5.8 KiB
Modula-2
133 lines
5.8 KiB
Modula-2
module go.unistack.org/micro-tests
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
|
|
github.com/VictoriaMetrics/metrics v1.23.1 // 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.3 // indirect
|
|
github.com/hashicorp/vault/sdk v0.7.0 // indirect
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/segmentio/kafka-go v0.4.38
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/twmb/franz-go v1.11.5
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
|
github.com/zeebo/errs v1.3.0 // indirect
|
|
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-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.1
|
|
go.unistack.org/micro-server-http/v3 v3.10.6
|
|
go.unistack.org/micro-server-tcp/v3 v3.10.0
|
|
go.unistack.org/micro-tracer-opentracing/v3 v3.10.1
|
|
go.unistack.org/micro-wrapper-recovery/v3 v3.8.3
|
|
go.unistack.org/micro-wrapper-sql/v3 v3.10.2
|
|
go.unistack.org/micro/v3 v3.10.10
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230127162408-596548ed4efa // indirect
|
|
google.golang.org/grpc v1.52.3
|
|
google.golang.org/protobuf v1.28.1
|
|
modernc.org/sqlite v1.20.3
|
|
storj.io/drpc v0.0.32
|
|
)
|
|
|
|
require github.com/golang/protobuf v1.5.2
|
|
|
|
require (
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/fatih/color v1.14.1 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/gnostic v0.6.9 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/hashicorp/consul/api v1.18.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/klauspost/compress v1.15.15 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.39.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
|
github.com/segmentio/asm v1.0.1 // indirect
|
|
github.com/segmentio/encoding v0.2.21 // indirect
|
|
github.com/silas/dag v0.0.0-20211117232152-9d50aa809f35 // indirect
|
|
github.com/twmb/franz-go/pkg/kmsg v1.3.0 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
lukechampine.com/uint128 v1.2.0 // indirect
|
|
modernc.org/cc/v3 v3.40.0 // indirect
|
|
modernc.org/ccgo/v3 v3.16.13 // indirect
|
|
modernc.org/libc v1.22.2 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.4.0 // indirect
|
|
modernc.org/opt v0.1.3 // indirect
|
|
modernc.org/strutil v1.1.3 // indirect
|
|
modernc.org/token v1.0.1 // indirect
|
|
)
|