07871ac6c8
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.9.5 to 3.9.7. - [Release notes](https://github.com/unistack-org/micro/releases) - [Commits](https://github.com/unistack-org/micro/compare/v3.9.5...v3.9.7) --- 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>
48 lines
1.8 KiB
Modula-2
48 lines
1.8 KiB
Modula-2
module go.unistack.org/micro-tests
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/gnostic v0.6.7 // indirect
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/segmentio/kafka-go v0.4.30
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/twmb/franz-go v1.4.2
|
|
github.com/zeebo/errs v1.3.0 // indirect
|
|
go.unistack.org/micro-broker-kgo/v3 v3.8.2
|
|
go.unistack.org/micro-broker-segmentio/v3 v3.8.0
|
|
go.unistack.org/micro-client-drpc/v3 v3.8.0
|
|
go.unistack.org/micro-client-grpc/v3 v3.8.4
|
|
go.unistack.org/micro-client-http/v3 v3.8.7
|
|
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.1
|
|
go.unistack.org/micro-config-env/v3 v3.8.2
|
|
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.2.7
|
|
go.unistack.org/micro-router-register/v3 v3.9.0
|
|
go.unistack.org/micro-server-grpc/v3 v3.9.1
|
|
go.unistack.org/micro-server-http/v3 v3.10.0
|
|
go.unistack.org/micro-server-tcp/v3 v3.9.0
|
|
go.unistack.org/micro-wrapper-recovery/v3 v3.8.0
|
|
go.unistack.org/micro-wrapper-sql/v3 v3.0.1
|
|
go.unistack.org/micro-wrapper-trace-opentracing/v3 v3.8.0
|
|
go.unistack.org/micro/v3 v3.9.7
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
|
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
|
|
golang.org/x/tools v0.1.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20220322021311-435b647f9ef2 // indirect
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.28.0
|
|
modernc.org/sqlite v1.15.3
|
|
storj.io/drpc v0.0.30
|
|
)
|