-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
21 lines (19 loc) · 817 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/juanfont/codice
go 1.14
require (
github.com/cheggaaa/pb/v3 v3.0.5
github.com/fatih/color v1.10.0 // indirect
github.com/gocarina/gocsv v0.0.0-20201208093247-67c824bc04d4
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda
github.com/saracen/go7z-fixtures v0.0.0-20190623165746-aa6b8fba1d2f // indirect
github.com/saracen/solidblock v0.0.0-20190426153529-45df20abab6f // indirect
github.com/spf13/cobra v1.1.1
github.com/ulikunitz/xz v0.5.10 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.1.0 // indirect
)