mirror of
https://github.com/maaslalani/confetty.git
synced 2024-11-14 11:46:43 +00:00
11 lines
241 B
Modula-2
11 lines
241 B
Modula-2
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
|
|
)
|