cloudfoundry / cloudfoundry/bosh-bootloader
bump mholt/archiver dependency
Open
Nobody has claimed this yet.
unscheduled
- Dominant language
- Go
- Stars
- 181
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
bump mholt/archiver to v4
https://github.com/cloudfoundry/bosh-bootloader/blob/main/backends/backend.go#L79
as this old dependency is not compatible with new go dependencies as its missing a go.sum
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at backends/backend.go line 79 and inspect the repository's Go dependency metadata to see how mholt/archiver is currently referenced. Update the dependency to v4, ensure dependency resolution includes the required sum data, and run the available Go tests or checks to confirm the bootloader still builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100