From 7656870851ef0bc0a2ec61db97efbf4cf919cf93 Mon Sep 17 00:00:00 2001 From: pengwenchuan Date: Mon, 22 Sep 2025 16:03:30 +0800 Subject: [PATCH] =?UTF-8?q?gin=E7=A0=B4=E5=9D=8F=E6=80=A7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=EF=BC=8C=E5=AF=BC=E8=87=B4=E6=88=91=E4=BB=AC=E7=9A=84?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=83=BD=E7=BC=96=E8=AF=91=E4=B8=8D=E4=BA=86?= =?UTF-8?q?=EF=BC=8Cgin=20context.go=20Keys=20map[string]any=20=E4=B8=8B?= =?UTF-8?q?=E4=B8=AA=E7=89=88=E6=9C=AC=E5=8F=98=E6=88=90=E4=BA=86=20Keys?= =?UTF-8?q?=20map[any]any=EF=BC=8C=E6=89=80=E4=BB=A5=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 238e315..33b0209 100644 --- a/go.mod +++ b/go.mod @@ -62,3 +62,5 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect modernc.org/fileutil v1.0.0 // indirect ) + +replace github.com/gin-gonic/gin v1.10.1 => github.com/gin-gonic/gin v1.10.1