module github.com/bytepowered/flux go 1.14 require ( github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 github.com/apache/dubbo-go v1.5.1 github.com/apache/dubbo-go-hessian2 v1.7.0 github.com/bwmarrin/snowflake v0.3.0 github.com/dubbogo/go-zookeeper v1.0.1 github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect github.com/json-iterator/go v1.1.9 github.com/labstack/echo/v4 v4.1.16 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.1.0 github.com/spf13/cast v1.3.0 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.5.1 go.uber.org/zap v1.15.0 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )