Skip to content

fix: incorrect lipgloss version#131

Merged
adamdotdevin merged 1 commit into
anomalyco:devfrom
miles-till:fix/incorrect-lipgloss-version
Jun 16, 2025
Merged

fix: incorrect lipgloss version#131
adamdotdevin merged 1 commit into
anomalyco:devfrom
miles-till:fix/incorrect-lipgloss-version

Conversation

@miles-till

Copy link
Copy Markdown
Contributor

bun run src/index.ts was giving me the following error:

go: downloading github.com/charmbracelet/lipgloss/v2 v2.0.0-beta1
../../internal/theme/ayu.go:4:2: reading github.com/charmbracelet/lipgloss/go.mod at revision v2.0.0-beta1: unknown revision v2.0.0-beta1
../../internal/theme/ayu.go:5:2: reading github.com/charmbracelet/lipgloss/go.mod at revision v2.0.0-beta1: unknown revision v2.0.0-beta1

Updating lipgloss version fixed: v2.0.0-beta1 -> v2.0.0-beta.1

@adamdotdevin adamdotdevin merged commit 0d23f2a into anomalyco:dev Jun 16, 2025
achembarpu pushed a commit to achembarpu/opencode that referenced this pull request Aug 4, 2025
@github-actions github-actions Bot mentioned this pull request Oct 11, 2025
randomm referenced this pull request in randomm/opencode Jan 9, 2026
…brary-aware reviews (#131)

Co-authored-by: Janni Turunen <janni@Jannis-MacBook-Air.local>
xywsxp pushed a commit to xywsxp/opencode that referenced this pull request Apr 24, 2026

@charlesbot2 charlesbot2 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Summary

This is a straightforward one-character fix: v2.0.0-beta1v2.0.0-beta.1 in packages/tui/go.mod, with matching go.sum hash updates.

The upstream repo tags the release as v2.0.0-beta.1 (with a dot), so the old version string caused go build to fail with "unknown revision." The go.sum entries are correctly updated to the hashes for that tag.

No other files are touched. LGTM.

AIALRA-0 pushed a commit to AIALRA-0/opencode-turn-engine that referenced this pull request Jun 10, 2026
avion23 pushed a commit to avion23/opencode that referenced this pull request Jun 10, 2026
arvsrn added a commit to arvsrn/opencode that referenced this pull request Jun 15, 2026
@arvsrn arvsrn mentioned this pull request Jun 15, 2026
6 tasks
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.

3 participants