mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 11:09:17 -07:00
Bumps [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/charmbracelet/glamour/releases) - [Commits](https://github.com/charmbracelet/glamour/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/glamour dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
465 B
Modula-2
18 lines
465 B
Modula-2
module examples
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.10.2
|
|
github.com/charmbracelet/bubbletea v0.19.3
|
|
github.com/charmbracelet/glamour v0.5.0
|
|
github.com/charmbracelet/lipgloss v0.4.0
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.9.0
|
|
)
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../
|