Skip to content

Commit ae4275f

Browse files
committed
prmanager: Update for Minecraft v1.21.111
1 parent 76d32f0 commit ae4275f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/pelletier/go-toml v1.9.5 // indirect
2828
github.com/pkg/errors v0.9.1 // indirect
2929
github.com/sandertv/go-raknet v1.14.3-0.20250305181847-6af3e95113d6 // indirect
30-
github.com/sandertv/gophertunnel v1.49.1 // indirect
30+
github.com/sandertv/gophertunnel v1.50.0 // indirect
3131
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
3232
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
3333
go.opentelemetry.io/otel v1.37.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ github.com/sandertv/gophertunnel v1.48.0 h1:FoAKjNxo8VitSRdrkM/jNtxz6gwFTOq/XitW
6565
github.com/sandertv/gophertunnel v1.48.0/go.mod h1:lmRarAmn25V/+QeiUbUDXeA26bEaNlX1wGEM/rj39ew=
6666
github.com/sandertv/gophertunnel v1.49.1 h1:Wq6tcdwWhooa/G2dqic3/ZptEvt79glAQQ5a85GSGpI=
6767
github.com/sandertv/gophertunnel v1.49.1/go.mod h1:WjTvUo02TmvPULY1y5oxxAhZIeH8ew31/LUkSUD6ABw=
68+
github.com/sandertv/gophertunnel v1.50.0 h1:uoXQBWOD823T8snohPjIkFo+pcYrlIalEmcY2S1FUPM=
69+
github.com/sandertv/gophertunnel v1.50.0/go.mod h1:WjTvUo02TmvPULY1y5oxxAhZIeH8ew31/LUkSUD6ABw=
6870
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
6971
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
7072
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=

0 commit comments

Comments
 (0)