get offline UUID of player from their name!

This commit is contained in:
Tnze
2019-08-29 15:52:54 +08:00
parent d85d31da46
commit d0dbc703cf
4 changed files with 30 additions and 1 deletions

2
go.mod
View File

@ -4,5 +4,7 @@ go 1.12
require (
github.com/google/uuid v1.1.1
github.com/kr/pretty v0.1.0 // indirect
github.com/satori/go.uuid v1.2.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)