File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
### Fixed
10
10
- Panic on query using EXPLODE ([ #755 ] ( https://github.com/src-d/go-mysql-server/issues/755 ) )
11
+ - Fixed error iterating over non ready repositories ([ src-d/go-borges #54 ] ( https://github.com/src-d/go-borges/pull/54 ) )
11
12
12
13
## [ 0.22.0-rc1] - 2019-06-21
13
14
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/opentracing/opentracing-go v1.1.0
15
15
github.com/sirupsen/logrus v1.3.0
16
16
github.com/src-d/enry/v2 v2.0.0
17
- github.com/src-d/go-borges v0.0.0-20190620132223-0499c9b6034b
17
+ github.com/src-d/go-borges v0.0.0-20190624123045-3532fdfd0284
18
18
github.com/src-d/go-git v4.7.0+incompatible
19
19
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
20
20
github.com/src-d/go-mysql-server v0.4.1-0.20190624094722-bc2334894674
Original file line number Diff line number Diff line change @@ -217,8 +217,8 @@ github.com/src-d/enry/v2 v2.0.0 h1:2ADqfDHhroFwL1RGhMS9e15NkEwln8P4AABwVvIdAlo=
217
217
github.com/src-d/enry/v2 v2.0.0 /go.mod h1:qQeCMRwzMF3ckeGr+h0tJLdxXnq+NVZsIDMELj0t028 =
218
218
github.com/src-d/gcfg v1.4.0 h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4 =
219
219
github.com/src-d/gcfg v1.4.0 /go.mod h1:p/UMsR43ujA89BJY9duynAwIpvqEujIH/jFlfL7jWoI =
220
- github.com/src-d/go-borges v0.0.0-20190620132223-0499c9b6034b h1:c2CSWoLOo1o2ija5OWDETzMUi9kncByT5GL7EkSpzxk =
221
- github.com/src-d/go-borges v0.0.0-20190620132223-0499c9b6034b /go.mod h1:Myl/zHrk3iT/I5T08RTBpuGzchucytSsi6p7KzM2lOA =
220
+ github.com/src-d/go-borges v0.0.0-20190624123045-3532fdfd0284 h1:aZ6247w3qaUq5GkloR3wT7nPAMq/tjk7Q79dlK4pY64 =
221
+ github.com/src-d/go-borges v0.0.0-20190624123045-3532fdfd0284 /go.mod h1:Myl/zHrk3iT/I5T08RTBpuGzchucytSsi6p7KzM2lOA =
222
222
github.com/src-d/go-git v4.7.0+incompatible h1:IYSSnbAHeKmsfbQFi9ozbid+KNh0bKjlorMfQehQbcE =
223
223
github.com/src-d/go-git v4.7.0+incompatible /go.mod h1:1bQciz+hn0jzPQNsYj0hDFZHLJBdV7gXE2mWhC7EkFk =
224
224
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible h1:A5bKevhs9C//Nh8QV0J+1KphEaIa25cDe1DTs/yPxDI =
You can’t perform that action at this time.
0 commit comments