1 Star 0 Fork 8

zhanghui/gowebsocket

forked from holiat/gowebsocket 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
link1st 提交于 2021-02-20 23:29 . feat: go mod tidy
module gowebsocket
go 1.14
require (
github.com/fsnotify/fsnotify v1.4.8-0.20190312181446-1485a34d5d57 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-redis/redis v0.0.0-20190719092155-6bc7daa5b1e8
github.com/golang/protobuf v1.3.2
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/hcl v1.0.1-0.20190611123218-cf7d376da96d // indirect
github.com/json-iterator/go v1.1.7 // indirect
github.com/mattn/go-isatty v0.0.9-0.20190708054338-da60ac76bf70 // indirect
github.com/pelletier/go-toml v1.4.1-0.20190725070617-84da2c4a25c5 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1-0.20190531093228-c01685bb8421 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.4-0.20181223182923-24fa6976df40 // indirect
github.com/spf13/viper v1.4.1-0.20190728125013-1b33e8258e07
github.com/subosito/gotenv v1.1.1 // indirect
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/grpc v1.21.0
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zhanghuh/gowebsocket.git
[email protected]:zhanghuh/gowebsocket.git
zhanghuh
gowebsocket
gowebsocket
master

搜索帮助