-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 898 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 898 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/bincooo/edge-api
go 1.23.3
require (
github.com/RomiChan/websocket v1.4.3-0.20220227141055-9b2c6168c9c5
github.com/bincooo/emit.io v1.0.1-0.20250107024658-671bcfad17e9
github.com/bogdanfinn/tls-client v1.7.7
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/uuid v1.3.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/bogdanfinn/fhttp v0.5.28 // indirect
github.com/bogdanfinn/utls v1.6.1 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/quic-go/quic-go v0.42.0 // indirect
github.com/tam7t/hpkp v0.0.0-20160821193359-2b70b4024ed5 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
)