-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
37 lines (34 loc) · 1.38 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
module github.com/syleron/pulseha
go 1.22
require (
github.com/google/uuid v1.3.0
github.com/labstack/gommon v0.3.0
github.com/mitchellh/cli v1.0.0
github.com/olekukonko/tablewriter v0.0.4
github.com/sirupsen/logrus v1.4.2
github.com/ssgreg/journalhook v0.0.0-20180529133218-9a0802d16187
github.com/vishvananda/netlink v1.1.0
golang.org/x/sys v0.19.0
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.33.0
)
require (
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/posener/complete v1.1.1 // indirect
github.com/ssgreg/journald v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.0.1 // indirect
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
)