File tree Expand file tree Collapse file tree 2 files changed +118
-26
lines changed
Expand file tree Collapse file tree 2 files changed +118
-26
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ go 1.13
44
55require (
66 github.com/augmentable-dev/lege v0.0.0-20191028004410-79cb985065a1
7- github.com/briandowns/spinner v1.9.0
7+ github.com/briandowns/spinner v1.11.1
88 github.com/dustin/go-humanize v1.0.0
99 github.com/fatih/color v1.9.0 // indirect
10- github.com/karrick/godirwalk v1.15.3
11- github.com/mattn/go-isatty v0.0.12 // indirect
10+ github.com/karrick/godirwalk v1.15.6
11+ github.com/mattn/go-colorable v0.1.6 // indirect
1212 github.com/sergi/go-diff v1.1.0 // indirect
13- github.com/spf13/cobra v0 .0.5
13+ github.com/spf13/cobra v1 .0.0
1414 github.com/spf13/pflag v1.0.5 // indirect
1515 github.com/src-d/enry/v2 v2.1.0
16- golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect
17- golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
18- golang.org/x/sys v0.0.0-20200217220822-9197077df867 // indirect
16+ golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
17+ golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
18+ golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
1919 gopkg.in/src-d/go-git.v4 v4.13.1
2020)
You can’t perform that action at this time.
0 commit comments