summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-03-30 03:36:11 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2016-03-30 03:36:11 (GMT)
commit1d0d0aea92c936bca8de0653b4c92a9bfd73f05c (patch)
tree30b2e26ad1f1146f0a7c9e1c6aec84e2f48d02fe /Makefile
parenta8345a1ac7105a4393ab189e45c5ef0aead7577e (diff)
switched to different pubsub package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c394c02..d424e5d 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ EXECUTEABLE := rhctl
LIBS := "github.com/schleibinger/sio" \
"github.com/naoina/toml" \
- "github.com/olebedev/emitter" \
+ "github.com/btittelbach/pubsub" \
"github.com/spreadspace/telgo"
.PHONY: getlibs updatelibs vet format build clean distclean