-
Notifications
You must be signed in to change notification settings - Fork 28
/
go.mod
35 lines (31 loc) · 1.16 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
module v.io
go 1.20
require (
github.com/davecgh/go-spew v1.1.1
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/shirou/gopsutil/v3 v3.24.5
github.com/vanadium/go-mdns-sd v0.0.0-20230219002252-724533cf06f5
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
golang.org/x/crypto v0.28.0
golang.org/x/mod v0.21.0
golang.org/x/net v0.30.0
golang.org/x/sync v0.8.0
golang.org/x/term v0.25.0
golang.org/x/text v0.19.0
v.io/x/lib v0.1.21
v.io/x/ref/internal/logger v0.1.1
v.io/x/ref/lib/flags/sitedefaults v0.1.1
v.io/x/ref/test/compatibility/modules/simple v0.0.0-20241008160444-382bdd5cd7b5
)
require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.9.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.26.0 // indirect
)
replace github.com/youmark/pkcs8 => github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a