Upgrade to github.com/coreos/go-oidc v3.0.0.

See https://github.com/coreos/go-oidc/releases/tag/v3.0.0 for release notes.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2021-01-20 11:54:44 -06:00
parent 5821faec03
commit 04c4cd9534
19 changed files with 22 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ import (
"fmt"
"io"
"github.com/coreos/go-oidc"
"github.com/coreos/go-oidc/v3/oidc"
"golang.org/x/oauth2"
)

View File

@@ -9,7 +9,7 @@ import (
"net/url"
"testing"
"github.com/coreos/go-oidc"
"github.com/coreos/go-oidc/v3/oidc"
"github.com/stretchr/testify/require"
"golang.org/x/oauth2"
)