-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (22 loc) · 747 Bytes
/
go.mod
File metadata and controls
27 lines (22 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/lostdusty/cobalt
go 1.22
toolchain go1.23.1
require (
github.com/jedib0t/go-pretty/v6 v6.6.2
github.com/lostdusty/gobalt/v2 v2.0.8
github.com/schollz/progressbar/v3 v3.17.1
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
)
require (
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
github.com/tgoncuoglu/argparse v0.0.0-20221031134704-ee5bd450c7a2
)