This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
Corn-Utility/go.mod

38 lines
1.4 KiB
Modula-2
Raw Normal View History

module corn-util/bot
go 1.21.4
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.10
github.com/zcalusic/sysinfo v1.0.2
golang.org/x/oauth2 v0.14.0
2023-10-23 03:36:40 -04:00
gopkg.in/Iwark/spreadsheet.v2 v2.0.0-20230915040305-7677e8164883
)
require (
cloud.google.com/go/compute v1.23.3 // indirect
2023-10-23 03:36:40 -04:00
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
2023-10-23 03:36:40 -04:00
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/gorilla/websocket v1.5.1 // 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.15.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
2023-10-23 08:12:00 -04:00
google.golang.org/appengine v1.6.8 // indirect
2023-10-23 03:36:40 -04:00
google.golang.org/protobuf v1.31.0 // indirect
)