30 lines
968 B
Modula-2
30 lines
968 B
Modula-2
module github.com/landaiqing/freezelib
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.19.0
|
|
github.com/beevik/etree v1.5.1
|
|
github.com/charmbracelet/lipgloss v1.1.0
|
|
github.com/charmbracelet/x/ansi v0.9.3
|
|
github.com/charmbracelet/x/cellbuf v0.0.13
|
|
github.com/kanrichan/resvg-go v0.0.2-0.20231001163256-63db194ca9f5
|
|
github.com/mattn/go-runewidth v0.0.16
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/colorprofile v0.3.1 // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/tetratelabs/wazero v1.9.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
)
|