From 9d8bfefea9065c63c9e3c66236406bfda942d634 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 19 Apr 2026 10:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20go.mod=20by=20rem?= =?UTF-8?q?oving=20indirect=20tag=20for=20go-toml=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9e493bf..b7937e1 100644 --- a/go.mod +++ b/go.mod @@ -4,4 +4,4 @@ go 1.24.3 require github.com/joho/godotenv v1.5.1 -require github.com/pelletier/go-toml/v2 v2.3.0 // indirect +require github.com/pelletier/go-toml/v2 v2.3.0