From cf747d65e0702a8ecf5b2a2e8d836ff6389c1390 Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:49:37 +0200 Subject: [PATCH] fix missing import (#2275) --- pkg/types/utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/types/utils.go b/pkg/types/utils.go index 8177717cd..c232c1883 100644 --- a/pkg/types/utils.go +++ b/pkg/types/utils.go @@ -6,6 +6,7 @@ import ( "encoding/gob" "fmt" "os" + "path/filepath" "strconv" "strings" "time"