-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
47 lines (43 loc) · 1.62 KB
/
Copy pathgo.mod
File metadata and controls
47 lines (43 loc) · 1.62 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
module github.com/saveweb/gowarc
go 1.26.2
require (
github.com/bogdanfinn/utls v1.7.7-barnius
github.com/google/uuid v1.6.0
github.com/klauspost/compress v1.19.1
github.com/maypok86/otter v1.2.4
github.com/miekg/dns v1.1.72
github.com/remeh/sizedwaitgroup v1.0.0
github.com/saveweb/fhttp v0.0.0-20260618035705-22ac0b47063a
github.com/saveweb/tls-client v0.0.0-20260618035716-2185ff873265
github.com/spf13/cobra v1.10.2
github.com/ulikunitz/xz v0.5.16
github.com/zeebo/blake3 v0.2.4
go.uber.org/goleak v1.3.0
golang.org/x/sync v0.22.0
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/bdandy/go-errors v1.2.2 // indirect
github.com/bdandy/go-socks4 v1.2.3 // indirect
github.com/dolthub/maphash v0.1.0 // indirect
github.com/gammazero/deque v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/saveweb/quic-go-utls v0.0.0-20260618035708-72125476efcb // indirect
github.com/saveweb/websocket v0.0.0-20260618035713-525afe407f14 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0 // indirect
golang.org/x/tools v0.47.0 // indirect
)
// Unsure exactly where these versions came from, but no longer exist. If we plan to publish under these versions, we need to remove them from this retract list.
retract (
v1.1.2
v1.1.0
v1.0.0
)