Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 08e98ce

Browse files
authored
Merge pull request #632 from kuba--/bbolt
go.etcd.io/bbolt v1.3.2
2 parents 9196bbe + 771ceb1 commit 08e98ce

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/CAFxX/gcnotifier v0.0.0-20190112062741-224a280d589d // indirect
55
github.com/DataDog/datadog-go v0.0.0-20180822151419-281ae9f2d895 // indirect
66
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
88
github.com/cespare/xxhash v1.1.0 // indirect
99
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
1010
github.com/go-ole/go-ole v1.2.4 // indirect
@@ -31,6 +31,7 @@ require (
3131
github.com/stretchr/testify v1.2.2
3232
github.com/uber/jaeger-client-go v2.15.0+incompatible // indirect
3333
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
34+
go.etcd.io/bbolt v1.3.2
3435
golang.org/x/net v0.0.0-20190227022144-312bce6e941f // indirect
3536
google.golang.org/grpc v1.19.0 // indirect
3637
gopkg.in/src-d/go-errors.v1 v1.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ github.com/uber/jaeger-client-go v2.15.0+incompatible h1:NP3qsSqNxh8VYr956ur1N/1
102102
github.com/uber/jaeger-client-go v2.15.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk=
103103
github.com/uber/jaeger-lib v2.0.0+incompatible h1:iMSCV0rmXEogjNWPh2D0xk9YVKvrtGoHJNe9ebLu/pw=
104104
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=
106107
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
107108
golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 h1:KYQXGkl6vs02hK7pK4eIbw0NpNPedieTSTEiJ//bwGs=
108109
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
117118
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 h1:YUO/7uOKsKeq9UokNS62b8FYywz3ker1l1vDZRCRefw=
118119
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
119120
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=
121121
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
122122
golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 h1:x6r4Jo0KNzOOzYd8lbcRsqjuqEASK6ob3auvWYM4/8U=
123123
golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

sql/index/pilosa/iterator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package pilosa
33
import (
44
"io"
55

6-
"github.com/boltdb/bolt"
76
"github.com/sirupsen/logrus"
7+
bolt "go.etcd.io/bbolt"
88
)
99

1010
type locationValueIter struct {

sql/index/pilosa/mapping.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"sort"
1010
"sync"
1111

12-
"github.com/boltdb/bolt"
12+
bolt "go.etcd.io/bbolt"
1313
)
1414

1515
// mapping

0 commit comments

Comments
 (0)