glow/go.mod
Christian Rocha 5c376d623d
Bump Bubble Tea, Bubbles and Lip Gloss and do related updates
This update also removes any usage of the charm/common package
2021-10-22 13:16:49 -04:00

32 lines
1.2 KiB
Modula-2

module github.com/charmbracelet/glow
go 1.16
replace github.com/charmbracelet/charm => ../charm
require (
github.com/charmbracelet/bubbles v0.8.0
github.com/charmbracelet/bubbletea v0.14.0
github.com/charmbracelet/charm v0.0.0-00010101000000-000000000000
github.com/charmbracelet/glamour v0.2.1-0.20210402234443-abe9cda419ba
github.com/charmbracelet/lipgloss v0.2.1
github.com/dgraph-io/badger/v3 v3.2011.1
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/google/uuid v1.1.2
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.12
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.1
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muesli/termenv v0.8.1
github.com/sahilm/fuzzy v0.1.0
github.com/segmentio/ksuid v1.0.3
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
golang.org/x/text v0.3.3
)