16 lines
332 B
Modula-2
16 lines
332 B
Modula-2
module gitea.cdlsxd.cn/self-tools/l-dingtalk-stream-sdk-go
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/stretchr/testify v1.8.2
|
|
)
|
|
|
|
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
|
|
)
|