updated import paths

This commit is contained in:
James Batt 2022-05-09 19:32:14 +10:00
parent a7e709cc84
commit c918774c05

View file

@ -5,8 +5,8 @@ import (
"net/http"
"net/url"
httphelper "github.com/caos/oidc/pkg/http"
"github.com/caos/oidc/pkg/oidc"
httphelper "github.com/zitadel/oidc/pkg/http"
"github.com/zitadel/oidc/pkg/oidc"
)
//ClientCredentialsExchange handles the OAuth 2.0 client_credentials grant, including