mirror of
https://github.com/skoelle/kctl-tui.git
synced 2026-09-17 20:10:24 +00:00
11 lines
209 B
AMPL
11 lines
209 B
AMPL
module github.com/skoelle/kctl-tui
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.20.0
|
|
github.com/charmbracelet/bubbletea v1.1.1
|
|
github.com/charmbracelet/lipgloss v1.0.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|