-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 900 Bytes
/
go.mod
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
module mosn.io/pkg
go 1.14
require (
github.com/dubbogo/getty v1.3.4
github.com/dubbogo/go-zookeeper v1.0.3
github.com/dubbogo/gost v1.11.16
github.com/go-playground/validator/v10 v10.2.0
github.com/golang/protobuf v1.4.3
github.com/hashicorp/go-syslog v1.0.0
github.com/jinzhu/copier v0.3.2
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/magiconair/properties v1.8.1
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.1.7
github.com/valyala/fasthttp v1.31.0
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
mosn.io/api v0.0.0-20210204052134-5b9a826795fd
)