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
88
99### Fixed
1010- 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 ) )
1112
1213## [ 0.22.0-rc1] - 2019-06-21
1314
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/opentracing/opentracing-go v1.1.0
1515 github.com/sirupsen/logrus v1.3.0
1616 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
1818 github.com/src-d/go-git v4.7.0+incompatible
1919 github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
2020 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=
217217github.com/src-d/enry/v2 v2.0.0 /go.mod h1:qQeCMRwzMF3ckeGr+h0tJLdxXnq+NVZsIDMELj0t028 =
218218github.com/src-d/gcfg v1.4.0 h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4 =
219219github.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 =
222222github.com/src-d/go-git v4.7.0+incompatible h1:IYSSnbAHeKmsfbQFi9ozbid+KNh0bKjlorMfQehQbcE =
223223github.com/src-d/go-git v4.7.0+incompatible /go.mod h1:1bQciz+hn0jzPQNsYj0hDFZHLJBdV7gXE2mWhC7EkFk =
224224github.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