1.21.111 support (thanks akmal)

This commit is contained in:
ethaniccc
2025-10-30 09:21:54 -04:00
17 changed files with 9794 additions and 61 deletions

13
go.mod
View File

@@ -4,7 +4,7 @@ go 1.24.0
require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/df-mc/dragonfly v0.10.6-0.20250817203556-60bcf6b7432b
github.com/df-mc/dragonfly v0.10.9
github.com/df-mc/worldupgrader v1.0.20
github.com/go-gl/mathgl v1.2.0
github.com/google/uuid v1.6.0
@@ -15,21 +15,20 @@ require (
github.com/segmentio/fasthash v1.0.3
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
golang.org/x/image v0.25.0
golang.org/x/oauth2 v0.31.0
golang.org/x/oauth2 v0.32.0
)
require (
github.com/brentp/intintmap v0.0.0-20190211203843-30dc0ade9af9 // indirect
github.com/df-mc/goleveldb v1.1.9 // indirect
github.com/df-mc/jsonc v1.0.5 // indirect
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/klauspost/compress v1.18.1 // indirect
github.com/sandertv/go-raknet v1.14.3-0.20250305181847-6af3e95113d6 // indirect
golang.org/x/crypto v0.42.0 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/text v0.30.0 // indirect
)
replace github.com/sandertv/gophertunnel => ../gophertunnel