-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathgo.mod
28 lines (24 loc) · 940 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/tristanisham/zvm
go 1.23
require (
github.com/charmbracelet/lipgloss v1.0.0
github.com/charmbracelet/log v0.4.0
github.com/schollz/progressbar/v3 v3.18.0
github.com/tristanisham/clr v0.0.0-20221004001624-00ee60046d85
golang.org/x/mod v0.22.0
golang.org/x/sys v0.29.0
)
require github.com/charmbracelet/x/ansi v0.7.0 // indirect
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/go-logfmt/logfmt v0.6.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-runewidth v0.0.16 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/urfave/cli/v3 v3.0.0-beta1
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/term v0.28.0 // indirect
)