forked from Mirrors/bubbletea
Remove replace declaration in go.mod for examples
This commit is contained in:
parent
5a26d39072
commit
7b645a9910
|
@ -2,8 +2,6 @@ module examples
|
|||
|
||||
go 1.13
|
||||
|
||||
replace github.com/charmbracelet/bubbletea => ../
|
||||
|
||||
require (
|
||||
github.com/charmbracelet/bubbles v0.6.0
|
||||
github.com/charmbracelet/bubbletea v0.10.3
|
||||
|
|
Loading…
Reference in New Issue