1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

Generate reference page in configuration

This commit is contained in:
Joel Speed
2020-11-07 16:30:00 +00:00
parent eb129a342c
commit 5c64e236fb
8 changed files with 344 additions and 1 deletions

1
go.mod
View File

@ -16,6 +16,7 @@ require (
github.com/justinas/alice v1.2.0
github.com/mbland/hmacauth v0.0.0-20170912233209-44256dfd4bfa
github.com/mitchellh/mapstructure v1.1.2
github.com/oauth2-proxy/tools/reference-gen v0.0.0-20210118095127-56ffd7384404
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/pierrec/lz4 v2.5.2+incompatible