Skip to content

Commit 936206a

Browse files
author
Asim
committedAug 26, 2014
Merge pull request nsqio#11 from hailocab/pin-go-snappystream
Pin to our fork of go-snappystream
2 parents aac1437 + 943262c commit 936206a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎conn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"time"
1818

1919
log "github.com/cihub/seelog"
20-
"github.com/mreiferson/go-snappystream"
20+
"github.com/hailocab/go-snappystream"
2121
)
2222

2323
// IdentifyResponse represents the metadata

0 commit comments

Comments
 (0)
Please sign in to comment.