module github.com/fever365/kratos go 1.14 require ( github.com/BurntSushi/toml v0.3.1 github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/coreos/etcd v3.3.22+incompatible // indirect github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 github.com/dustin/go-humanize v1.0.0 // indirect github.com/fatih/color v1.9.0 github.com/fsnotify/fsnotify v1.4.9 github.com/go-ole/go-ole v1.2.4 // indirect github.com/go-playground/universal-translator v0.17.0 // indirect github.com/go-sql-driver/mysql v1.5.0 github.com/go-zookeeper/zk v1.0.2 github.com/gobuffalo/packr/v2 v2.8.0 github.com/gogo/protobuf v1.3.1 github.com/golang/protobuf v1.4.2 github.com/google/uuid v1.1.1 // indirect github.com/leodido/go-urn v1.2.0 // indirect github.com/montanaflynn/stats v0.6.3 github.com/openzipkin/zipkin-go v0.2.2 github.com/otokaze/mock v1.1.1 github.com/philchia/agollo v2.1.0+incompatible github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.7.1 github.com/shirou/gopsutil v2.20.6+incompatible github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 github.com/sirupsen/logrus v1.6.0 github.com/stretchr/testify v1.6.1 github.com/tsuna/gohbase v0.0.0-20200713183215-6acaa09d18ed github.com/urfave/cli/v2 v2.2.0 go.etcd.io/etcd v3.3.22+incompatible golang.org/x/net v0.0.0-20200707034311-ab3426394381 golang.org/x/tools v0.0.0-20200729041821-df70183b1872 google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f google.golang.org/grpc v1.30.0 google.golang.org/grpc/examples v0.0.0-20200728194956-1c32b02682df // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v9 v9.31.0 gopkg.in/yaml.v2 v2.3.0 modernc.org/mathutil v1.1.1 // indirect modernc.org/strutil v1.1.0 // indirect sigs.k8s.io/yaml v1.2.0 // indirect )