File tree 2 files changed +457
-106
lines changed
2 files changed +457
-106
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/bengarrett/zipcmt
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
require (
6
- github.com/bengarrett/retrotxtgo v0.0.31
6
+ github.com/bengarrett/retrotxtgo v0.0.37
7
7
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
10
19
)
You can’t perform that action at this time.
0 commit comments