From 726612046e906d81e118d9579457331fbbf2b242 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:29:45 +0200 Subject: [PATCH] chore: build tag --- consent/helper.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/consent/helper.go b/consent/helper.go index 9aa8d85b94a..104a4263a11 100644 --- a/consent/helper.go +++ b/consent/helper.go @@ -4,20 +4,8 @@ package consent import ( - "net/http" - "strings" - - "time" - - "github.com/ory/hydra/v2/x" - - "github.com/ory/x/errorsx" - - "github.com/gorilla/sessions" - "github.com/ory/fosite" "github.com/ory/hydra/v2/client" - "github.com/ory/hydra/v2/flow" ) func sanitizeClientFromRequest(ar fosite.AuthorizeRequester) *client.Client {