From fb28e1fda083e135ebd8697d3a6b89e411da37aa Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:15:23 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 76cd245..b7d897e 100644 --- a/go.mod +++ b/go.mod @@ -33,5 +33,3 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect rsc.io/qr v0.2.0 // indirect ) - -replace github.com/qydysky/part => ../part -- 2.39.2