Skip to content

Commit 9e365fa

Browse files
committed
upgrade some dependencies
1 parent 852c3a3 commit 9e365fa

File tree

2 files changed

+118
-26
lines changed

2 files changed

+118
-26
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ go 1.13
44

55
require (
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
)

0 commit comments

Comments
 (0)