fixup codes
This commit is contained in:
9
go.mod
9
go.mod
@ -5,12 +5,13 @@ 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
|
||||
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
|
||||
golang.org/x/sync v0.16.0
|
||||
)
|
||||
|
||||
require github.com/go-gl/mathgl v1.2.0
|
||||
|
||||
replace github.com/Tnze/go-mc v1.20.3-0.20241224032005-539b4a3a7f03 => git.konjactw.dev/falloutBot/go-mc v0.0.0-20250823092154-f0bb92bdb98a
|
||||
require (
|
||||
git.konjactw.dev/falloutBot/go-mc v0.0.0-20250826135316-7b60edc24881
|
||||
github.com/go-gl/mathgl v1.2.0
|
||||
golang.org/x/net v0.43.0
|
||||
)
|
||||
|
Reference in New Issue
Block a user