mirror of
https://github.com/vbatts/flaming-happiness.git
synced 2024-11-27 10:55: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"
|
"encoding/json"
|
||||||
"flag"
|
"flag"
|
||||||
notify "github.com/mqu/go-notify"
|
notify "github.com/mqu/go-notify"
|
||||||
zmq "github.com/pebbe/zmq2"
|
zmq "github.com/pebbe/zmq3"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
|
|
Loading…
Reference in a new issue