Rename the module to the Coffey-Labs organisation

The repositories moved off LINUXexpert-org. Here that is not a
documentation change: the old organisation was the module path, so it is
declared in go.mod and repeated in every internal import.

Leaving it would have been worse than a stale link. GitHub redirects the
repository, but a go.mod whose module line disagrees with the path it was
fetched from is an error rather than a redirect, so `go get` on the new
address would have failed against the old declaration.

go.mod, 34 files of imports, and the repository links in README and
ARCHITECTURE. go mod tidy leaves go.sum untouched -- no dependency moved,
only our own path.
This commit is contained in:
2026-08-30 15:24:18 -07:00
parent 8bf7c8e2ac
commit 12ec0c3fd4
37 changed files with 73 additions and 73 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import (
"os/exec"
"strings"
"github.com/LINUXexpert-org/stalwart-migrator/internal/checkpoint"
"github.com/LINUXexpert-org/stalwart-migrator/internal/preflight"
"github.com/Coffey-Labs/stalwart-migrator/internal/checkpoint"
"github.com/Coffey-Labs/stalwart-migrator/internal/preflight"
)
// DefaultDockerBinary is what shells out unless a caller names another.
+2 -2
View File
@@ -17,8 +17,8 @@ import (
"runtime"
"strings"
"github.com/LINUXexpert-org/stalwart-migrator/internal/checkpoint"
"github.com/LINUXexpert-org/stalwart-migrator/internal/preflight"
"github.com/Coffey-Labs/stalwart-migrator/internal/checkpoint"
"github.com/Coffey-Labs/stalwart-migrator/internal/preflight"
)
// assetForArch maps a Go architecture to the release asset holding the
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"strings"
"testing"
"github.com/LINUXexpert-org/stalwart-migrator/internal/checkpoint"
"github.com/Coffey-Labs/stalwart-migrator/internal/checkpoint"
)
// tarGzWith builds a release-shaped archive containing one entry.