From cd734286fbe16018d8d6a8c3fb610fdd02e420fd Mon Sep 17 00:00:00 2001 From: Seednode Date: Thu, 8 Feb 2024 20:55:47 -0600 Subject: [PATCH] Fix missing regexp import --- cmd/files.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/files.go b/cmd/files.go index 180d2dc..2f17f1d 100644 --- a/cmd/files.go +++ b/cmd/files.go @@ -11,6 +11,7 @@ import ( "math/rand/v2" "os" "path/filepath" + "regexp" "runtime" "slices" "strings"