mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
fix(tui): panic when reading/writing clipboard on linux
This commit is contained in:
parent
969154a473
commit
aacadd8a8a
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ require (
|
|||
|
||||
replace github.com/sst/opencode-sdk-go => ./sdk
|
||||
|
||||
replace golang.design/x/clipboard v0.7.1 => github.com/sst/clipboard v0.0.0-20250708194754-36e9fc12a4e8
|
||||
replace golang.design/x/clipboard v0.7.1 => github.com/sst/clipboard v0.0.0-20250708232830-b7ebc01e2ffe
|
||||
|
||||
require golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue