Renovate
5e7c96930d
All checks were successful
Build and push container image / build (push) Successful in 38s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/zcalusic/sysinfo](https://github.com/zcalusic/sysinfo) | require | patch | `v1.0.1` -> `v1.0.2` | --- ### Release Notes <details> <summary>zcalusic/sysinfo (github.com/zcalusic/sysinfo)</summary> ### [`v1.0.2`](https://github.com/zcalusic/sysinfo/compare/v1.0.1...v1.0.2) [Compare Source](https://github.com/zcalusic/sysinfo/compare/v1.0.1...v1.0.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xLjUiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==--> Reviewed-on: #3 Co-authored-by: Renovate <system@toast-server.net> Co-committed-by: Renovate <system@toast-server.net>
30 lines
1.0 KiB
Modula-2
30 lines
1.0 KiB
Modula-2
module corn-util/bot
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/disgoorg/disgo v0.16.11
|
|
github.com/disgoorg/log v1.2.1
|
|
github.com/disgoorg/snowflake/v2 v2.0.1
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/mackerelio/go-osstat v0.2.4
|
|
github.com/shirou/gopsutil/v3 v3.23.9
|
|
github.com/zcalusic/sysinfo v1.0.2
|
|
)
|
|
|
|
require (
|
|
github.com/disgoorg/json v1.1.0 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
|
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // 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/crypto v0.14.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
)
|