1 Star 2 Fork 0

浪涛飞 / websocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
浪涛飞 提交于 2022-04-04 16:42 . fix import
module znzc_websocket
go 1.15
require (
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/websocket v1.4.2
github.com/jageros/eventhub v1.0.0
github.com/jmoiron/sqlx v1.3.3
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/onsi/gomega v1.12.0 // indirect
github.com/pelletier/go-toml v1.9.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
golang.org/x/text v0.3.6
gopkg.in/ini.v1 v1.62.0 // indirect
)
Go
1
https://gitee.com/1165557013/websocket.git
git@gitee.com:1165557013/websocket.git
1165557013
websocket
websocket
master

搜索帮助