Fix doc comments and remove magic number

This commit is contained in:
Christian Rocha
2020-11-18 18:38:34 -05:00
committed by Christian Rocha
parent f48e53556a
commit 79ca4d09d1
5 changed files with 11 additions and 5 deletions

View File

@@ -5,6 +5,6 @@ replace github.com/charmbracelet/bubbles => ../../
go 1.15
require (
github.com/charmbracelet/bubbles v0.0.0-00010101000000-000000000000 // indirect
github.com/muesli/reflow v0.2.0 // indirect
github.com/charmbracelet/bubbles v0.0.0-00010101000000-000000000000
github.com/charmbracelet/bubbletea v0.12.2
)

View File

@@ -15,6 +15,7 @@ github.com/muesli/reflow v0.2.0/go.mod h1:qT22vjVmM9MIUeLgsVYe/Ye7eZlbv9dZjL3dVh
github.com/muesli/termenv v0.7.2/go.mod h1:ct2L5N2lmix82RaY3bMWwVu/jUFc9Ule0KGDCiKYPh8=
github.com/muesli/termenv v0.7.4 h1:/pBqvU5CpkY53tU0vVn+xgs2ZTX63aH5nY+SSps5Xa8=
github.com/muesli/termenv v0.7.4/go.mod h1:pZ7qY9l3F7e5xsAOS0zCew2tME+p7bWeBkotCEcIIcc=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=