File tree Expand file tree Collapse file tree 3 files changed +290
-72
lines changed Expand file tree Collapse file tree 3 files changed +290
-72
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ require (
11
11
github.com/go-zookeeper/zk v1.0.2
12
12
github.com/golang/mock v1.4.4
13
13
github.com/google/uuid v1.2.0
14
- github.com/kr/pretty v0.2.0 // indirect
15
14
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
16
15
github.com/mitchellh/mapstructure v1.3.3 // indirect
17
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
18
16
github.com/sirupsen/logrus v1.8.1 // indirect
19
17
github.com/spf13/afero v1.2.2 // indirect
20
18
github.com/stretchr/testify v1.7.0
@@ -26,8 +24,7 @@ require (
26
24
go.etcd.io/etcd/server/v3 v3.5.0
27
25
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 // indirect
28
26
google.golang.org/grpc v1.38.0
29
- gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
30
- mosn.io/api v0.0.0-20210414070543-8a0686b03540
31
- mosn.io/mosn v0.22.1-0.20210425073346-b6880db4669c
32
- mosn.io/pkg v0.0.0-20210401090620-f0e0d1a3efce
27
+ mosn.io/api v0.0.0-20210714065837-5b4c2d66e70c
28
+ mosn.io/mosn v0.24.1-0.20210928035557-38b3b922b595
29
+ mosn.io/pkg v0.0.0-20210823090748-f639c3a0eb36
33
30
)
You can’t perform that action at this time.
0 commit comments