From f0f5f2f48fa6bdc3c1924565fdf8609ec2999838 Mon Sep 17 00:00:00 2001 From: DaevMithran Date: Mon, 10 Feb 2025 20:40:35 +0530 Subject: [PATCH] fix linting errors --- types/resource_data.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types/resource_data.go b/types/resource_data.go index 87a81aaf..37272c00 100644 --- a/types/resource_data.go +++ b/types/resource_data.go @@ -2,6 +2,7 @@ package types import ( "encoding/json" + "github.com/rs/zerolog/log" )