mirror of
https://github.com/agresdominik/cheat_sheet.git
synced 2026-07-22 16:30:59 +00:00
fix to go to clipboard, release workflow
This commit is contained in:
@@ -3,13 +3,13 @@ module github.com/dominikagres/cheat_sheet
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
github.com/atotto/clipboard v0.1.4
|
||||
github.com/charmbracelet/bubbles v0.21.0
|
||||
github.com/charmbracelet/bubbletea v1.3.10
|
||||
github.com/charmbracelet/lipgloss v1.1.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/atotto/clipboard v0.1.4 // indirect
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
|
||||
github.com/charmbracelet/x/ansi v0.10.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user