confetty/go.mod

12 lines
272 B
Modula-2
Raw Normal View History

2021-08-07 01:24:56 +00:00
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
2021-08-07 21:45:59 +00:00
github.com/spf13/cobra v1.2.1
2021-08-07 01:24:56 +00:00
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
)