Rename module path zos4 -> zos_light (own identity)#88
Merged
Conversation
zos_light wrongly declared module github.com/threefoldtech/zos4 (a copy-paste leftover from when zos_v4 was forked from zoslight), colliding with zos_v4 and resolving to the wrong repo. Rename to github.com/threefoldtech/zos_light so it has a valid, importable, unambiguous module identity. Builds; zos_base stays v1.1.1. Companion to zos_v4#34 (which took the zos4 -> zos_v4 rename). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Renames the Go module path github.com/threefoldtech/zos4 -> github.com/threefoldtech/zos_light so zos_light has its own valid, importable identity instead of the copy-paste .../zos4 that collided with zos_v4 (and resolved to the wrong repo). Internal self-imports rewritten (gofmt'd); builds; zos_base stays v1.1.1. Companion to zos_v4#34 (zos4 -> zos_v4). Together they fully resolve the zos4 module-path collision. Part of #2693.