-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (24 loc) · 867 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/little-bit-shy/go-xgz
go 1.16
require (
github.com/go-kratos/kratos v1.0.0
github.com/go-playground/validator/v10 v10.6.1
github.com/go-sql-driver/mysql v1.4.1
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.5
github.com/google/wire v0.5.0
github.com/mailru/easyjson v0.7.7
github.com/mitchellh/mapstructure v1.1.2
github.com/opentracing/opentracing-go v1.1.0
github.com/openzipkin/zipkin-go v0.2.1
github.com/pkg/errors v0.8.1
github.com/robfig/cron/v3 v3.0.1
github.com/shopspring/decimal v1.2.0
github.com/sirupsen/logrus v1.5.0
github.com/tsuna/gohbase v0.0.0-20190502052937-24ffed0537aa
github.com/uber/jaeger-client-go v2.25.0+incompatible
go.uber.org/atomic v1.6.0
google.golang.org/genproto v0.0.0-20200402124713-8ff61da6d932
google.golang.org/grpc v1.29.1
gopkg.in/go-playground/validator.v9 v9.29.1
)