-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (41 loc) · 1.46 KB
/
go.mod
File metadata and controls
46 lines (41 loc) · 1.46 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
39
40
41
42
43
44
45
46
module github.com/0xef53/kvmrun
go 1.24.0
toolchain go1.24.2
require (
github.com/0xef53/go-qmp/v2 v2.0.4
github.com/0xef53/go-tuntap v1.0.0
github.com/coreos/go-systemd/v22 v22.0.0
github.com/golang/protobuf v1.5.4
github.com/gosuri/uiprogress v0.0.1
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.3.0
github.com/vishvananda/netlink v1.1.0
golang.org/x/sync v0.15.0
golang.org/x/sys v0.37.0
google.golang.org/grpc v1.74.2
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
)
require (
github.com/0xef53/go-grpc v0.0.0-20250804122917-f0d76f635ad5
github.com/0xef53/go-task v1.0.0
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/godbus/dbus/v5 v5.0.3 // indirect
github.com/google/uuid v1.6.0
github.com/gosuri/uilive v0.0.4 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/urfave/cli/v3 v3.4.1
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/text v0.26.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/protobuf v1.36.6
gopkg.in/warnings.v0 v0.1.2 // indirect
)