init
This commit is contained in:
parent
07dc11c46c
commit
904f787e64
5
go.mod
5
go.mod
|
@ -2,11 +2,6 @@ module git.hpds.cc/Component/mq_coder
|
||||||
|
|
||||||
go 1.18
|
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 github.com/stretchr/testify v1.8.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|
Loading…
Reference in New Issue