Skip to content

chore(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 #549

chore(deps): bump golang.org/x/term from 0.23.0 to 0.24.0

chore(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 #549

Triggered via push September 5, 2024 00:48
Status Success
Total duration 41s
Artifacts

lint.yml

on: push
lint-soft
32s
lint-soft
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-soft: ansi/blockelement.go#L35
G115: integer overflow conversion uint -> int (gosec)
lint-soft: ansi/heading.go#L77
G115: integer overflow conversion uint -> int (gosec)
lint-soft: ansi/listitem.go#L19
G115: integer overflow conversion uint -> int64 (gosec)
lint-soft: ansi/paragraph.go#L40
G115: integer overflow conversion uint -> int (gosec)
lint-soft: ansi/table.go#L54
G115: integer overflow conversion uint -> int (gosec)
lint-soft: ansi/table.go#L64
G115: integer overflow conversion uint -> int (gosec)
lint-soft: glamour.go#L254
G115: integer overflow conversion uintptr -> int (gosec)
lint-soft: ansi/templatehelper.go#L33
Magic number: 2, in <condition> detected (mnd)
lint-soft: ansi/baseelement.go#L48
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
lint-soft: ansi/templatehelper.go#L73
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)