support CAS identity provider

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2021-02-05 15:20:37 +08:00
parent 2d73e777f4
commit 5f0727cf34
27 changed files with 1853 additions and 3 deletions

9
vendor/gopkg.in/cas.v2/go.mod generated vendored Normal file
View File

@@ -0,0 +1,9 @@
module gopkg.in/cas.v2
go 1.12
require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/stretchr/testify v1.4.0
gopkg.in/yaml.v2 v2.2.2
)