Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TT-6486/TT-9052] use Tyk CertificateManager interface #296

Merged
merged 1 commit into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading