go mod tidy

This commit is contained in:
Christian Muehlhaeuser
2020-08-22 12:33:48 +02:00
parent fdd1007b27
commit 82e641ef63
4 changed files with 10 additions and 32 deletions

View File

@@ -2,11 +2,6 @@ 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
)
require github.com/charmbracelet/bubbletea v0.10.2
replace github.com/charmbracelet/bubbletea => ../