Updated module path
This commit is contained in:
parent
98edfb19fd
commit
91f34bc88f
211 changed files with 506 additions and 506 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/config"
|
||||
"git.urbach.dev/cli/q/src/config"
|
||||
)
|
||||
|
||||
// Executable returns the path to the executable.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package build
|
||||
|
||||
import (
|
||||
"git.akyoto.dev/cli/q/src/compiler"
|
||||
"git.akyoto.dev/cli/q/src/scanner"
|
||||
"git.urbach.dev/cli/q/src/compiler"
|
||||
"git.urbach.dev/cli/q/src/scanner"
|
||||
)
|
||||
|
||||
// Run compiles the input files.
|
||||
|
|
|
@ -4,9 +4,9 @@ import (
|
|||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/build"
|
||||
"git.akyoto.dev/cli/q/src/config"
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/cli/q/src/build"
|
||||
"git.urbach.dev/cli/q/src/config"
|
||||
"git.urbach.dev/go/assert"
|
||||
)
|
||||
|
||||
func TestBuildDirectory(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue