From c101a071f7b7ce6d5d3715282e18af3912b6279e Mon Sep 17 00:00:00 2001 From: Jake Schuurmans Date: Mon, 16 Sep 2024 09:45:57 -0400 Subject: [PATCH] fix lint issues --- pkg/api/v1/orchestrator/routes/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/v1/orchestrator/routes/routes.go b/pkg/api/v1/orchestrator/routes/routes.go index 9bb3cc45..45ba2f03 100644 --- a/pkg/api/v1/orchestrator/routes/routes.go +++ b/pkg/api/v1/orchestrator/routes/routes.go @@ -10,9 +10,9 @@ import ( "github.com/metal-toolbox/conditionorc/internal/metrics" "github.com/metal-toolbox/conditionorc/internal/store" "github.com/metal-toolbox/rivets/events" + "github.com/metal-toolbox/rivets/ginauth" "github.com/pkg/errors" "github.com/sirupsen/logrus" - "github.com/metal-toolbox/rivets/ginauth" v1types "github.com/metal-toolbox/conditionorc/pkg/api/v1/orchestrator/types" rctypes "github.com/metal-toolbox/rivets/condition"