This repository was archived by the owner on Jan 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require (
4
4
github.com/CAFxX/gcnotifier v0.0.0-20190112062741-224a280d589d // indirect
5
5
github.com/DataDog/datadog-go v0.0.0-20180822151419-281ae9f2d895 // indirect
6
6
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
7
- github.com/boltdb/bolt v1.3.1
7
+ github.com/boltdb/bolt v1.3.1 // indirect
8
8
github.com/cespare/xxhash v1.1.0 // indirect
9
9
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
10
10
github.com/go-ole/go-ole v1.2.4 // indirect
@@ -31,6 +31,7 @@ require (
31
31
github.com/stretchr/testify v1.2.2
32
32
github.com/uber/jaeger-client-go v2.15.0+incompatible // indirect
33
33
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
34
+ go.etcd.io/bbolt v1.3.2
34
35
golang.org/x/net v0.0.0-20190227022144-312bce6e941f // indirect
35
36
google.golang.org/grpc v1.19.0 // indirect
36
37
gopkg.in/src-d/go-errors.v1 v1.0.0
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ github.com/uber/jaeger-client-go v2.15.0+incompatible h1:NP3qsSqNxh8VYr956ur1N/1
102
102
github.com/uber/jaeger-client-go v2.15.0+incompatible /go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk =
103
103
github.com/uber/jaeger-lib v2.0.0+incompatible h1:iMSCV0rmXEogjNWPh2D0xk9YVKvrtGoHJNe9ebLu/pw =
104
104
github.com/uber/jaeger-lib v2.0.0+incompatible /go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U =
105
- golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 h1:u+LnwYTOOW7Ukr/fppxEb1Nwz0AtPflrblfvUudpo+I =
105
+ go.etcd.io/bbolt v1.3.2 h1:Z/90sZLPOeCy2PwprqkFa25PdkusRzaj9P8zm/KNyvk =
106
+ go.etcd.io/bbolt v1.3.2 /go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU =
106
107
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
107
108
golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 h1:KYQXGkl6vs02hK7pK4eIbw0NpNPedieTSTEiJ//bwGs =
108
109
golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
@@ -117,7 +118,6 @@ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJ
117
118
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 h1:YUO/7uOKsKeq9UokNS62b8FYywz3ker1l1vDZRCRefw =
118
119
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
119
120
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
120
- golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 h1:I6FyU15t786LL7oL/hn43zqTuEGr4PN7F4XJ1p4E3Y8 =
121
121
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
122
122
golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 h1:x6r4Jo0KNzOOzYd8lbcRsqjuqEASK6ob3auvWYM4/8U =
123
123
golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package pilosa
3
3
import (
4
4
"io"
5
5
6
- "github.com/boltdb/bolt"
7
6
"github.com/sirupsen/logrus"
7
+ bolt "go.etcd.io/bbolt"
8
8
)
9
9
10
10
type locationValueIter struct {
Original file line number Diff line number Diff line change 9
9
"sort"
10
10
"sync"
11
11
12
- "github.com/boltdb/bolt "
12
+ bolt "go.etcd.io/bbolt "
13
13
)
14
14
15
15
// mapping
You can’t perform that action at this time.
0 commit comments