Use code.cloudfoundry.org/config-server module path - #20
Open
aramprice wants to merge 1 commit into
Open
Conversation
Rename the module from github.com/cloudfoundry/config-server (whose standalone repo is archived) to code.cloudfoundry.org/config-server, and update all internal import paths and the integration gexec.Build target accordingly. This is the canonical vanity import path served via go-fetcher. Resolving it requires go-fetcher to emit the Go 1.25+ go-import subdir field pointing at src/config-server within this repository. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
aramprice
force-pushed
the
use-code.cloudfoundry.org
branch
from
August 7, 2026 18:03
cbc5adf to
fc7a76d
Compare
aramprice
marked this pull request as ready for review
August 7, 2026 18:15
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.
Warning
Blocked — do not merge until cloudfoundry/go-fetcher has been redeployed
code.cloudfoundry.org/config-servershould resolve to=>
github.com/cloudfoundry/config-server-release/tree/main/src/config-serverWhat
Rename the module from
github.com/cloudfoundry/config-server(whose standalone repo is archived) tocode.cloudfoundry.org/config-server, updating all internal import paths and the integrationgexec.Buildtarget. Pure import-path change — no behavioral change.Why
code.cloudfoundry.org/config-serveris the canonical vanity import path. Because the module now lives atsrc/config-serverwithin this repository (below the repo root), resolving that short path requires go-fetcher to emit the optional fourthsubdirfield of thego-importmeta tag, which the go command recognizes as of Go 1.25.Dependencies
Subdirsconfig + emits thego-importsubdir field (the blocker named above).config-serverto this repo (Overrides+Subdirsentry). Must also be merged and deployed forgo get code.cloudfoundry.org/config-serverto resolve.Verification
bin/lint— 0 issuesbin/test-unit— all unit suites passbin/test-integration memory— 33/33 passConsumer notes
src/config-server/vX.Y.Z.