mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 11:09:17 -07:00
Add simple tutorial in Markdown
This commit is contained in:
12
tutorials/go.mod
Normal file
12
tutorials/go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module tutorial
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/charmbracelet/bubbletea v0.10.2 // indirect
|
||||
github.com/muesli/termenv v0.6.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
|
||||
golang.org/x/sys v0.0.0-20200722175500-76b94024e4b6 // indirect
|
||||
)
|
||||
|
||||
replace github.com/charmbracelet/bubbletea => ../
|
||||
Reference in New Issue
Block a user