2019-12-20 21:47:47 +00:00
|
|
|
module github.com/charmbracelet/glow
|
2019-12-19 00:01:45 +00:00
|
|
|
|
2021-05-24 19:45:47 +00:00
|
|
|
go 1.16
|
|
|
|
|
2019-12-19 00:01:45 +00:00
|
|
|
require (
|
2022-09-22 20:42:38 +00:00
|
|
|
github.com/aymanbagabas/go-osc52 v1.0.3
|
2022-05-27 00:53:16 +00:00
|
|
|
github.com/charmbracelet/bubbles v0.10.3
|
|
|
|
github.com/charmbracelet/bubbletea v0.20.0
|
2021-12-10 20:05:55 +00:00
|
|
|
github.com/charmbracelet/charm v0.9.1
|
2021-04-08 14:31:00 +00:00
|
|
|
github.com/charmbracelet/glamour v0.2.1-0.20210402234443-abe9cda419ba
|
2022-02-14 21:31:45 +00:00
|
|
|
github.com/charmbracelet/lipgloss v0.5.0
|
2021-06-14 20:52:00 +00:00
|
|
|
github.com/dgraph-io/badger/v3 v3.2011.1
|
2020-05-19 00:45:13 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2021-06-14 20:52:00 +00:00
|
|
|
github.com/google/uuid v1.1.2
|
2021-09-17 16:54:56 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.13
|
2021-03-11 15:33:53 +00:00
|
|
|
github.com/meowgorithm/babyenv v1.3.1
|
2020-12-16 15:23:58 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-03-01 10:44:38 +00:00
|
|
|
github.com/muesli/gitcha v0.2.0
|
2020-10-23 04:24:03 +00:00
|
|
|
github.com/muesli/go-app-paths v0.2.1
|
2021-09-17 16:54:56 +00:00
|
|
|
github.com/muesli/reflow v0.3.0
|
2022-05-27 00:53:16 +00:00
|
|
|
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739
|
2020-11-16 20:25:23 +00:00
|
|
|
github.com/sahilm/fuzzy v0.1.0
|
2020-12-10 01:12:01 +00:00
|
|
|
github.com/segmentio/ksuid v1.0.3
|
2022-05-26 19:35:24 +00:00
|
|
|
github.com/spf13/cobra v1.4.0
|
|
|
|
github.com/spf13/viper v1.4.0
|
2021-09-17 16:54:56 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
2021-06-14 20:52:00 +00:00
|
|
|
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
|
2021-05-24 19:45:47 +00:00
|
|
|
golang.org/x/text v0.3.3
|
2019-12-19 00:01:45 +00:00
|
|
|
)
|