-
Notifications
You must be signed in to change notification settings - Fork 15
/
go.mod
43 lines (41 loc) · 1.51 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/hulklab/yago
go 1.16
require (
github.com/360EntSecGroup-Skylar/excelize/v2 v2.2.0
github.com/Shelnutt2/db2struct v1.0.2
github.com/Shopify/sarama v1.19.0
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/bwmarrin/snowflake v0.3.0
github.com/fsnotify/fsnotify v1.4.7
github.com/garyburd/redigo v1.6.0
github.com/gin-contrib/cors v1.3.0
github.com/gin-contrib/gzip v0.0.1
github.com/gin-contrib/pprof v1.2.1
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.10.0
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.5.2
github.com/google/go-querystring v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/hulklab/cast v1.9.0
github.com/levigross/grequests v0.0.0-20190130132859-37c80f76a0da
github.com/mitchellh/mapstructure v1.1.2
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/olivere/elastic/v7 v7.0.16
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/tidwall/pretty v1.0.1
go.etcd.io/etcd/client/v3 v3.5.4
go.mongodb.org/mongo-driver v1.5.1
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/grpc v1.38.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
xorm.io/builder v0.3.7
xorm.io/xorm v1.0.2
)