mirror of
https://github.com/maaslalani/confetty.git
synced 2024-11-14 03:37:32 +00:00
16 lines
512 B
Modula-2
16 lines
512 B
Modula-2
module github.com/maaslalani/confetty
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbletea v0.17.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
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/spf13/cobra v1.2.1
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
)
|