Skip to content

Commit

Permalink
certificateManager interface (#296)
Browse files Browse the repository at this point in the history
use CertificateManager interface from gateway

(cherry picked from commit a6beb24)
  • Loading branch information
jeffy-mathew authored and Tyk Bot committed May 31, 2023
1 parent 7942ec5 commit e2f6440
Show file tree
Hide file tree
Showing 4 changed files with 585 additions and 137 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@ go 1.16
require (
github.com/Jeffail/gabs v1.4.0
github.com/TykTechnologies/storage v1.0.5
github.com/TykTechnologies/tyk v1.9.2-0.20211217130848-b04d51712be7
github.com/TykTechnologies/tyk v1.9.2-0.20230530103800-06c018df3563
github.com/crewjam/saml v0.4.12
github.com/go-ldap/ldap/v3 v3.2.3
github.com/go-redis/redis/v8 v8.3.1
github.com/go-redis/redis/v8 v8.11.5
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gorilla/mux v1.7.4
github.com/gorilla/sessions v1.2.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/markbates/goth v1.64.2
github.com/matryer/is v1.4.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/sirupsen/logrus v1.4.3-0.20191026113918-67a7fdcf741f
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.8.1
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
Expand Down
Loading

0 comments on commit e2f6440

Please sign in to comment.