From 3f50b04820c992a8c7b3cd61ca22183a49903aa7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 23 Dec 2017 15:56:44 +0100 Subject: switch from boltdb/bolt to coreos/bbolt --- src/hub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hub/Makefile') 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" \ -- cgit v1.2.3