summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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