mirror of
https://github.com/vbatts/flaming-happiness.git
synced 2024-11-27 02:45:40 +00:00
bumped it to zmq2 for testing by accident
This commit is contained in:
parent
9e225f4668
commit
a197592e7b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue