-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (44 loc) · 1.78 KB
/
go.mod
File metadata and controls
49 lines (44 loc) · 1.78 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/NorkzYT/comic-downloader
go 1.23.0
toolchain go1.24.3
require (
github.com/PuerkitoBio/goquery v1.10.3
github.com/chromedp/chromedp v0.13.6
github.com/fatih/color v1.18.0
github.com/ivanpirog/coloredcobra v1.0.1
github.com/joho/godotenv v1.5.1
github.com/manifoldco/promptui v0.9.0
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
github.com/vbauerster/mpb/v8 v8.10.1
golang.org/x/term v0.32.0
golang.org/x/time v0.11.0
)
require golang.org/x/text v0.24.0 // indirect
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/beevik/etree v1.5.0 // indirect
github.com/celogeek/go-comic-converter/v3 v3.0.2 // indirect
github.com/chromedp/cdproto v0.0.0-20250403032234-65de8f5d025b // indirect
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jedib0t/go-pretty/v6 v6.6.7
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v3 v3.18.0 // indirect
golang.org/x/image v0.24.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)