forked from oomph-ac/oomph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·39 lines (35 loc) · 1.47 KB
/
go.mod
File metadata and controls
executable file
·39 lines (35 loc) · 1.47 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
module github.com/oomph-ac/oomph
go 1.25.1
require (
github.com/chewxy/math32 v1.11.1
github.com/df-mc/dragonfly v0.10.10
github.com/ethaniccc/float32-cube v0.0.0-20250511224129-7af1f8c4ee12
github.com/go-gl/mathgl v1.2.0
github.com/oomph-ac/oconfig v0.0.0-20251121222848-6cf6c66594b8
github.com/sandertv/go-raknet v1.15.1-0.20260112202637-beca0b10c217
github.com/sandertv/gophertunnel v1.54.0
github.com/zeebo/xxh3 v1.1.0
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa
)
require (
github.com/brentp/intintmap v0.0.0-20251106190759-56907b1f8479 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
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/goleveldb v1.1.9 // indirect
github.com/df-mc/jsonc v1.0.5 // indirect
github.com/df-mc/worldupgrader v1.0.20 // indirect
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hjson/hjson-go/v4 v4.6.0 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/segmentio/fasthash v1.0.3 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/oauth2 v0.35.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
)
replace github.com/df-mc/dragonfly => github.com/oomph-ac/dragonfly v0.0.0-20260211200701-cf4c0f763a16