Remove replace directive for bubbletea in go.mod

This commit is contained in:
Christian Rocha 2020-10-12 22:15:02 -04:00
parent 0d7b3ed8e8
commit eff931bdea
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018

2
go.mod
View File

@ -9,5 +9,3 @@ require (
github.com/muesli/termenv v0.7.2 github.com/muesli/termenv v0.7.2
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
) )
replace github.com/charmbracelet/bubbletea => ../bubbletea