Updated module path
This commit is contained in:
parent
98edfb19fd
commit
91f34bc88f
211 changed files with 506 additions and 506 deletions
|
@ -3,10 +3,10 @@ package scanner
|
|||
import (
|
||||
"path/filepath"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/config"
|
||||
"git.akyoto.dev/cli/q/src/core"
|
||||
"git.akyoto.dev/cli/q/src/fs"
|
||||
"git.akyoto.dev/cli/q/src/types"
|
||||
"git.urbach.dev/cli/q/src/config"
|
||||
"git.urbach.dev/cli/q/src/core"
|
||||
"git.urbach.dev/cli/q/src/fs"
|
||||
"git.urbach.dev/cli/q/src/types"
|
||||
)
|
||||
|
||||
// Scan scans the list of files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue