forked from runtipi/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (35 loc) · 1.4 KB
/
go.mod
File metadata and controls
38 lines (35 loc) · 1.4 KB
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
module github.com/runtipi/cli
go 1.24.1
require (
github.com/Delta456/box-cli-maker/v2 v2.3.0
github.com/Masterminds/semver/v3 v3.4.0
github.com/briandowns/spinner v1.23.2
github.com/fatih/color v1.18.0
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/olekukonko/tablewriter v1.0.9
github.com/rabbitmq/amqp091-go v1.10.0
github.com/shirou/gopsutil/v3 v3.24.5
github.com/spf13/cobra v1.10.1
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gookit/color v1.5.2 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/olekukonko/errors v1.1.0 // indirect
github.com/olekukonko/ll v0.0.9 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.1.0 // indirect
)