diff options
| author | tjp <tjp@ctrl-c.club> | 2024-03-31 09:31:10 -0500 |
|---|---|---|
| committer | tjp <tjp@ctrl-c.club> | 2024-03-31 09:31:10 -0500 |
| commit | 3449bf236d447699d5adb571822d228a035d9f68 (patch) | |
| tree | a5a16e518f468f467ae7927d7affbaece1a3a828 /go.mod | |
| parent | b787ef92df3f859b033aa8cded6b1f6dbc7c2be0 (diff) | |
go mod tidy
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,15 +4,16 @@ go 1.21.0 require ( github.com/BurntSushi/toml v1.3.2 + github.com/charmbracelet/bubbles v0.17.1 + github.com/charmbracelet/bubbletea v0.25.0 + github.com/charmbracelet/lipgloss v0.9.1 github.com/chzyer/readline v1.5.1 tildegit.org/tjp/sliderule v1.6.2-0.20240115025310-751f423f11bf ) require ( + github.com/atotto/clipboard v0.1.4 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect - github.com/charmbracelet/bubbles v0.17.1 // indirect - github.com/charmbracelet/bubbletea v0.25.0 // indirect - github.com/charmbracelet/lipgloss v0.9.1 // indirect github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect github.com/go-kit/log v0.2.1 // indirect github.com/go-logfmt/logfmt v0.5.1 // indirect |
