-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
50 lines (47 loc) · 1.85 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/act3-ai/hops
go 1.23
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/Netflix/go-env v0.1.2
github.com/adrg/xdg v0.5.2
github.com/bmatcuk/doublestar/v4 v4.7.1
github.com/charmbracelet/lipgloss v1.0.0
github.com/charmbracelet/log v0.4.0
github.com/dustin/go-humanize v1.0.1
github.com/elastic/go-sysinfo v1.15.0
github.com/evanphx/json-patch/v5 v5.9.0
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.2
github.com/opencontainers/image-spec v1.1.0
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/cobra v1.8.1
github.com/xlab/treeprint v1.2.0
gitlab.com/act3-ai/asce/go-common v0.0.0-20241029154155-9c72db206a1a
golang.org/x/mod v0.22.0
golang.org/x/term v0.26.0
gopkg.in/yaml.v3 v3.0.1
oras.land/oras-go/v2 v2.5.0
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/x/ansi v0.4.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/elastic/go-windows v1.0.2 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8 // indirect
github.com/iancoleman/strcase v0.3.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-runewidth v0.0.16 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.27.0 // indirect
howett.net/plist v1.0.1 // indirect
)