From 8e624b20a98af0bd307eb3a4adac103c1377bc8c Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 7 Jun 2014 01:06:11 -0500 Subject: [PATCH] Switch to conformal vendoring of Gorilla websocket. --- infrastructure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure.go b/infrastructure.go index f8ab2695..1c1997f4 100644 --- a/infrastructure.go +++ b/infrastructure.go @@ -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"