bumped it to zmq2 for testing by accident

This commit is contained in:
Vincent Batts 2013-07-18 07:41:38 -04:00
parent 9e225f4668
commit a197592e7b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"encoding/json"
"flag"
notify "github.com/mqu/go-notify"
zmq "github.com/pebbe/zmq2"
zmq "github.com/pebbe/zmq3"
"log"
"os"
"os/signal"