Change module url to remotebranch.eu

This commit is contained in:
ChaoticByte 2025-09-29 21:59:39 +02:00
parent 958e97de0c
commit 0f36e44f6b
Signed by: ChaoticByte
SSH key fingerprint: SHA256:6v88GlRHW+S4NVmM00ZxofEJlnDdK8LI1EcfR8jrgDs
3 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/ChaoticByte/xels
module remotebranch.eu/ChaoticByte/xels
go 1.24.5

View file

@ -3,7 +3,7 @@ package main
import (
"github.com/hajimehoshi/ebiten/v2"
"github.com/ChaoticByte/xels/simulation"
"remotebranch.eu/ChaoticByte/xels/simulation"
)

View file

@ -1,6 +1,6 @@
package main
import "github.com/ChaoticByte/xels/simulation"
import "remotebranch.eu/ChaoticByte/xels/simulation"
const CanvasWidth = 200
const CanvasHeight = 200