-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 910 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 910 Bytes
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
module github.com/bytepowered/fluxgo
go 1.14
require (
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/apache/dubbo-go v1.5.6
github.com/apache/dubbo-go-hessian2 v1.9.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dubbogo/go-zookeeper v1.0.3
github.com/jinzhu/copier v0.3.2
github.com/json-iterator/go v1.1.10
github.com/labstack/echo/v4 v4.4.0
github.com/labstack/gommon v0.3.0
github.com/mitchellh/mapstructure v1.4.1
github.com/prometheus/client_golang v1.9.0
github.com/spf13/cast v1.3.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
gopkg.in/yaml.v2 v2.4.0
)
replace (
github.com/apache/dubbo-go => github.com/yongjiapro/dubbo-go v1.5.6-rc4
github.com/labstack/echo/v4 => github.com/bytepowered/echo/v4 v4.4.1-rc0
)