update dependencies

This commit is contained in:
2025-08-27 20:30:51 +08:00
parent 9ae126c648
commit 80296505e7
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -6,12 +6,12 @@ toolchain go1.24.4
require (
github.com/google/uuid v1.6.0
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
golang.org/x/sync v0.16.0
)
require (
git.konjactw.dev/falloutBot/go-mc v0.0.0-20250826135316-7b60edc24881
git.konjactw.dev/falloutBot/go-mc v0.0.0-20250827122940-185020e31ce8
github.com/go-gl/mathgl v1.2.0
golang.org/x/net v0.43.0
)