Conversation
Update livetemplate dependency from pseudo-version to the tagged v0.8.4 release. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the examples module to use the tagged github.com/livetemplate/livetemplate v0.8.4 release instead of a pseudo-version, aligning dependency management with a stable upstream version.
Changes:
- Bump
github.com/livetemplate/livetemplatefrom a pseudo-version tov0.8.4ingo.mod. - Update
go.sumto reflect the newlivetemplateversion checksums and tidy-related checksum adjustments.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Switches livetemplate to v0.8.4 and updates indirect requirements list. |
| go.sum | Replaces pseudo-version checksums with v0.8.4 and removes an obsolete checksum entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 // indirect | ||
| github.com/go-ole/go-ole v1.3.0 // indirect | ||
| github.com/go-playground/locales v0.14.1 // indirect | ||
| github.com/go-playground/universal-translator v0.18.1 // indirect |
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
github.com/livetemplate/livetemplatefrom pseudo-version tov0.8.4Test plan
go mod tidysucceedsGOWORK=off go test ./...passes (todos-components E2E flake is pre-existing on main)grep livetemplate go.modshowsv0.8.4(no pseudo-versions)🤖 Generated with Claude Code