From 0cf71ee32030ebc6728cec7cf1a4cca2232fbe17 Mon Sep 17 00:00:00 2001 From: wangjian Date: Fri, 7 Oct 2022 15:32:53 +0800 Subject: [PATCH] init --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index d9c2d83..b3682c6 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module mq_coder go 1.18 -replace ( - git.hpds.cc/Component/mq_coder/encoding latest => target mq_coder/encoding - git.hpds.cc/Component/mq_coder/spec latest => target mq_coder/spec -) \ No newline at end of file +//replace ( +// git.hpds.cc/Component/mq_coder/encoding latest => target mq_coder/encoding +// git.hpds.cc/Component/mq_coder/spec latest => target mq_coder/spec +//) \ No newline at end of file