chore(go.mod): use lowercase module path - #53
Merged
Conversation
…nments-api Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
20 tasks
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
Reverts the Go module path to
github.com/blanketops/environments-api(lowercase), matching the actual GitHub remote.Why
The module path had drifted to
github.com/BlanketOps/environments-api(uppercase) during the recent org-migration cleanup; the canonical path is lowercase.Domain
environmentseventssourcesnetworkscommonAPI impact
v1alpha1— free to changev1beta1— backwards-compatible only, deprecations allowedv1— breaking change (requires version bump + changelog entry + migration note)Checklist
mage verifypasses locally (go build ./...confirmed)buf breakingreviewed (failures justified above if pre-v1) — N/A, this repo has no protobuf/bufpanic()calls in resolution or domain layersgen/go/blanketops/...for contract types — N/A, this repo uses Go-native kubebuilder types, not generated protobufenvironments.blanketops.dev/*) — N/A, no controller/reconciliation code herecore.SetConditionat each domain pipeline stage — N/A, no controller code in this repocore.EventRecorderfor terminal outcomes — N/A, no controller code in this repoNotes for reviewer
Several checklist items are inherited from the shared org template and don't apply to this repo (Go-types + kubebuilder CRDs, no protobuf/buf, no controller code) — marked N/A above rather than left silently unchecked.