From af61c2c92cdba55b782caf8c8fd05632cd63b42f Mon Sep 17 00:00:00 2001 From: "rui.zheng" Date: Mon, 9 Jan 2017 10:54:48 +0800 Subject: [PATCH] update websocket package --- ws.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws.go b/ws.go index 668b65b..da902e6 100644 --- a/ws.go +++ b/ws.go @@ -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"