-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 812 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 812 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
25
module github.com/minor-industries/vmsetup
go 1.25.4
require (
github.com/diskfs/go-diskfs v1.7.0
github.com/go-resty/resty/v2 v2.17.1
github.com/goccy/go-yaml v1.19.2
github.com/jessevdk/go-flags v1.6.1
github.com/pkg/errors v0.9.1
)
require (
github.com/anchore/go-lzo v0.1.0 // indirect
github.com/djherbis/times v1.6.0 // indirect
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/pkg/xattr v0.4.9 // indirect
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)