mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Use thrasher's fork until upstream merges PR https://github.com/toorop/go-pusher/pull/2 (fixes Travis builds)
This commit is contained in:
@@ -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
|
||||
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/toorop/go-pusher"
|
||||
"github.com/thrasher-/go-pusher"
|
||||
"log"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user