From a83fafbde7bb6829c82734aa59b8b0aac445667c Mon Sep 17 00:00:00 2001 From: Codex Date: Fri, 24 Apr 2026 20:18:03 +0100 Subject: [PATCH] chore(go-session): migrate module path to dappco.re/go/session MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dropped the stale `core` segment per RFC, aligning with graduated repos: dappco.re/go/{name}. No *.go self-imports existed — go.mod single-line change. `go build ./...` passes. Closes tasks.lthn.sh/view.php?id=805 Co-authored-by: Codex --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 830dd2d..fb10cc3 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module dappco.re/go/core/session +module dappco.re/go/session go 1.26.0