more util types
This commit is contained in:
14
cmd/packetizer/go.mod
Normal file
14
cmd/packetizer/go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user