mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 11:09:17 -07:00
* chore: use go 1.16 and gofmt accordingly * chore: also update examples and tuts to go 1.16
8 lines
128 B
Modula-2
8 lines
128 B
Modula-2
module tutorial
|
|
|
|
go 1.16
|
|
|
|
require github.com/charmbracelet/bubbletea v0.21.0
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../
|