Files
bubbletea/examples/go.mod
dependabot[bot] 8ddf2a308f chore(deps): bump github.com/charmbracelet/lipgloss in /examples
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](https://github.com/charmbracelet/lipgloss/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 12:42:23 -04:00

18 lines
526 B
Modula-2

module examples
go 1.13
require (
github.com/charmbracelet/bubbles v0.13.1-0.20220815142520-649f78e1fd8b
github.com/charmbracelet/bubbletea v0.22.0
github.com/charmbracelet/glamour v0.5.0
github.com/charmbracelet/lipgloss v0.6.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.16
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.12.1-0.20220615005108-4e9068de9898
)
replace github.com/charmbracelet/bubbletea => ../