mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
b9f519e1ea
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Commits](https://github.com/charmbracelet/bubbletea/compare/v0.23.0...v0.23.1) --- updated-dependencies: - dependency-name: github.com/charmbracelet/bubbletea dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
856 B
Modula-2
26 lines
856 B
Modula-2
module github.com/charmbracelet/glow
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.14.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
|
|
)
|