[PR #151] [CLOSED] fix: checksum error with lipgloss #9551

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/151
Author: @gjtiquia
Created: 6/16/2025
Status: Closed

Base: devHead: fix/checksum-error-with-lipgloss


📝 Commits (1)

  • b81585d fix: checksum error with lipgloss

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

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

📄 Description

bun run src/index.ts gave me these errors

go: downloading github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.1
go: downloading github.com/alecthomas/chroma/v2 v2.18.0
go: downloading golang.org/x/sys v0.32.0
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/BurntSushi/toml v1.5.0
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/atotto/clipboard v0.1.4
verifying github.com/charmbracelet/lipgloss/v2@v2.0.0-beta.1: checksum mismatch
	downloaded: h1:D9AJJuYTN5pvz6mpIGO1ijLKpfTYSHOtKGgwoTQ4Gog=
	go.sum:     h1:kU4FK3BrF9yfW4P1tT1+Ag9KVckKhkUuLTwj//7SzaA=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

updated the go.sum

related to https://github.com/sst/opencode/pull/131


🔄 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/151 **Author:** [@gjtiquia](https://github.com/gjtiquia) **Created:** 6/16/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/checksum-error-with-lipgloss` --- ### 📝 Commits (1) - [`b81585d`](https://github.com/anomalyco/opencode/commit/b81585d7ab650ba217038754ac6d04a7fafaf692) fix: checksum error with lipgloss ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/go.sum` (+1 -1) </details> ### 📄 Description `bun run src/index.ts` gave me these errors ``` go: downloading github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.1 go: downloading github.com/alecthomas/chroma/v2 v2.18.0 go: downloading golang.org/x/sys v0.32.0 go: downloading github.com/lucasb-eyer/go-colorful v1.2.0 go: downloading github.com/BurntSushi/toml v1.5.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading github.com/atotto/clipboard v0.1.4 verifying github.com/charmbracelet/lipgloss/v2@v2.0.0-beta.1: checksum mismatch downloaded: h1:D9AJJuYTN5pvz6mpIGO1ijLKpfTYSHOtKGgwoTQ4Gog= go.sum: h1:kU4FK3BrF9yfW4P1tT1+Ag9KVckKhkUuLTwj//7SzaA= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt. ``` updated the `go.sum` related to https://github.com/sst/opencode/pull/131 --- <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:45 -05:00
yindo closed this issue 2026-02-16 18:13:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9551