Update dependencies

This commit is contained in:
Tnze
2023-04-05 14:15:11 +08:00
parent 9aad4d2201
commit 2e838101db
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@ -3,7 +3,7 @@ module github.com/Tnze/go-mc
go 1.19
require (
github.com/google/uuid v1.1.1
github.com/iancoleman/strcase v0.1.3
golang.org/x/exp v0.0.0-20220314205449-43aec2f8a4e7
github.com/google/uuid v1.3.0
github.com/iancoleman/strcase v0.2.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
)