-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 727 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module system-usage-bot
go 1.25.0
require (
github.com/dustin/go-humanize v1.0.1
github.com/elastic/go-sysinfo v1.15.4
github.com/joho/godotenv v1.5.1
github.com/limesdotpink/minio-disk v0.0.0-20260302060444-3fd2bb2ccd3f
github.com/mattn/go-mastodon v0.0.10
)
require (
github.com/elastic/go-windows v1.0.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/minio/minio v0.0.0-20260212201848-7aac2a2c5b7c // indirect
github.com/ncw/directio v1.0.5 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
golang.org/x/sys v0.32.0 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)