blob: 921328b335c90a517ef190b4417cc7507cf6273c [file] [log] [blame]
module github.com/apache/rocketmq-clients/golang/v5
go 1.17
require (
github.com/go-playground/validator/v10 v10.11.0
github.com/golang/mock v1.6.0
github.com/google/uuid v1.3.0
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/prashantv/gostub v1.1.0
github.com/stretchr/testify v1.7.1
go.uber.org/zap v1.21.0
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.1
// google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
// google.golang.org/grpc v1.19.0
)
require (
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
google.golang.org/api v0.15.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
require (
contrib.go.opencensus.io/exporter/ocagent v0.6.0
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/dchest/siphash v1.2.3
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/valyala/fastrand v1.1.0
go.opencensus.io v0.22.5
go.uber.org/atomic v1.9.0
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
// replace(
// google.golang.org/genproto => google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
// google.golang.org/grpc => google.golang.org/grpc v1.19.0
// )