chore: vendor clipboard into go package
This commit is contained in:
13
packages/tui/clipboard/go.mod
Normal file
13
packages/tui/clipboard/go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module golang.design/x/clipboard
|
||||
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
golang.org/x/image v0.28.0
|
||||
golang.org/x/mobile v0.0.0-20250606033058-a2a15c67f36f
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/exp/shiny v0.0.0-20250606033433-dcc06ee1d476 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user