redirect imports to new git url

This commit is contained in:
mos 2024-03-31 16:21:24 +02:00
parent 940d8d9293
commit 2409c2cf1a
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/rtcall/hypo/cpu" "git.cyclic.zone/mos/hypo/cpu"
) )
func main() { func main() {

View File

@ -5,7 +5,7 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/rtcall/hypo/asm" "git.cyclic.zone/mos/hypo/asm"
) )
func main() { func main() {

View File

@ -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 {

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/rtcall/hypo module git.cyclic.zone/mos/hypo
go 1.19 go 1.19