2022-10-07 15:52:22 +08:00
|
|
|
module git.hpds.cc/Component/mq_coder
|
2022-10-07 15:30:45 +08:00
|
|
|
|
2023-03-10 23:58:36 +08:00
|
|
|
go 1.19
|
2022-10-07 15:30:45 +08:00
|
|
|
|
2022-10-08 20:47:47 +08:00
|
|
|
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
|
|
|
|
)
|