diff --git a/selfservice/strategy/oidc/provider_riotgames.go b/selfservice/strategy/oidc/provider_riotgames.go index 5a83433b7528..e21aecc0cd49 100644 --- a/selfservice/strategy/oidc/provider_riotgames.go +++ b/selfservice/strategy/oidc/provider_riotgames.go @@ -6,10 +6,11 @@ package oidc import ( "context" "encoding/json" + "net/url" + "github.com/hashicorp/go-retryablehttp" "github.com/pkg/errors" "golang.org/x/oauth2" - "net/url" "github.com/ory/herodot" "github.com/ory/x/httpx"