chore(deps): updated cliforge import paths after pkg restructuring#59
Merged
rios0rios0 merged 2 commits intomainfrom Apr 2, 2026
Merged
chore(deps): updated cliforge import paths after pkg restructuring#59rios0rios0 merged 2 commits intomainfrom
rios0rios0 merged 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates DevForge to accommodate a cliforge package restructure by switching to the new import path and aligning with the renamed self-update constructor.
Changes:
- Bumped
github.com/rios0rios0/cliforgetov0.1.1-0.20260402173400-cd7225c728db. - Updated
selfupdateimport path togithub.com/rios0rios0/cliforge/pkg/selfupdate. - Renamed usage from
selfupdate.NewSelfUpdateCommand(...)toselfupdate.NewCommand(...).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
go.mod |
Updates cliforge dependency version to the new pseudo-version commit. |
go.sum |
Refreshes checksums for the updated cliforge version. |
cmd/devforge/main.go |
Switches selfupdate import path and updates constructor call to the new API name. |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
7ddfe9c to
6e924ce
Compare
Co-Authored-By: Claude Opus 4.6 (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.



Summary
cliforge/selfupdatetocliforge/pkg/selfupdateafter the library restructured its packages underpkg/selfupdate.NewSelfUpdateCommandtoselfupdate.NewCommandto match the new APIcd7225c(branchchore/add-boilerplate-files)🚦 Quality checklist
CHANGELOG.md?go test)Test plan
go build ./...compiles successfullygo mod tidyruns cleanlygo test ./...in CI🤖 Generated with Claude Code