-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 759 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 759 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
module github.com/Tootoohk/TwitterAPI
go 1.23.4
require github.com/bogdanfinn/fhttp v0.5.34
require (
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/bogdanfinn/tls-client v1.8.0
github.com/bogdanfinn/utls v1.6.5 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/gookit/color v1.5.4
github.com/klauspost/compress v1.17.11 // indirect
github.com/quic-go/quic-go v0.48.1 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
)