module gitee.com/xjieinfo/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/bndr/gotabulate v1.1.2 // indirect github.com/coreos/etcd v3.3.20+incompatible github.com/coreos/go-semver v0.3.0 // indirect github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // 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-sql-driver/mysql v1.5.0 github.com/gogo/protobuf v1.3.1 // indirect github.com/google/uuid v1.1.1 // indirect github.com/jinzhu/gorm v1.9.14 github.com/syndtr/goleveldb v1.0.0 // indirect github.com/tealeg/xlsx v1.0.5 // indirect github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be // indirect github.com/xormplus/xorm v0.0.0-20200430045551-96878f084315 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 google.golang.org/genproto v0.0.0-20200507105951-43844f6eee31 // indirect google.golang.org/grpc v1.29.1 // indirect gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect gopkg.in/yaml.v2 v2.2.8 ) replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4 replace google.golang.org/grpc => google.golang.org/grpc v1.26.0 // replace gitee.com/xjieinfo/xjutils => d:/golang/src/gitee.com/xjieinfo/xjutils