refactor: put output pkg in root
parent
42e2a99adb
commit
66e55c8c23
|
@ -8,8 +8,8 @@ import (
|
|||
"github.com/sundowndev/covermyass/v2/build"
|
||||
"github.com/sundowndev/covermyass/v2/lib/analysis"
|
||||
"github.com/sundowndev/covermyass/v2/lib/filter"
|
||||
"github.com/sundowndev/covermyass/v2/lib/output"
|
||||
"github.com/sundowndev/covermyass/v2/lib/shred"
|
||||
"github.com/sundowndev/covermyass/v2/output"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"github.com/sundowndev/covermyass/v2/lib/check"
|
||||
"github.com/sundowndev/covermyass/v2/lib/filter"
|
||||
"github.com/sundowndev/covermyass/v2/lib/find"
|
||||
"github.com/sundowndev/covermyass/v2/lib/output"
|
||||
"github.com/sundowndev/covermyass/v2/output"
|
||||
"os"
|
||||
"runtime"
|
||||
"sync"
|
||||
|
|
Loading…
Reference in New Issue