fix(deps): update golang-packages (#5336)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
renovate[bot]
2025-07-22 17:22:48 +03:00
committed by GitHub
parent 79e4dd5380
commit ddf5a09cd8
26 changed files with 70 additions and 43 deletions

View File

@@ -47,7 +47,7 @@ type InfoT struct {
Running int `json:"running_count"`
} `json:"stats"`
Paused bool `json:"paused"`
} // @name InfoT
} // @name InfoT
func (t *InfoT) String() string {
var sb strings.Builder