mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-25 07:04:37 +03:00
14 lines
430 B
Modula-2
14 lines
430 B
Modula-2
module github.com/charmbracelet/bubbles
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbletea v0.9.1-0.20200713153904-2f53eeb54b90
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/muesli/termenv v0.5.3-0.20200625163851-04b5c30e4c04
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
)
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../bubbletea
|