-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
module github.com/emgag/greeter | ||
|
||
require ( | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b | ||
github.com/logrusorgru/aurora/v3 v3.0.0 | ||
github.com/lufia/plan9stats v0.0.0-20220517141722-cf486979b281 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect | ||
github.com/shirou/gopsutil/v3 v3.22.6 | ||
github.com/tklauser/numcpus v0.5.0 // indirect | ||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect | ||
github.com/shirou/gopsutil/v3 v3.24.2 | ||
) | ||
|
||
go 1.16 | ||
require ( | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // 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.13 // indirect | ||
github.com/tklauser/numcpus v0.7.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
) | ||
|
||
go 1.22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters