Use google's UUID lib

This commit is contained in:
Tnze
2019-07-28 19:14:51 +08:00
parent e5c32df53b
commit 9a960ee868
5 changed files with 7 additions and 17 deletions

View File

@ -26,7 +26,7 @@ import (
"github.com/Tnze/go-mc/net"
"github.com/Tnze/go-mc/net/CFB8"
pk "github.com/Tnze/go-mc/net/packet"
uuid "github.com/satori/go.uuid"
"github.com/google/uuid"
)
const verifyTokenLen = 16