File tree Expand file tree Collapse file tree 8 files changed +8
-354
lines changed Expand file tree Collapse file tree 8 files changed +8
-354
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ require (
6
6
github.com/aperturerobotics/common v0.16.12
7
7
github.com/aperturerobotics/protobuf-go-lite v0.6.5
8
8
github.com/badgerodon/peg v0.0.0-20130729175151-9e5f7f4d07ca
9
- github.com/boltdb/bolt v1.3.1
10
9
github.com/cockroachdb/pebble v1.1.1
11
10
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
12
11
github.com/dennwc/graphql v0.4.19-0.20180603144102-12cfed44bc5d
Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
62
62
github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
63
63
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
64
64
github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
65
- github.com/boltdb/bolt v1.3.1 h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4 =
66
- github.com/boltdb/bolt v1.3.1 /go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps =
67
65
github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
68
66
github.com/cespare/xxhash/v2 v2.1.1 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
69
67
github.com/cespare/xxhash/v2 v2.1.2 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"github.com/aperturerobotics/cayley/graph"
23
23
"github.com/aperturerobotics/cayley/graph/kv"
24
24
hkv "github.com/aperturerobotics/cayley/kv"
25
- "github.com/aperturerobotics/cayley/kv/bolt"
25
+ bolt "github.com/aperturerobotics/cayley/kv/bolt"
26
26
)
27
27
28
28
func init () {
Original file line number Diff line number Diff line change 1
1
package all
2
2
3
3
import (
4
- _ "github.com/aperturerobotics/cayley/kv/bbolt"
5
4
_ "github.com/aperturerobotics/cayley/kv/bolt"
6
5
_ "github.com/aperturerobotics/cayley/kv/flat/all"
7
6
)
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments