From 4627006e33aa99e9e2a63707a889fa7c2aeda1a2 Mon Sep 17 00:00:00 2001 From: Jordan Labrosse Date: Fri, 23 Aug 2024 11:36:29 +0200 Subject: [PATCH] refactor: lint new provider --- selfservice/strategy/oidc/provider_riotgames.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"