-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 991 Bytes
/
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
module github.com/wabarc/ghostarchive
go 1.18
require (
github.com/PuerkitoBio/goquery v1.9.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.0.5 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/gaukas/godicttls v0.0.3 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/refraction-networking/utls v1.3.2 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
mvdan.cc/xurls/v2 v2.4.0 // indirect
)