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