1
0

Sync with the latest logrusorgru/aurora

Fixes #15
This commit is contained in:
alyakimenko
2020-05-17 18:40:34 +03:00
committed by Mikhail Klementev
parent dce1ce6c17
commit 5bb7e08188
5 changed files with 8 additions and 8 deletions

2
log.go
View File

@ -13,7 +13,7 @@ import (
"os"
"github.com/olekukonko/tablewriter"
"gopkg.in/logrusorgru/aurora.v1"
"gopkg.in/logrusorgru/aurora.v2"
"code.dumpstack.io/tools/out-of-tree/config"
)