fix: Go version downgraded to 1.22.3
module linkfog.com/public | ||
go 1.23.2 | ||
go 1.22.3 | ||
require golang.org/x/sys v0.26.0 | ||
require ( | ||
github.com/shirou/gopsutil v3.21.11+incompatible | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/sys v0.27.0 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c | ||
) | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/kr/pretty v0.2.1 // indirect | ||
github.com/kr/text v0.1.0 // indirect | ||
github.com/shirou/gopsutil v3.21.11+incompatible // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/tklauser/go-sysconf v0.3.14 // indirect | ||
github.com/tklauser/numcpus v0.8.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Please register or sign in to comment