-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
41 lines (38 loc) · 1.62 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
38
39
40
41
module github.com/u-root/sidecore
go 1.20
require (
github.com/go-git/go-billy/v5 v5.5.0
github.com/google/uuid v1.5.0
github.com/hugelgupf/p9 v0.2.1-0.20230814004337-e6037077d6dc
github.com/kevinburke/ssh_config v1.2.0
github.com/u-root/cpu v0.0.0-20231225082904-4284bb8377cf
github.com/u-root/u-root v0.11.1-0.20230913033713-004977728a9d
github.com/willscott/go-nfs v0.0.2-0.20231226124434-269dbac4154c
golang.org/x/crypto v0.17.0
golang.org/x/sys v0.15.0
)
require (
github.com/brutella/dnssd v1.2.9 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/mdlayher/vsock v1.2.1 // indirect
github.com/miekg/dns v1.1.55 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/rasky/go-xdr v0.0.0-20170124162913-1a41d1a06c93 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 // indirect
github.com/willscott/go-nfs-client v0.0.0-20200605172546-271fa9065b33 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/exp v0.0.0-20230810033253-352e893a4cad // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/tools v0.12.0 // indirect
)