-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 858 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 858 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
module github.com/esrrhs/spp
go 1.24.9
require (
github.com/esrrhs/gohome v0.0.0-20251230021531-10dd8849d958
google.golang.org/protobuf v1.36.11
)
require (
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/klauspost/reedsolomon v1.12.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/quic-go/quic-go v0.58.0 // indirect
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/xtaci/kcp-go v5.4.20+incompatible // indirect
github.com/xtaci/smux v1.5.50 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
)