bubbles/go.mod

12 lines
352 B
Modula-2
Raw Normal View History

module github.com/charmbracelet/bubbles
go 1.13
2020-01-30 05:46:03 +03:00
require (
github.com/charmbracelet/bubbletea v0.8.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/muesli/termenv v0.5.3-0.20200526053627-d728968dcf83
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
2020-01-30 05:46:03 +03:00
)