File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
/vendor
3
3
Gopkg.lock
4
4
Gopkg.toml
5
- go.sum
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ module gopkg.in/src-d/go-billy.v4
2
2
3
3
require (
4
4
github.com/kr/pretty v0.1.0 // indirect
5
- golang.org/x/sys v0.0.0-20180903190138-2b024373dcd9
5
+ github.com/kr/pty v1.1.8 // indirect
6
+ golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e
6
7
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
7
8
)
Original file line number Diff line number Diff line change
1
+ github.com/creack/pty v1.1.7 /go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY =
1
2
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI =
2
3
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
3
4
github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
5
+ github.com/kr/pty v1.1.8 /go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw =
4
6
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE =
5
7
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
6
8
golang.org/x/sys v0.0.0-20180903190138-2b024373dcd9 h1:lkiLiLBHGoH3XnqSLUIaBsilGMUjI+Uy2Xu2JLUtTas =
7
9
golang.org/x/sys v0.0.0-20180903190138-2b024373dcd9 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
10
+ golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
8
11
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY =
9
12
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments