chore(deps): add core dependencies (konsoru, ftp) #120
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/pget!120
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/add-core-dependencies"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add konsoru (progress bar) and ftp (FTP client) as module dependencies. Update CI Go version to 1.26 (required by ftp v0.2.1).
Why
Foundation for Phase 2+3 implementations: FTP downloads via
github.com/jlaffaye/ftp, progress bars viagit.lan.thwap.org/thwap/konsoru/bar.Testing
go mod tidyresolves all imports cleanlygo vet ./...passesgo build ./...passesgolangci-lint run ./...passesBreaking Changes
None
Notes
Go directive updated from 1.25.8 → 1.26 due to
github.com/jlaffaye/ftp@v0.2.1requirement.Closes #0010
Closes #0011
Closes #0012
Closes #0013
Review: APPROVED
Verification
go vet ./...— ✅ passesgo build ./...— ✅ passesgo mod tidy— ✅ passesgolangci-lint v2.12.0 ./...— ✅ 0 issuesChanges
git.lan.thwap.org/thwap/konsoru v1.0.0andgithub.com/jlaffaye/ftp v0.2.11.25.8→1.26.gitignoreforpgetbinarySuggestions (non-blocking)
release.yml:35:./cmd/9biffshould be./cmd/pgetCloses #0010, #0011, #0012, #0013 on merge.