mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-08-18 01:46:03 +00:00
Add basic garbage tracer.
This isn't a concurrent GC and it cannot provide a reliable result; the output is just an estimate.
This commit is contained in:
@@ -8,6 +8,7 @@ require (
|
||||
github.com/KimMachineGun/automemlimit v0.7.5
|
||||
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
|
||||
github.com/creasty/defaults v1.8.0
|
||||
github.com/dghubble/trie v0.1.0
|
||||
github.com/fatih/color v1.18.0
|
||||
github.com/getsentry/sentry-go v0.40.0
|
||||
github.com/getsentry/sentry-go/slog v0.40.0
|
||||
|
||||
Reference in New Issue
Block a user