autofish's colorable output for windows

and non color output for daze
This commit is contained in:
Tnze
2019-07-28 19:31:51 +08:00
parent cc3789ff22
commit 708097608c
4 changed files with 12 additions and 2 deletions

5
go.mod
View File

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