Skip to content

Commit 5349709

Browse files
authored
Merge pull request #66 from vmarkovtsev/master
Update to go-git 4.13.1
2 parents 59edfcf + 63bbf51 commit 5349709

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

go.mod

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,30 @@ require (
55
github.com/dgryski/go-minhash v0.0.0-20170608043002-7fe510aff544 // indirect
66
github.com/dgryski/go-spooky v0.0.0-20170606183049-ed3d087f40e2 // indirect
77
github.com/ekzhu/minhash-lsh v0.0.0-20171225071031-5c06ee8586a1
8-
github.com/emirpasic/gods v1.12.0 // indirect
98
github.com/hhatto/gorst v0.0.0-20171128071645-7682c8a25108
109
github.com/jdkato/prose v1.1.0
1110
github.com/montanaflynn/stats v0.0.0-20151014174947-eeaced052adb // indirect
1211
github.com/neurosnap/sentences v1.0.6 // indirect
13-
github.com/pkg/errors v0.8.0
12+
github.com/pkg/errors v0.8.1
1413
github.com/sergi/go-diff v1.0.0
1514
github.com/shogo82148/go-shuffle v0.0.0-20170808115208-59829097ff3b // indirect
1615
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
1716
github.com/spf13/pflag v1.0.0
18-
github.com/stretchr/testify v1.2.2
17+
github.com/stretchr/testify v1.3.0
1918
golang.org/x/exp v0.0.0-20171209012058-072991165226
20-
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
21-
golang.org/x/text v0.3.0
19+
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
20+
golang.org/x/text v0.3.2
2221
gonum.org/v1/gonum v0.0.0-20180205154402-996b88e8f894
2322
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
2423
gopkg.in/russross/blackfriday.v2 v2.0.1
2524
gopkg.in/src-d/go-billy-siva.v4 v4.3.0
26-
gopkg.in/src-d/go-billy.v4 v4.3.0
27-
gopkg.in/src-d/go-git-fixtures.v3 v3.3.0 // indirect
28-
gopkg.in/src-d/go-git.v4 v4.7.1
25+
gopkg.in/src-d/go-billy.v4 v4.3.2
26+
gopkg.in/src-d/go-git.v4 v4.13.1
2927
gopkg.in/src-d/go-siva.v1 v1.5.0 // indirect
3028
)
3129

3230
replace (
3331
github.com/sergi/go-diff v1.0.0 => github.com/sergi/go-diff v0.0.0-20180205163309-da645544ed44
32+
golang.org/x/text v0.3.2 => golang.org/x/text v0.3.0
3433
gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
3534
)

0 commit comments

Comments
 (0)