bubbletea/tutorials/go.mod

8 lines
128 B
Modula-2
Raw Normal View History

2020-07-23 17:30:25 -04:00
module tutorial
go 1.14
2020-08-22 06:33:48 -04:00
require github.com/charmbracelet/bubbletea v0.10.2
2020-07-23 17:30:25 -04:00
replace github.com/charmbracelet/bubbletea => ../