This commit is contained in:
wangjian 2022-10-07 15:32:53 +08:00
parent 222da222a9
commit 0cf71ee320
1 changed files with 4 additions and 4 deletions

8
go.mod
View File

@ -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
)
//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
//)