mirror of
https://github.com/maaslalani/slides.git
synced 2026-04-23 03:00:33 -04:00
16 lines
388 B
Modula-2
16 lines
388 B
Modula-2
module github.com/maaslalani/slides
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/adrg/frontmatter v0.2.0
|
|
github.com/charmbracelet/bubbles v0.8.0
|
|
github.com/charmbracelet/bubbletea v0.14.0
|
|
github.com/charmbracelet/glamour v0.3.0
|
|
github.com/charmbracelet/lipgloss v0.2.1
|
|
github.com/muesli/termenv v0.8.1
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|