forked from RedHatInsights/rhc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 737 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 737 Bytes
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
module github.com/redhatinsights/rhc
go 1.24.0
require (
github.com/BurntSushi/toml v1.5.0
github.com/briandowns/spinner v1.23.2
github.com/coreos/go-systemd/v22 v22.6.0
github.com/godbus/dbus/v5 v5.2.0
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/urfave/cli/v2 v2.27.7
golang.org/x/sys v0.40.0
golang.org/x/term v0.39.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)