codecs update
This commit is contained in:
12
go.mod
12
go.mod
@ -1,17 +1,13 @@
|
||||
module git.konjactw.dev/patyhank/minego
|
||||
|
||||
go 1.24
|
||||
go 1.24.0
|
||||
|
||||
toolchain go1.24.4
|
||||
|
||||
require (
|
||||
github.com/Tnze/go-mc v1.20.3-0.20241224032005-539b4a3a7f03
|
||||
github.com/google/uuid v1.6.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-mc/packetizer v0.0.0-20250619063049-ad94ce2fdd81 // indirect
|
||||
golang.org/x/mod v0.25.0 // indirect
|
||||
golang.org/x/sync v0.15.0 // indirect
|
||||
golang.org/x/tools v0.34.0 // indirect
|
||||
github.com/mlange-42/ark v0.4.3
|
||||
)
|
||||
|
||||
replace github.com/Tnze/go-mc v1.20.3-0.20241224032005-539b4a3a7f03 => git.konjactw.dev/patyhank/go-mc v1.20.3-0.20250619063151-133e3fab4ac2
|
||||
|
Reference in New Issue
Block a user