-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 947 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 947 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/wabarc/ghostarchive
go 1.25.0
require (
github.com/PuerkitoBio/goquery v1.12.0
github.com/wabarc/helper v0.0.0-20230418130954-be7440352bcb
github.com/wabarc/logger v0.0.0-20210730133522-86bd3f31e792
github.com/wabarc/proxier v0.0.0-20230610135141-b55fe1536465
)
require (
github.com/andybalholm/brotli v1.2.1 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/klauspost/compress v1.18.5 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.21 // indirect
github.com/refraction-networking/utls v1.8.2 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
mvdan.cc/xurls/v2 v2.4.0 // indirect
)