Compare commits

...

2 Commits

Author SHA1 Message Date
wangjian 904f787e64 init 2022-10-08 20:48:16 +08:00
wangjian 07dc11c46c init 2022-10-08 20:47:47 +08:00
1 changed files with 7 additions and 4 deletions

11
go.mod
View File

@ -2,7 +2,10 @@ 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 (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)