Skip to content

Commit d9f218b

Browse files
Merge pull request #427 from validatedpatterns/konflux/mintmaker/main/github.com-lufia-plan9stats-digest
chore(deps): update github.com/lufia/plan9stats digest to 24949be
2 parents 45acb02 + 7fa6cd4 commit d9f218b

File tree

8 files changed

+143
-86
lines changed

8 files changed

+143
-86
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ require (
117117
github.com/klauspost/compress v1.18.0 // indirect
118118
github.com/kylelemons/godebug v1.1.0 // indirect
119119
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
120-
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
120+
github.com/lufia/plan9stats v0.0.0-20250827001030-24949be3fa54 // indirect
121121
github.com/mitchellh/copystructure v1.2.0 // indirect
122122
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
123123
github.com/mitchellh/reflectwalk v1.0.2 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,9 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
294294
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
295295
github.com/lithammer/dedent v1.1.0 h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=
296296
github.com/lithammer/dedent v1.1.0/go.mod h1:jrXYCQtgg0nJiN+StA2KgR7w6CiQNv9Fd/Z9BP0jIOc=
297-
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4=
298297
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
298+
github.com/lufia/plan9stats v0.0.0-20250827001030-24949be3fa54 h1:mFWunSatvkQQDhpdyuFAYwyAan3hzCuma+Pz8sqvOfg=
299+
github.com/lufia/plan9stats v0.0.0-20250827001030-24949be3fa54/go.mod h1:autxFIvghDt3jPTLoqZ9OZ7s9qTGNAWmYCjVFWPX/zg=
299300
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
300301
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
301302
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=

vendor/github.com/lufia/plan9stats/README.md

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/lufia/plan9stats/cpu.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/lufia/plan9stats/disk.go

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/lufia/plan9stats/host.go

Lines changed: 1 addition & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/lufia/plan9stats/int.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ github.com/kylelemons/godebug/pretty
528528
# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
529529
## explicit
530530
github.com/liggitt/tabwriter
531-
# github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
532-
## explicit; go 1.16
531+
# github.com/lufia/plan9stats v0.0.0-20250827001030-24949be3fa54
532+
## explicit; go 1.21
533533
github.com/lufia/plan9stats
534534
# github.com/mitchellh/copystructure v1.2.0
535535
## explicit; go 1.15

0 commit comments

Comments
 (0)