Skip to content

Commit 245cbd2

Browse files
committed
Updated go version to 1.17 and libs.
1 parent 64178f2 commit 245cbd2

File tree

2 files changed

+457
-106
lines changed

2 files changed

+457
-106
lines changed

go.mod

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
module github.com/bengarrett/zipcmt
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/bengarrett/retrotxtgo v0.0.31
6+
github.com/bengarrett/retrotxtgo v0.0.37
77
github.com/dustin/go-humanize v1.0.0
8-
github.com/gookit/color v1.4.2
9-
github.com/muesli/go-app-paths v0.2.1
8+
github.com/gookit/color v1.5.0
9+
github.com/muesli/go-app-paths v0.2.2
10+
)
11+
12+
require (
13+
github.com/alecthomas/chroma v0.10.0 // indirect
14+
github.com/dlclark/regexp2 v1.4.0 // indirect
15+
github.com/mitchellh/go-homedir v1.1.0 // indirect
16+
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
17+
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
18+
golang.org/x/text v0.3.7 // indirect
1019
)

0 commit comments

Comments
 (0)