Change module url to remotebranch.eu
This commit is contained in:
parent
958e97de0c
commit
0f36e44f6b
3 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/ChaoticByte/xels
|
||||
module remotebranch.eu/ChaoticByte/xels
|
||||
|
||||
go 1.24.5
|
||||
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"github.com/hajimehoshi/ebiten/v2"
|
||||
|
||||
"github.com/ChaoticByte/xels/simulation"
|
||||
"remotebranch.eu/ChaoticByte/xels/simulation"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
package main
|
||||
|
||||
import "github.com/ChaoticByte/xels/simulation"
|
||||
import "remotebranch.eu/ChaoticByte/xels/simulation"
|
||||
|
||||
const CanvasWidth = 200
|
||||
const CanvasHeight = 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue