-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
31 lines (28 loc) · 1.03 KB
/
go.mod
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
28
29
30
31
module github.com/Tensai75/nzb-monkey-go
go 1.19
require (
github.com/Tensai75/nntpPool v0.1.2
github.com/Tensai75/nzbparser v0.1.0
github.com/Tensai75/subjectparser v0.1.1
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/alexflint/go-arg v1.5.1
github.com/atotto/clipboard v0.1.4
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.17.0
github.com/schollz/progressbar/v3 v3.14.6
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
golang.org/x/sys v0.25.0
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/Tensai75/nntp v0.1.2 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
)