Compare commits

..

No commits in common. "904f787e64bc77a98d24b147f73e2044dc165c97" and "2dbdb5eeb1bc9d44e571024b0cafda2f1690673d" have entirely different histories.

1 changed files with 4 additions and 7 deletions

11
go.mod
View File

@ -2,10 +2,7 @@ module git.hpds.cc/Component/mq_coder
go 1.18
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
)
//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
//)