1
0

Merge pull request #14 from chiveson/patch-1

fix dependens in pew.go
This commit is contained in:
2019-06-10 18:28:40 +00:00
committed by GitHub

2
pew.go
View File

@ -16,7 +16,7 @@ import (
"strings"
"time"
"github.com/logrusorgru/aurora"
"gopkg.in/logrusorgru/aurora.v1"
"github.com/otiai10/copy"
"github.com/remeh/sizedwaitgroup"