From 6fc3412837f36d015021b28c0fbfcf81da916131 Mon Sep 17 00:00:00 2001 From: wangjian Date: Sun, 2 Apr 2023 23:33:45 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9bug,=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E8=BF=9E=E6=8E=A5=E6=8A=A5=E9=94=99=EF=BC=8C=E5=B0=B1?= =?UTF-8?q?=E4=BC=9A=E6=8B=92=E7=BB=9D=E6=9C=8D=E5=8A=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d4f508f..0401740 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( git.hpds.cc/Component/logging v0.0.0-20230106105738-e378e873921b - git.hpds.cc/pavement/hpds_node v0.0.0-20230307094826-753c4fe9c877 + git.hpds.cc/pavement/hpds_node v0.0.0-20230402152619-41414aafa930 github.com/go-sql-driver/mysql v1.7.0 github.com/hashicorp/consul/api v1.20.0 github.com/minio/minio-go v6.0.14+incompatible @@ -98,5 +98,3 @@ require ( gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978 // indirect ) - -replace git.hpds.cc/pavement/hpds_node => ../hpds_node