update websocket package

This commit is contained in:
rui.zheng 2017-01-09 10:54:48 +08:00
parent 8762ab33dd
commit af61c2c92c

2
ws.go
View File

@ -3,7 +3,7 @@ package gost
import (
"crypto/tls"
"github.com/golang/glog"
"github.com/gorilla/websocket"
"gopkg.in/gorilla/websocket.v1"
"net"
"net/http"
"net/http/httputil"