mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(go): implement cpu quota detection (#1251)
* feat(go): implement quota detection * go get go mod tidy --------- Co-authored-by: soup <soup@r4tio.dev>
This commit is contained in:
parent
0b7d9b5976
commit
fc63d46e71
3 changed files with 5 additions and 0 deletions
1
go.mod
1
go.mod
|
@ -37,6 +37,7 @@ require (
|
|||
github.com/spf13/pflag v1.0.5
|
||||
github.com/spf13/viper v1.17.0
|
||||
github.com/stretchr/testify v1.8.4
|
||||
go.uber.org/automaxprocs v1.5.3
|
||||
golang.org/x/crypto v0.14.0
|
||||
golang.org/x/net v0.17.0
|
||||
golang.org/x/sync v0.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue