Commit af61c2c9 authored by rui.zheng's avatar rui.zheng

update websocket package

parent 8762ab33
...@@ -3,7 +3,7 @@ package gost ...@@ -3,7 +3,7 @@ package gost
import ( import (
"crypto/tls" "crypto/tls"
"github.com/golang/glog" "github.com/golang/glog"
"github.com/gorilla/websocket" "gopkg.in/gorilla/websocket.v1"
"net" "net"
"net/http" "net/http"
"net/http/httputil" "net/http/httputil"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment