-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 943 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 943 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
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
)