Skip to content

Commit 00b46f3

Browse files
authored
Fix security (#239)
* add bindings for layotto * fix ut * add demo * add auth demo * remove unused code * remove unused code * delete bin file * add liscence * add ut * fix security * upgrade version * uddate * add go.sum Co-authored-by: 文徐 <[email protected]>
1 parent cc19878 commit 00b46f3

File tree

3 files changed

+290
-72
lines changed

3 files changed

+290
-72
lines changed

components/go.mod

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ require (
1111
github.com/go-zookeeper/zk v1.0.2
1212
github.com/golang/mock v1.4.4
1313
github.com/google/uuid v1.2.0
14-
github.com/kr/pretty v0.2.0 // indirect
1514
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
1615
github.com/mitchellh/mapstructure v1.3.3 // indirect
17-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1816
github.com/sirupsen/logrus v1.8.1 // indirect
1917
github.com/spf13/afero v1.2.2 // indirect
2018
github.com/stretchr/testify v1.7.0
@@ -26,8 +24,7 @@ require (
2624
go.etcd.io/etcd/server/v3 v3.5.0
2725
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 // indirect
2826
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
3330
)

0 commit comments

Comments
 (0)