Add support for protocol version 1.21.100 (#12)
This commit is contained in:
16
go.mod
16
go.mod
@@ -5,16 +5,16 @@ go 1.24
|
||||
toolchain go1.24.0
|
||||
|
||||
require (
|
||||
github.com/df-mc/dragonfly v0.10.3
|
||||
github.com/df-mc/dragonfly v0.10.5
|
||||
github.com/df-mc/worldupgrader v1.0.19
|
||||
github.com/go-gl/mathgl v1.2.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/pelletier/go-toml v1.9.5
|
||||
github.com/rogpeppe/go-internal v1.14.1
|
||||
github.com/samber/lo v1.49.1
|
||||
github.com/sandertv/gophertunnel v1.47.4
|
||||
github.com/sandertv/gophertunnel v1.49.0
|
||||
github.com/segmentio/fasthash v1.0.3
|
||||
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
|
||||
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
|
||||
golang.org/x/image v0.25.0
|
||||
golang.org/x/oauth2 v0.30.0
|
||||
)
|
||||
@@ -22,13 +22,13 @@ require (
|
||||
require (
|
||||
github.com/brentp/intintmap v0.0.0-20190211203843-30dc0ade9af9 // indirect
|
||||
github.com/df-mc/goleveldb v1.1.9 // indirect
|
||||
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
|
||||
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
|
||||
github.com/golang/snappy v1.0.0 // indirect
|
||||
github.com/klauspost/compress v1.18.0 // indirect
|
||||
github.com/muhammadmuzzammil1998/jsonc v1.0.0 // indirect
|
||||
github.com/sandertv/go-raknet v1.14.3-0.20250305181847-6af3e95113d6 // indirect
|
||||
golang.org/x/crypto v0.39.0 // indirect
|
||||
golang.org/x/mod v0.25.0 // indirect
|
||||
golang.org/x/net v0.41.0 // indirect
|
||||
golang.org/x/text v0.26.0 // 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/text v0.28.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user