Remove replace declaration in go.mod for examples

This commit is contained in:
Christian Muehlhaeuser 2020-10-13 04:18:07 +02:00
parent 5a26d39072
commit 7b645a9910
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ module examples
go 1.13 go 1.13
replace github.com/charmbracelet/bubbletea => ../
require ( require (
github.com/charmbracelet/bubbles v0.6.0 github.com/charmbracelet/bubbles v0.6.0
github.com/charmbracelet/bubbletea v0.10.3 github.com/charmbracelet/bubbletea v0.10.3