confetty/go.mod

12 lines
313 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/lipgloss v0.4.0
github.com/mattn/go-isatty v0.0.14 // indirect
2021-10-31 18:57:51 +00:00
golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
2021-08-07 01:24:56 +00:00
)