Revert "Use thrasher's fork until upstream merges PR https://github.com/toorop/go-pusher/pull/2 (fixes Travis builds)"

This reverts commit f6b6e60610.
This commit is contained in:
Adrian Gallagher
2016-02-03 21:55:35 +11:00
parent d69c6ffe66
commit 9c86745fd9
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ go:
install:
- go get github.com/gorilla/websocket
- go get github.com/thrasher-/go-pusher
- go get github.com/toorop/go-pusher
- go get github.com/thrasher-/socketio

View File

@@ -1,7 +1,7 @@
package main
import (
"github.com/thrasher-/go-pusher"
"github.com/toorop/go-pusher"
"log"
)