chore: rename Go module path to github.com/MustardSeedNetworks/stem - #411
Merged
Conversation
Move the in-tree module path from github.com/krisarmstrong/stem to github.com/MustardSeedNetworks/stem now that the repository lives under the MustardSeedNetworks org. Purely mechanical: no behavior change. Swept across all 121 Go files plus the build and release surface: - go.mod module directive - Makefile VERSION_PKG + release URL, mk/vars.mk MODULE_PATH - mk/container.mk registry (ghcr.io lowercased to mustardseednetworks) and ldflags - Dockerfile ldflags + org.opencontainers.image.source - .goreleaser.yml ldflags, homepage, brew owner - .github/workflows ci.yml/dead-code.yml/license-check.yml refs - .golangci.yml depguard + local-prefixes - docs/schemas/api/*.schema.json $id, deploy/* metadata, and the README/SECURITY/CONTRIBUTING/DEPLOYMENT/ISSUE_TEMPLATE links Left intentional historical refs untouched: CHANGELOG.md (release-please managed), typos.toml allowlist, dated ARCHITECTURE_AUDIT, CODEOWNERS @krisarmstrong (owner's GitHub handle), and /Users/krisarmstrong paths. Verified: go build, go vet, gofumpt -l (clean), golangci-lint (0 issues), schema-drift gate, route-policy gate, and full go test (26 packages, 0 failures).
krisarmstrong
enabled auto-merge (squash)
June 8, 2026 14:44
Contributor
License Compliance ReportAll dependencies pass license compliance checksGo Dependencies
npm DependenciesSee full report in workflow artifacts Allowed Licenses: MIT, Apache-2.0, BSD-*, ISC, CC0-1.0, MPL-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Renames the in-tree Go module path
github.com/krisarmstrong/stem→github.com/MustardSeedNetworks/stem, now that the repo lives under the MustardSeedNetworks org. The GitHub repo is already transferred; this is the purely in-tree counterpart — no behavior change.Swept (121 .go files + build/release surface)
go.modmodule directive; all 121 Go import pathsMakefileVERSION_PKG + release URL;mk/vars.mkMODULE_PATHmk/container.mkregistry →ghcr.io/mustardseednetworks(lowercase, required by ghcr) + ldflagsDockerfileldflags +org.opencontainers.image.source.goreleaser.ymlldflags, homepage, brewowner.github/workflows/ci.yml / dead-code.yml / license-check.yml refs.golangci.ymldepguard + local-prefixesdocs/schemas/api/*.schema.json$id,deploy/*metadata, README/SECURITY/CONTRIBUTING/DEPLOYMENT/ISSUE_TEMPLATE linksLeft untouched (intentional historical / identity refs)
CHANGELOG.md(release-please managed),typos.tomlallowlist, datedARCHITECTURE_AUDIT,.github/CODEOWNERS@krisarmstrong(owner's GitHub handle, not a module path), and all/Users/krisarmstrong/filesystem paths.Verification
go build ./...,go vet ./...,gofumpt -l(clean),golangci-lint run ./internal/...(0 issues),scripts/check-schema-drift.sh,scripts/check-route-policy.sh, fullgo test ./...(26 packages, 0 failures).