Disconnect method, SendPacket and ReceivePacket.

This commit is contained in:
Tnze
2019-08-16 12:46:09 +08:00
parent 78a50b7160
commit 0c48980309
5 changed files with 34 additions and 15 deletions

6
go.mod
View File

@ -2,8 +2,4 @@ module github.com/Tnze/go-mc
go 1.12
require (
github.com/google/uuid v1.1.1
github.com/mattn/go-colorable v0.1.2
github.com/satori/go.uuid v1.2.0 // indirect
)
require github.com/google/uuid v1.1.1