From 28e2a6cb6aed5af76b2057fa6bfbc8feeb843eb2 Mon Sep 17 00:00:00 2001 From: partisan Date: Wed, 26 Feb 2025 20:32:09 +0000 Subject: [PATCH] fix --- update_appindex.go | 1 + 1 file changed, 1 insertion(+) diff --git a/update_appindex.go b/update_appindex.go index 1e75fa8..a28f485 100644 --- a/update_appindex.go +++ b/update_appindex.go @@ -7,6 +7,7 @@ import ( "io" "log" "os" + "regexp" "runtime" "strings" "time"