From 0f36e44f6b911aa2a503d61c3a48b76f680426f0 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Mon, 29 Sep 2025 21:59:39 +0200 Subject: [PATCH] Change module url to remotebranch.eu --- go.mod | 2 +- main.go | 2 +- settings.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 44936f4..4a704ca 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ChaoticByte/xels +module remotebranch.eu/ChaoticByte/xels go 1.24.5 diff --git a/main.go b/main.go index 3dda15c..2c085ae 100644 --- a/main.go +++ b/main.go @@ -3,7 +3,7 @@ package main import ( "github.com/hajimehoshi/ebiten/v2" - "github.com/ChaoticByte/xels/simulation" + "remotebranch.eu/ChaoticByte/xels/simulation" ) diff --git a/settings.go b/settings.go index 96664a9..2e00c18 100644 --- a/settings.go +++ b/settings.go @@ -1,6 +1,6 @@ package main -import "github.com/ChaoticByte/xels/simulation" +import "remotebranch.eu/ChaoticByte/xels/simulation" const CanvasWidth = 200 const CanvasHeight = 200