module github.com/xjietop/xjutils go 1.14 require ( github.com/Chronokeeper/anyxml v0.0.0-20160530174208-54457d8e98c6 // indirect github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect github.com/CloudyKit/jet v2.1.2+incompatible // indirect github.com/agrison/go-tablib v0.0.0-20160310143025-4930582c22ee // indirect github.com/agrison/mxj v0.0.0-20160310142625-1269f8afb3b4 // indirect github.com/astaxie/beego v1.12.2 github.com/bndr/gotabulate v1.1.2 // indirect github.com/clbanning/mxj v1.8.4 // indirect github.com/coreos/etcd v3.3.20+incompatible github.com/coreos/go-semver v0.3.0 // indirect github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/fatih/structs v1.1.0 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gin-gonic/gin v1.6.3 github.com/go-ini/ini v1.56.0 github.com/go-redis/redis v6.15.8+incompatible github.com/go-sql-driver/mysql v1.5.0 github.com/gogo/protobuf v1.3.1 // indirect github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect github.com/google/btree v1.0.0 // indirect github.com/google/uuid v1.1.1 // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect github.com/grpc-ecosystem/grpc-gateway v1.14.6 // indirect github.com/jinzhu/gorm v1.9.14 github.com/jonboulle/clockwork v0.2.0 // indirect github.com/prometheus/client_golang v1.7.1 // indirect github.com/smallnest/rpcx v0.0.0-20200714114247-35b07de0def7 github.com/smartystreets/goconvey v1.6.4 github.com/soheilhy/cmux v0.1.4 // indirect github.com/syndtr/goleveldb v1.0.0 // indirect github.com/tealeg/xlsx v1.0.5 // indirect github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966 // indirect github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be // indirect github.com/xormplus/xorm v0.0.0-20200430045551-96878f084315 go.etcd.io/bbolt v1.3.5 // indirect go.etcd.io/etcd v3.3.20+incompatible go.uber.org/zap v1.15.0 // indirect golang.org/x/net v0.0.0-20200506145744-7e3656a0809f golang.org/x/text v0.3.2 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect google.golang.org/grpc v1.29.1 // indirect gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect gopkg.in/ini.v1 v1.57.0 // indirect gopkg.in/yaml.v2 v2.2.8 sigs.k8s.io/yaml v1.2.0 // indirect ) replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4 replace google.golang.org/grpc => google.golang.org/grpc v1.26.0