From a1f8a98c7c72084d0f1345985e87f6ea56215883 Mon Sep 17 00:00:00 2001 From: Sean Lin Date: Wed, 13 Jul 2022 17:10:16 -0700 Subject: [PATCH] Run goimports to make linter happy (#457) Signed-off-by: Sean Lin --- flyteadmin/auth/authzserver/resource_server.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flyteadmin/auth/authzserver/resource_server.go b/flyteadmin/auth/authzserver/resource_server.go index 19f5dbfa30..71e662a523 100644 --- a/flyteadmin/auth/authzserver/resource_server.go +++ b/flyteadmin/auth/authzserver/resource_server.go @@ -4,13 +4,14 @@ import ( "context" "encoding/json" "fmt" - jwtgo "github.com/golang-jwt/jwt/v4" "io/ioutil" "mime" "net/http" "net/url" "strings" + jwtgo "github.com/golang-jwt/jwt/v4" + "k8s.io/apimachinery/pkg/util/sets" "github.com/flyteorg/flytestdlib/config"