Skip to content

Commit 20e7443

Browse files
chore(deps): update module github.com/tklauser/go-sysconf to v0.3.16
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 1bb7049 commit 20e7443

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ require (
153153
github.com/spf13/cast v1.7.1 // indirect
154154
github.com/spf13/cobra v1.9.1 // indirect
155155
github.com/spf13/pflag v1.0.10 // indirect
156-
github.com/tklauser/go-sysconf v0.3.15 // indirect
157-
github.com/tklauser/numcpus v0.10.0 // indirect
156+
github.com/tklauser/go-sysconf v0.3.16 // indirect
157+
github.com/tklauser/numcpus v0.11.0 // indirect
158158
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
159159
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
160160
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,11 @@ github.com/tidwall/pretty v1.2.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhso
463463
github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
464464
github.com/tidwall/sjson v1.2.5/go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28=
465465
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
466-
github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4=
467-
github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4=
466+
github.com/tklauser/go-sysconf v0.3.16 h1:frioLaCQSsF5Cy1jgRBrzr6t502KIIwQ0MArYICU0nA=
467+
github.com/tklauser/go-sysconf v0.3.16/go.mod h1:/qNL9xxDhc7tx3HSRsLWNnuzbVfh3e7gh/BmM179nYI=
468468
github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY=
469-
github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso=
470-
github.com/tklauser/numcpus v0.10.0/go.mod h1:BiTKazU708GQTYF4mB+cmlpT2Is1gLk7XVuEeem8LsQ=
469+
github.com/tklauser/numcpus v0.11.0 h1:nSTwhKH5e1dMNsCdVBukSZrURJRoHbSEQjdEbY+9RXw=
470+
github.com/tklauser/numcpus v0.11.0/go.mod h1:z+LwcLq54uWZTX0u/bGobaV34u6V7KNlTZejzM6/3MQ=
471471
github.com/vmihailenco/go-tinylfu v0.2.2 h1:H1eiG6HM36iniK6+21n9LLpzx1G9R3DJa2UjUjbynsI=
472472
github.com/vmihailenco/go-tinylfu v0.2.2/go.mod h1:CutYi2Q9puTxfcolkliPq4npPuofg9N9t8JVrjzwa3Q=
473473
github.com/vmihailenco/msgpack/v5 v5.3.4/go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc=

vendor/github.com/tklauser/go-sysconf/.cirrus.yml

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

vendor/github.com/tklauser/go-sysconf/sysconf_netbsd.go

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

vendor/github.com/tklauser/numcpus/.cirrus.yml

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

vendor/github.com/tklauser/numcpus/numcpus_linux.go

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

vendor/modules.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -758,11 +758,11 @@ github.com/spf13/cobra
758758
# github.com/spf13/pflag v1.0.10
759759
## explicit; go 1.12
760760
github.com/spf13/pflag
761-
# github.com/tklauser/go-sysconf v0.3.15
762-
## explicit; go 1.23.0
761+
# github.com/tklauser/go-sysconf v0.3.16
762+
## explicit; go 1.24.0
763763
github.com/tklauser/go-sysconf
764-
# github.com/tklauser/numcpus v0.10.0
765-
## explicit; go 1.23.0
764+
# github.com/tklauser/numcpus v0.11.0
765+
## explicit; go 1.24.0
766766
github.com/tklauser/numcpus
767767
# github.com/vmihailenco/go-tinylfu v0.2.2
768768
## explicit; go 1.15

0 commit comments

Comments
 (0)