Skip to content

Commit

Permalink
for TremoloSecurity#5 updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Nov 22, 2021
1 parent 0bdca9a commit b1088ef
Show file tree
Hide file tree
Showing 2 changed files with 808 additions and 239 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/jetstack/kube-oidc-proxy
go 1.13

require (
github.com/golang/mock v1.4.1
github.com/golang/mock v1.6.0
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.17.0
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
gopkg.in/square/go-jose.v2 v2.3.1
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.22.4
k8s.io/apimachinery v0.22.4
k8s.io/apiserver v0.22.4
Expand Down
Loading

0 comments on commit b1088ef

Please sign in to comment.