add sql wrapper tests, regen
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
19
go.mod
19
go.mod
@@ -4,15 +4,16 @@ go 1.16
|
||||
|
||||
require (
|
||||
github.com/jmoiron/sqlx v1.3.5
|
||||
github.com/mattn/go-colorable v0.1.12 // indirect
|
||||
github.com/opentracing/opentracing-go v1.2.0
|
||||
github.com/segmentio/kafka-go v0.4.38
|
||||
github.com/stretchr/testify v1.8.0
|
||||
github.com/stretchr/testify v1.8.1
|
||||
github.com/twmb/franz-go v1.9.1
|
||||
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.1
|
||||
go.unistack.org/micro-client-grpc/v3 v3.8.7
|
||||
go.unistack.org/micro-client-http/v3 v3.8.9
|
||||
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
|
||||
@@ -25,18 +26,18 @@ require (
|
||||
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-proto/v3 v3.3.1
|
||||
go.unistack.org/micro-router-register/v3 v3.9.0
|
||||
go.unistack.org/micro-server-grpc/v3 v3.9.5
|
||||
go.unistack.org/micro-server-http/v3 v3.10.0
|
||||
go.unistack.org/micro-server-http/v3 v3.10.2
|
||||
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-sql/v3 v3.0.2
|
||||
go.unistack.org/micro-wrapper-trace-opentracing/v3 v3.8.0
|
||||
go.unistack.org/micro/v3 v3.9.8
|
||||
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60
|
||||
golang.org/x/tools v0.1.5 // indirect
|
||||
google.golang.org/grpc v1.50.1
|
||||
go.unistack.org/micro/v3 v3.9.19
|
||||
golang.org/x/net v0.4.0
|
||||
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // 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
|
||||
|
Reference in New Issue
Block a user