glow/go.mod
Christian Rocha 97d11c0065 Bump bubbles for fix where scroll wheel would render extra lines
In particular, the extra lines would be on the top and bottom of the
pager depending on the size of the terminal window.
2020-10-05 13:51:30 +02:00

20 lines
822 B
Modula-2

module github.com/charmbracelet/glow
go 1.13
require (
github.com/charmbracelet/bubbles v0.4.1-0.20200720214615-5357dd61bdfc
github.com/charmbracelet/bubbletea v0.10.1-0.20200720155027-2ee871862a49
github.com/charmbracelet/charm v0.5.2
github.com/charmbracelet/glamour v0.1.1-0.20200521150359-e859bb067c06
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/mattn/go-runewidth v0.0.9
github.com/meowgorithm/babyenv v1.2.1
github.com/muesli/gitcha v0.0.0-20200720155539-ccc362df0fe6
github.com/muesli/reflow v0.1.1-0.20200715144030-a312cb5b2d8d
github.com/muesli/termenv v0.6.0
github.com/spf13/cobra v0.0.7
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
)