mirror of
https://github.com/aykhans/sarin.git
synced 2026-08-28 02:54:32 +00:00
Bumps [charm.land/bubbles/v2](https://github.com/charmbracelet/bubbles) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/charmbracelet/bubbles/releases) - [Commits](https://github.com/charmbracelet/bubbles/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: charm.land/bubbles/v2 dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
54 lines
2.2 KiB
AMPL
54 lines
2.2 KiB
AMPL
module go.aykhans.me/sarin
|
|
|
|
go 1.26.5
|
|
|
|
require (
|
|
charm.land/bubbles/v2 v2.2.0
|
|
charm.land/bubbletea/v2 v2.0.9
|
|
charm.land/glamour/v2 v2.0.1
|
|
charm.land/lipgloss/v2 v2.0.6
|
|
github.com/brianvoe/gofakeit/v7 v7.16.0
|
|
github.com/charmbracelet/x/term v0.2.2
|
|
github.com/dop251/goja v0.0.0-20260806115107-493f22071ef6
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/valyala/fasthttp v1.73.0
|
|
github.com/yuin/gopher-lua v1.1.2
|
|
go.aykhans.me/utils v1.0.7
|
|
go.yaml.in/yaml/v4 v4.0.0-rc.6
|
|
golang.org/x/net v0.58.0
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.27.0 // indirect
|
|
github.com/andybalholm/brotli v1.2.2 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/charmbracelet/colorprofile v0.4.3 // indirect
|
|
github.com/charmbracelet/harmonica v0.2.0 // indirect
|
|
github.com/charmbracelet/ultraviolet v0.0.0-20260811164956-006e29f97886 // indirect
|
|
github.com/charmbracelet/x/ansi v0.11.8 // indirect
|
|
github.com/charmbracelet/x/exp/slice v0.0.0-20260816001655-68d539dca504 // indirect
|
|
github.com/charmbracelet/x/termios v0.1.1 // indirect
|
|
github.com/charmbracelet/x/windows v0.2.2 // indirect
|
|
github.com/clipperhouse/displaywidth v0.11.0 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dlclark/regexp2/v2 v2.7.1 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20260802141513-ef3492d7dac3 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/klauspost/compress v1.19.2 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.4.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.27 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/xo/terminfo v1.0.0 // indirect
|
|
github.com/yuin/goldmark v1.8.5 // indirect
|
|
github.com/yuin/goldmark-emoji v1.0.6 // indirect
|
|
golang.org/x/sync v0.22.0 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/text v0.41.0 // indirect
|
|
)
|