l-dingtalk-stream-sdk-go/go.mod

16 lines
328 B
Modula-2

module github.com/open-dingtalk/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
)