forked from oomph-ac/spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (35 loc) · 1.34 KB
/
go.mod
File metadata and controls
41 lines (35 loc) · 1.34 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/cooldogedev/spectrum
go 1.24.0
toolchain go1.24.4
require (
github.com/cooldogedev/spectral v0.0.5
github.com/go-gl/mathgl v1.2.0
github.com/golang/snappy v1.0.0
github.com/quic-go/quic-go v0.53.0
github.com/sandertv/go-raknet v1.14.3-0.20250305181847-6af3e95113d6 // indirect
github.com/sandertv/gophertunnel v1.48.1
github.com/scylladb/go-set v1.0.2
)
require (
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
github.com/df-mc/go-playfab v1.0.0 // indirect
github.com/df-mc/go-xsapi v1.0.1 // indirect
github.com/df-mc/jsonc v1.0.5 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.18.1 // indirect
github.com/oreans/virtualizersdk v0.0.0-20250127084511-5dd538199a75 // indirect
go.uber.org/mock v0.5.2 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/mod v0.26.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/tools v0.35.0 // indirect
)
replace github.com/sandertv/gophertunnel => ../gophertunnel
replace github.com/sandertv/go-raknet => ../go-raknet