-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 765 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 765 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
module github.com/whawty/libvirt-usb-hotplugd
go 1.25.0
require (
github.com/Emposat/usb v0.0.0-20220619103411-96ba11ee54be
github.com/antchfx/xmlquery v1.5.1
github.com/digitalocean/go-libvirt v0.0.0-20260217163227-273eaa321819
golang.org/x/sys v0.42.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/antchfx/xpath v1.3.6 // indirect
github.com/apex/log v1.9.0 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/text v0.35.0 // indirect
)