Skip to content

Commit beb11aa

Browse files
author
Juanjo Alvarez
committed
Add integration test for BLAME plus two bugfixes
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent 23806ef commit beb11aa

File tree

5 files changed

+73
-39
lines changed

5 files changed

+73
-39
lines changed

go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,31 @@ require (
88
github.com/gliderlabs/ssh v0.2.0 // indirect
99
github.com/go-kit/kit v0.8.0
1010
github.com/go-sql-driver/mysql v1.4.1
11-
github.com/gorilla/handlers v1.4.0 // indirect
11+
github.com/hashicorp/golang-lru v0.5.3
1212
github.com/hhatto/gocloc v0.3.0
1313
github.com/jessevdk/go-flags v1.4.0
14-
github.com/miekg/dns v1.1.1 // indirect
1514
github.com/opentracing/opentracing-go v1.1.0
1615
github.com/prometheus/client_golang v1.0.0
1716
github.com/sirupsen/logrus v1.4.2
1817
github.com/src-d/enry/v2 v2.0.0
19-
github.com/src-d/go-borges v0.1.3
18+
github.com/src-d/go-borges v0.1.1
2019
github.com/src-d/go-git v4.7.0+incompatible
2120
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
2221
github.com/src-d/go-mysql-server v0.4.1-0.20191001122120-b09e8c1c8ab9
2322
github.com/stretchr/testify v1.3.0
2423
github.com/uber-go/atomic v1.4.0 // indirect
2524
github.com/uber/jaeger-client-go v2.16.0+incompatible
26-
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
2725
go.uber.org/atomic v1.4.0 // indirect
2826
golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b // indirect
2927
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
28+
golang.org/x/sys v0.0.0-20190618155005-516e3c20635f // indirect
3029
google.golang.org/grpc v1.20.1
31-
gopkg.in/src-d/go-billy-siva.v4 v4.6.0
32-
gopkg.in/src-d/go-billy.v4 v4.3.2
30+
gopkg.in/src-d/go-billy-siva.v4 v4.5.1
31+
gopkg.in/src-d/go-billy.v4 v4.3.0
3332
gopkg.in/src-d/go-errors.v1 v1.0.0
33+
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0
3434
gopkg.in/src-d/go-git.v4 v4.12.0
35+
gopkg.in/src-d/go-mysql-server.v0 v0.5.1
3536
gopkg.in/yaml.v2 v2.2.2
3637
vitess.io/vitess v3.0.0-rc.3.0.20190602171040-12bfde34629c+incompatible
3738
)

0 commit comments

Comments
 (0)