From f6b6e60610486801e4d154a512fdfce9cdd347f0 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Mon, 1 Feb 2016 23:18:52 +1100 Subject: [PATCH] Use thrasher's fork until upstream merges PR https://github.com/toorop/go-pusher/pull/2 (fixes Travis builds) --- .travis.yml | 2 +- bitstampwebsocket.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2794119b..dc5c19fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ go: install: - go get github.com/gorilla/websocket - - go get github.com/toorop/go-pusher + - go get github.com/thrasher-/go-pusher - go get github.com/thrasher-/socketio \ No newline at end of file diff --git a/bitstampwebsocket.go b/bitstampwebsocket.go index e85ae0ee..b58f9192 100644 --- a/bitstampwebsocket.go +++ b/bitstampwebsocket.go @@ -1,7 +1,7 @@ package main import ( - "github.com/toorop/go-pusher" + "github.com/thrasher-/go-pusher" "log" )