chore(deps): update oidc to v3 (#1783)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2021-01-19 08:26:48 -08:00 committed by GitHub
parent b2ceaa9e91
commit 4f78a9b301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 13 deletions

View file

@ -11,7 +11,7 @@ import (
"net/http"
"net/url"
go_oidc "github.com/coreos/go-oidc"
go_oidc "github.com/coreos/go-oidc/v3/oidc"
"golang.org/x/oauth2"
"github.com/pomerium/pomerium/internal/httputil"