fix the test error on substitute

This commit is contained in:
Tnze
2019-07-28 19:38:20 +08:00
parent 708097608c
commit 3bd0049f3a
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -4,5 +4,5 @@ go 1.12
require (
github.com/google/uuid v1.1.1
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-colorable v0.1.2
)