summaryrefslogtreecommitdiff
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
parentclean shutdown for forwarder (not finished) (diff)
switch from boltdb/bolt to coreos/bbolt
-rw-r--r--src/hub/Makefile2
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5store.go2
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5store_test.go2
3 files changed, 3 insertions, 3 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" \
diff --git a/src/hub/src/spreadspace.org/sfive/s5store.go b/src/hub/src/spreadspace.org/sfive/s5store.go
index 34b04c6..0615cd2 100644
--- a/src/hub/src/spreadspace.org/sfive/s5store.go
+++ b/src/hub/src/spreadspace.org/sfive/s5store.go
@@ -39,7 +39,7 @@ import (
"os"
"time"
- "github.com/boltdb/bolt"
+ "github.com/coreos/bbolt"
"github.com/pborman/uuid"
)
diff --git a/src/hub/src/spreadspace.org/sfive/s5store_test.go b/src/hub/src/spreadspace.org/sfive/s5store_test.go
index ae52a0a..3630ac0 100644
--- a/src/hub/src/spreadspace.org/sfive/s5store_test.go
+++ b/src/hub/src/spreadspace.org/sfive/s5store_test.go
@@ -41,7 +41,7 @@ import (
"testing"
"time"
- "github.com/boltdb/bolt"
+ "github.com/coreos/bbolt"
)
var (