blob: 83a8824aaa3f66c181caa663fa32b6423b246b2b [file] [log] [blame]
module github.com/apache/rocketmq-clients/golang
go 1.17
require (
github.com/go-playground/validator/v10 v10.11.0
github.com/google/uuid v1.3.0
github.com/lithammer/shortuuid/v4 v4.0.0
github.com/natefinch/lumberjack v2.0.0+incompatible
go.uber.org/zap v1.21.0
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
)
require (
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.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220623142657-077d458a5694 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)