24 lines
667 B
Modula-2
24 lines
667 B
Modula-2
module git.aliberksandikci.com.tr/Liderahenk/ahenk-go
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/sevlyar/go-daemon v0.1.6
|
|
github.com/zcalusic/sysinfo v1.0.1
|
|
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
|
|
golang.org/x/text v0.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/stretchr/testify v1.8.4 // 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
|
|
)
|
|
|
|
require (
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
|
github.com/shirou/gopsutil v3.21.11+incompatible // direct
|
|
golang.org/x/sys v0.11.0 // direct
|
|
)
|