From ec072621bf8bb951fb4ffc6cafbce6d41c79008d Mon Sep 17 00:00:00 2001 From: matst80 Date: Wed, 17 Jun 2026 22:09:15 +0200 Subject: [PATCH] Migrate module path to git.k6n.net/mats + go 1.26 Integrates the module-path migration (previously on a diverged detached HEAD) onto main, which already carries the registry fix and later work. No internal imports referenced the old path, so go.mod is the only change. Co-Authored-By: Claude Opus 4.8 (1M context) --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 29626b1..b4fc12a 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ -module git.tornberg.me/go-order-manager +module git.k6n.net/mats/go-order-manager -go 1.24.0 +go 1.26.2 require github.com/rabbitmq/amqp091-go v1.10.0