remove garbage deps

This commit is contained in:
FDUTCH
2026-01-22 11:43:45 +01:00
parent afbab41153
commit 1fd1d099bf
2 changed files with 40 additions and 20 deletions

33
go.mod
View File

@@ -4,32 +4,32 @@ go 1.25.1
require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/df-mc/dragonfly v0.10.9
github.com/df-mc/dragonfly v0.10.10
github.com/df-mc/worldupgrader v1.0.20
github.com/go-gl/mathgl v1.2.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-version v1.8.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.52.0
github.com/samber/lo v1.52.0
github.com/sandertv/gophertunnel v1.52.2
github.com/segmentio/fasthash v1.0.3
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
golang.org/x/image v0.25.0
golang.org/x/oauth2 v0.34.0
)
require (
github.com/brentp/intintmap v0.0.0-20251106190759-56907b1f8479 // indirect
github.com/df-mc/go-nethernet v0.0.0-20250326113854-da40ae9a1339 // 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/getsentry/sentry-go v0.40.0 // 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.2 // indirect
github.com/lumineproxy/log v0.0.0-20251025091855-37df1c504536 // indirect
github.com/lumineproxy/socks5udp v1.0.1-0.20251223034400-3f3b0cbbe69b // indirect
github.com/klauspost/compress v1.18.3 // indirect
github.com/muhammadmuzzammil1998/jsonc v1.0.0 // indirect
github.com/pion/datachannel v1.5.10 // indirect
github.com/pion/dtls/v3 v3.0.9 // indirect
@@ -47,19 +47,12 @@ require (
github.com/pion/transport/v3 v3.1.1 // indirect
github.com/pion/turn/v4 v4.1.3 // indirect
github.com/pion/webrtc/v4 v4.1.8 // indirect
github.com/sandertv/go-raknet v1.14.3-0.20250823121252-325aeea25d25 // indirect
github.com/sandertv/go-raknet v1.15.0 // indirect
github.com/wlynxg/anet v0.0.5 // indirect
github.com/zaataylor/cartesian v0.0.0-20221028053253-3b3244d82727 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/mod v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)
replace (
github.com/df-mc/dragonfly => github.com/lumineproxy/dragonfly v0.0.0-20260101232342-710c0a1931ba
github.com/df-mc/go-nethernet => github.com/lumineproxy/go-nethernet v0.0.0-20251201013730-45766a8ec674
github.com/sandertv/go-raknet => github.com/lumineproxy/go-raknet v0.0.0-20260102015805-b139417c724e
github.com/sandertv/gophertunnel => github.com/lumineproxy/gophertunnel v0.0.0-20260102091803-5fb43dd59e0c
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
)