Skip to content

Commit

Permalink
Fix security (#239)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
wenxuwan and wenxuwan authored Sep 30, 2021
1 parent cc19878 commit 00b46f3
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 72 deletions.
9 changes: 3 additions & 6 deletions components/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ require (
github.com/go-zookeeper/zk v1.0.2
github.com/golang/mock v1.4.4
github.com/google/uuid v1.2.0
github.com/kr/pretty v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/stretchr/testify v1.7.0
Expand All @@ -26,8 +24,7 @@ require (
go.etcd.io/etcd/server/v3 v3.5.0
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 // indirect
google.golang.org/grpc v1.38.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
mosn.io/api v0.0.0-20210414070543-8a0686b03540
mosn.io/mosn v0.22.1-0.20210425073346-b6880db4669c
mosn.io/pkg v0.0.0-20210401090620-f0e0d1a3efce
mosn.io/api v0.0.0-20210714065837-5b4c2d66e70c
mosn.io/mosn v0.24.1-0.20210928035557-38b3b922b595
mosn.io/pkg v0.0.0-20210823090748-f639c3a0eb36
)
Loading

0 comments on commit 00b46f3

Please sign in to comment.