relocate module
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Go / Test (1.22) (push) Has been cancelled
Go / Test (^1.22) (push) Has been cancelled

This commit is contained in:
2025-08-26 19:40:52 +08:00
parent 28415c186f
commit b9763dbf8c
208 changed files with 253 additions and 258 deletions

3
go.mod
View File

@ -1,4 +1,4 @@
module github.com/Tnze/go-mc
module git.konjactw.dev/falloutBot/go-mc
go 1.23.0
@ -6,6 +6,5 @@ toolchain go1.24.2
require (
github.com/google/uuid v1.6.0
github.com/iancoleman/strcase v0.3.0
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
)