1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00

add web.wss

This commit is contained in:
shaoying 2019-09-22 15:51:58 +08:00
parent 78be157b5d
commit c0ced3934d
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ publish=usr/publish/
install:
@go get github.com/nsf/termbox-go
@go get github.com/gorilla/websocket
@go get github.com/go-sql-driver/mysql
@go get github.com/gomodule/redigo/redis
@go get github.com/gomarkdown/markdown

View File

@ -181,6 +181,7 @@ var Index = &ctx.Context{Name: "cli", Help: "管理中心",
map[string]interface{}{"os": "darwin", "cpu": "amd64"},
}, "tmp": "var/tmp/go", "dep": []interface{}{
"github.com/nfs/termbox-go",
"github.com/gorilla/websocket"
"github.com/go-sql-driver/mysql",
"github.com/redigo/redis",
"github.com/gomarkdown/markdown",