-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
go.mod
26 lines (22 loc) · 760 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
module github.com/igolaizola/vidai
go 1.22
toolchain go1.23.1
require (
github.com/bogdanfinn/fhttp v0.5.28
github.com/bogdanfinn/tls-client v1.7.5
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/peterbourgon/ff/v3 v3.3.0
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/bogdanfinn/utls v1.6.1 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/quic-go/quic-go v0.48.2 // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)