mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
6543979ed1
This update fixes performance scrolling by way of the latest Bubbles release: v0.15.0.
27 lines
892 B
Modula-2
27 lines
892 B
Modula-2
module github.com/charmbracelet/glow
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/charmbracelet/bubbles v0.15.0
|
|
github.com/charmbracelet/bubbletea v0.23.1
|
|
github.com/charmbracelet/charm v0.8.6
|
|
github.com/charmbracelet/glamour v0.6.0
|
|
github.com/charmbracelet/lipgloss v0.6.0
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
|
github.com/mattn/go-runewidth v0.0.14
|
|
github.com/meowgorithm/babyenv v1.3.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/muesli/gitcha v0.2.0
|
|
github.com/muesli/go-app-paths v0.2.2
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.13.0
|
|
github.com/sahilm/fuzzy v0.1.0
|
|
github.com/segmentio/ksuid v1.0.4
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/viper v1.14.0
|
|
golang.org/x/sys v0.0.0-20220908164124-27713097b956
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/text v0.6.0
|
|
)
|