1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-16 11:37:01 +02:00
lazygit/vendor/gopkg.in/src-d/go-billy.v4/go.mod
Glenn Vriesman 3f7e107d09 Vendor: Updated dependencies
* Updated go.mod
 * Updated go.sum
 * Updated vendor packages

Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
2019-11-10 23:23:20 +11:00

9 lines
233 B
Modula-2

module gopkg.in/src-d/go-billy.v4
require (
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pty v1.1.8 // indirect
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)