From 72ea370caa5c762db3d7da232ef455feba2ac8c3 Mon Sep 17 00:00:00 2001 From: Burak Sezer Date: Thu, 19 Dec 2024 16:02:36 +0300 Subject: [PATCH] [TT-12741] Fix merge conflict in the import block. --- gateway/api.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gateway/api.go b/gateway/api.go index cfc36036521..fc4ae976c1f 100644 --- a/gateway/api.go +++ b/gateway/api.go @@ -43,13 +43,8 @@ import ( "sync" "time" -<<<<<<< HEAD -======= "github.com/TykTechnologies/tyk/internal/httpctx" - - gqlv2 "github.com/TykTechnologies/graphql-go-tools/v2/pkg/graphql" - ->>>>>>> d59ae8ceb... [TT-12741] Looped ap is wrongfully inherit the caller's authentication key when using url rewrite (#6778) + "github.com/getkin/kin-openapi/openapi3" "github.com/TykTechnologies/tyk/config"