From 4bae8e9b64abdeb2305bf433d5d9e3b56cf705b5 Mon Sep 17 00:00:00 2001 From: zerosaturation Date: Tue, 7 Apr 2026 23:46:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20plan=20=E6=B7=BB=E5=8A=A0=20net/url=20im?= =?UTF-8?q?port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .../plans/2026-04-07-minimax-image-generation-plan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/superpowers/plans/2026-04-07-minimax-image-generation-plan.md b/docs/superpowers/plans/2026-04-07-minimax-image-generation-plan.md index 0000c21..24ecf24 100644 --- a/docs/superpowers/plans/2026-04-07-minimax-image-generation-plan.md +++ b/docs/superpowers/plans/2026-04-07-minimax-image-generation-plan.md @@ -121,6 +121,7 @@ import ( "math/rand" "net" "net/http" + "net/url" "strings" "sync" "time"