summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-12-23 15:56:44 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-12-23 15:56:44 +0100
commit3f50b04820c992a8c7b3cd61ca22183a49903aa7 (patch)
treec437b0fd2797b0227303f2608fa976aae0b5aae1 /src/hub/Makefile
parentclean shutdown for forwarder (not finished) (diff)
switch from boltdb/bolt to coreos/bbolt
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index 2d6da98..4b281b4 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -38,7 +38,7 @@ endif
EXECUTEABLE := sfive-hub
-LIBS := "github.com/boltdb/bolt" \
+LIBS := "github.com/coreos/bbolt" \
"github.com/pborman/uuid" \
"github.com/Yawning/cryptopan" \
"github.com/rainycape/geoip" \