-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
28 lines (24 loc) · 831 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/dunstorm/pm2-go
go 1.22.4
toolchain go1.22.5
require (
github.com/aptible/supercronic v0.2.30
github.com/fatih/color v1.17.0
github.com/jedib0t/go-pretty/v6 v6.5.9
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.1
google.golang.org/grpc v1.66.0
google.golang.org/protobuf v1.34.2
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // 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/rivo/uniseg v0.4.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect
)