From 904f787e64bc77a98d24b147f73e2044dc165c97 Mon Sep 17 00:00:00 2001 From: wangjian Date: Sat, 8 Oct 2022 20:48:16 +0800 Subject: [PATCH] init --- go.mod | 5 ----- 1 file changed, 5 deletions(-) diff --git a/go.mod b/go.mod index b981f5b..38b5f75 100644 --- a/go.mod +++ b/go.mod @@ -2,11 +2,6 @@ module git.hpds.cc/Component/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 -//) - require github.com/stretchr/testify v1.8.0 require (