mq_coder/go.mod

8 lines
181 B
Modula-2
Raw Normal View History

2022-10-07 15:30:45 +08:00
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
)