From 61d82780e5e94cda1a26ddaf1638e85021cdc7aa Mon Sep 17 00:00:00 2001 From: Kevin Kreitner Date: Sun, 12 Jan 2025 18:40:25 +0100 Subject: [PATCH] Fix linting --- providers/cidaas_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/providers/cidaas_test.go b/providers/cidaas_test.go index 30c2274a..a9ee4e97 100644 --- a/providers/cidaas_test.go +++ b/providers/cidaas_test.go @@ -5,12 +5,13 @@ import ( "encoding/json" "errors" "fmt" - "github.com/oauth2-proxy/oauth2-proxy/v7/pkg/apis/options" "net/http" "net/http/httptest" "net/url" "testing" + "github.com/oauth2-proxy/oauth2-proxy/v7/pkg/apis/options" + "github.com/coreos/go-oidc/v3/oidc" "github.com/stretchr/testify/assert"