Updated 1.21.6

This commit is contained in:
2025-06-16 12:46:46 +08:00
parent 539b4a3a7f
commit f67c9e3052
290 changed files with 22178 additions and 18088 deletions

10
go.mod
View File

@ -1,9 +1,11 @@
module github.com/Tnze/go-mc
go 1.22
go 1.23.0
toolchain go1.24.2
require (
github.com/google/uuid v1.3.0
github.com/iancoleman/strcase v0.2.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
github.com/google/uuid v1.6.0
github.com/iancoleman/strcase v0.3.0
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
)