more util types

This commit is contained in:
2025-06-18 08:47:23 +08:00
parent f67c9e3052
commit 3eb5bcd054
5 changed files with 530 additions and 0 deletions

14
cmd/packetizer/go.mod Normal file
View File

@ -0,0 +1,14 @@
module github.com/Tnze/go-mc/cmd/packetizer
go 1.24
require (
github.com/Tnze/go-mc v1.20.2
golang.org/x/tools v0.34.0
)
require (
github.com/google/uuid v1.3.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/sync v0.15.0 // indirect
)