Skip to content

Commit

Permalink
Merge pull request #75 from p0lyn0mial/pick-100959
Browse files Browse the repository at this point in the history
Bug 1948311: DelegatingAuthenticationOptions TokenReview request timeout
  • Loading branch information
openshift-merge-robot committed Apr 22, 2021
2 parents 0498507 + 7dfc255 commit f405421
Show file tree
Hide file tree
Showing 1,876 changed files with 163,354 additions and 34,751 deletions.
33 changes: 16 additions & 17 deletions go.mod
@@ -1,37 +1,36 @@
module github.com/openshift/oauth-server

go 1.15
go 1.16

require (
github.com/RangelReale/osin v0.0.0
github.com/RangelReale/osincli v0.0.0
github.com/davecgh/go-spew v1.1.1
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gophercloud/gophercloud v0.1.0
github.com/gorilla/context v0.0.0-20190627024605-8559d4a6b87e // indirect
github.com/gorilla/securecookie v0.0.0-20190707033817-86450627d8e6 // indirect
github.com/gorilla/sessions v0.0.0-20171008214740-a3acf13e802c
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.10.0 // indirect
github.com/openshift/api v0.0.0-20201019163320-c6a5ec25f267
github.com/openshift/build-machinery-go v0.0.0-20200917070002-f171684f77ab
github.com/openshift/client-go v0.0.0-20201020074620-f8fd44879f7c
github.com/openshift/library-go v0.0.0-20201104144938-58b60c8e9aca
github.com/spf13/cobra v1.0.0
github.com/openshift/api v0.0.0-20210331193751-3acddb19d360
github.com/openshift/build-machinery-go v0.0.0-20210209125900-0da259a2c359
github.com/openshift/client-go v0.0.0-20210331195552-cf6c2669e01f
github.com/openshift/library-go v0.0.0-20210414082648-6e767630a0dc
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/ldap.v2 v2.5.1
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/apiserver v0.19.2
k8s.io/client-go v0.19.2
k8s.io/component-base v0.19.2
k8s.io/klog/v2 v2.3.0
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/apiserver v0.21.0
k8s.io/client-go v0.21.0
k8s.io/component-base v0.21.0
k8s.io/klog/v2 v2.8.0
)

replace (
github.com/RangelReale/osin => github.com/openshift/osin v1.0.1-0.20180202150137-2dc1b4316769
github.com/RangelReale/osincli => github.com/openshift/osincli v0.0.0-20160924135400-fababb0555f2
k8s.io/apiserver => github.com/openshift/kubernetes-apiserver v0.0.0-20201110074854-ee87de0d9d20 // points to openshift-apiserver-4.7-kubernetes-1.19.2
k8s.io/client-go => github.com/openshift/kubernetes-client-go v0.0.0-20201104094117-806c7d66cfea
k8s.io/apiserver => github.com/openshift/kubernetes-apiserver v0.0.0-20210416115049-61c04108f2c7 // points to openshift-apiserver-4.8-kubernetes-1.21.0
)
330 changes: 255 additions & 75 deletions go.sum

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions vendor/github.com/NYTimes/gziphandler/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

201 changes: 201 additions & 0 deletions vendor/github.com/NYTimes/gziphandler/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions vendor/github.com/NYTimes/gziphandler/LICENSE.md

This file was deleted.

8 changes: 6 additions & 2 deletions vendor/github.com/NYTimes/gziphandler/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/NYTimes/gziphandler/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/NYTimes/gziphandler/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f405421

Please sign in to comment.