-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 665 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 665 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
module github.com/ryanfowler/fetch
go 1.26.1
require (
github.com/coder/websocket v1.8.14
github.com/goccy/go-yaml v1.19.2
github.com/klauspost/compress v1.18.4
github.com/mattn/go-runewidth v0.0.21
github.com/quic-go/quic-go v0.59.0
github.com/tinylib/msgp v1.6.3
github.com/yuin/goldmark v1.7.16
golang.org/x/crypto v0.49.0
golang.org/x/image v0.37.0
golang.org/x/net v0.52.0
golang.org/x/sys v0.42.0
golang.org/x/term v0.41.0
golang.org/x/text v0.35.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
)