mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-10 06:48:01 -05:00
Bumps [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/charmbracelet/glamour/releases) - [Commits](https://github.com/charmbracelet/glamour/compare/v0.3.0...v0.4.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>
40 lines
1.5 KiB
Modula-2
40 lines
1.5 KiB
Modula-2
module github.com/maaslalani/slides
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.10.0
|
|
github.com/charmbracelet/bubbletea v0.19.3
|
|
github.com/charmbracelet/glamour v0.4.0
|
|
github.com/charmbracelet/lipgloss v0.4.0
|
|
github.com/muesli/termenv v0.9.0
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/atotto/clipboard v0.1.2 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/containerd/console v1.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.17 // indirect
|
|
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/yuin/goldmark v1.4.4 // indirect
|
|
github.com/yuin/goldmark-emoji v1.0.1 // indirect
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
|
|
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|