-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (23 loc) · 943 Bytes
/
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
module gentoo-installer
go 1.20
require (
github.com/AspieSoft/go-regex-re2/v2 v2.2.0
github.com/AspieSoft/goutil/bash v0.0.0-20231106013610-38871d670a55
github.com/AspieSoft/goutil/cputemp v0.0.0-20231106013610-38871d670a55
github.com/AspieSoft/goutil/fs/v2 v2.0.0-20231106013610-38871d670a55
github.com/AspieSoft/goutil/v7 v7.4.7
)
require (
github.com/alphadose/haxmap v1.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shirou/gopsutil v2.21.11+incompatible // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/sys v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)