Bumps [github.com/charmbracelet/x/exp/ordered](https://github.com/charmbracelet/x) from 0.0.0-20240229115032-4b79243a3516 to 0.1.0. - [Release notes](https://github.com/charmbracelet/x/releases) - [Commits](https://github.com/charmbracelet/x/commits/v0.1.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/x/exp/ordered dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
46 lines
1.6 KiB
Modula-2
46 lines
1.6 KiB
Modula-2
module github.com/charmbracelet/pop
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.7
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.18.0
|
|
github.com/charmbracelet/bubbletea v0.25.0
|
|
github.com/charmbracelet/lipgloss v0.10.0
|
|
github.com/charmbracelet/x/exp/ordered v0.1.0
|
|
github.com/muesli/mango-cobra v1.2.0
|
|
github.com/muesli/roff v0.1.0
|
|
github.com/resendlabs/resend-go v1.7.0
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/xhit/go-simple-mail/v2 v2.16.0
|
|
github.com/yuin/goldmark v1.7.1
|
|
)
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/containerd/console v1.0.4 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-test/deep v1.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/mango v0.2.0 // indirect
|
|
github.com/muesli/mango-pflag v0.1.0 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/sahilm/fuzzy v0.1.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/toorop/go-dkim v0.0.0-20240103092955-90b7d1423f92 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/term v0.17.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|