confetty/go.mod

11 lines
241 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
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
)