confetty/go.mod
Maas Lalani 7a252dff8d
fireworks 🎆
2021-08-07 17:46:04 -04:00

12 lines
272 B
Modula-2

module github.com/maaslalani/confetty
go 1.16
require (
github.com/charmbracelet/bubbles v0.8.0
github.com/charmbracelet/bubbletea v0.14.1
github.com/charmbracelet/lipgloss v0.3.0
github.com/spf13/cobra v1.2.1
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
)