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" )