From 7ea55997c575d5f62a757bd246dc695c0b9722a4 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Fri, 10 Mar 2023 10:45:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7=20image=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=88=B0=20v0.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index b46f8c600..2baa83819 100644 --- a/go.mod +++ b/go.mod @@ -148,7 +148,7 @@ require ( go.opencensus.io v0.23.0 // indirect go.opentelemetry.io/otel v1.3.0 // indirect go.opentelemetry.io/otel/trace v1.3.0 // indirect - golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect + golang.org/x/image v0.5.0 // indirect golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect golang.org/x/sys v0.5.0 // indirect @@ -159,8 +159,5 @@ require ( ) replace ( - // base64Captcha v1.3.5 - golang.org/x/image v0.0.0-20190802002840-cff245a6509b => golang.org/x/image v0.5.0 - golang.org/x/net => golang.org/x/net v0.7.0 )