Renovate
4ae2491c19
Some checks failed
Build and push container image / build (push) Has been cancelled
Co-authored-by: Renovate <system@toast-server.net> Co-committed-by: Renovate <system@toast-server.net>
37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module corn-util/bot
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/disgoorg/disgo v0.17.2
|
|
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.24.2
|
|
github.com/zcalusic/sysinfo v1.0.2
|
|
golang.org/x/oauth2 v0.17.0
|
|
gopkg.in/Iwark/spreadsheet.v2 v2.0.0-20230915040305-7677e8164883
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.24.0 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
github.com/disgoorg/json v1.1.0 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240219145905-2259734c190a // indirect
|
|
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // 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/crypto v0.20.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
)
|