Switch to conformal vendoring of Gorilla websocket.

This commit is contained in:
Dave Collins 2014-06-07 01:06:11 -05:00
parent 1602463681
commit 8e624b20a9

View file

@ -16,7 +16,7 @@ import (
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
"github.com/conformal/go-socks"
"github.com/gorilla/websocket"
"github.com/conformal/websocket"
"net"
"net/http"
"net/url"