switch to coreos bbolt

This commit is contained in:
Umputun
2018-03-07 13:05:57 -06:00
parent 2872f6a6ae
commit 26318cb07d
33 changed files with 92 additions and 211 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"strings"
"time"
"github.com/boltdb/bolt"
"github.com/coreos/bbolt"
"github.com/google/uuid"
"github.com/pkg/errors"
)