[PR #131] [MERGED] fix: incorrect lipgloss version #9544

Closed
opened 2026-02-16 18:13:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/131
Author: @miles-till
Created: 6/15/2025
Status: Merged
Merged: 6/16/2025
Merged by: @adamdotdevin

Base: devHead: fix/incorrect-lipgloss-version


📝 Commits (1)

  • 64ddd8a fix: incorrect lipgloss version

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 packages/tui/go.mod (+1 -1)
📝 packages/tui/go.sum (+2 -2)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/131 **Author:** [@miles-till](https://github.com/miles-till) **Created:** 6/15/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix/incorrect-lipgloss-version` --- ### 📝 Commits (1) - [`64ddd8a`](https://github.com/anomalyco/opencode/commit/64ddd8adaf983655d17cd0e9030927c0a7c1e979) fix: incorrect lipgloss version ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/go.mod` (+1 -1) 📝 `packages/tui/go.sum` (+2 -2) </details> ### 📄 Description `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` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:44 -05:00
yindo closed this issue 2026-02-16 18:13:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9544