confetty/go.mod

14 lines
436 B
Modula-2
Raw Normal View History

2021-08-07 01:24:56 +00:00
module github.com/maaslalani/confetty
go 1.16
require (
2021-11-03 01:30:15 +00:00
github.com/charmbracelet/bubbletea v0.19.0
github.com/charmbracelet/harmonica v0.1.1-0.20211027165653-ff7be1c0cd31
github.com/charmbracelet/lipgloss v0.4.0
github.com/containerd/console v1.0.3 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
2021-08-07 01:24:56 +00:00
)