redirect imports to new git url
This commit is contained in:
parent
940d8d9293
commit
2409c2cf1a
|
@ -4,7 +4,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/rtcall/hypo/cpu"
|
"git.cyclic.zone/mos/hypo/cpu"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/rtcall/hypo/asm"
|
"git.cyclic.zone/mos/hypo/asm"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
|
|
||||||
"github.com/rtcall/hypo/asm"
|
"git.cyclic.zone/mos/hypo/asm"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Cpu struct {
|
type Cpu struct {
|
||||||
|
|
Loading…
Reference in New Issue