增加stream插件消息处理逻辑和example

This commit is contained in:
weiming wu 2023-08-10 16:45:04 +08:00
parent b37dd68939
commit cad976572c
1 changed files with 0 additions and 1 deletions

1
go.mod
View File

@ -10,7 +10,6 @@ require (
require ( require (
github.com/davecgh/go-spew v1.1.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect
) )