Skip to content

Commit b5f77ca

Browse files
authored
Merge pull request #236 from wasmCloud/renovate/github.com-tklauser-go-sysconf-0.x
chore(deps): update module github.com/tklauser/go-sysconf to v0.3.15
2 parents 8783b81 + 626f31c commit b5f77ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/provider/keyvalue-inmemory/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ require (
5757
github.com/shoenig/go-m1cpu v0.1.6 // indirect
5858
github.com/sirupsen/logrus v1.9.3 // indirect
5959
github.com/stretchr/testify v1.10.0 // indirect
60-
github.com/tklauser/go-sysconf v0.3.14 // indirect
61-
github.com/tklauser/numcpus v0.9.0 // indirect
60+
github.com/tklauser/go-sysconf v0.3.15 // indirect
61+
github.com/tklauser/numcpus v0.10.0 // indirect
6262
github.com/yusufpapurcu/wmi v1.2.4 // indirect
6363
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
6464
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect

examples/provider/keyvalue-inmemory/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
107107
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
108108
github.com/testcontainers/testcontainers-go v0.35.0 h1:uADsZpTKFAtp8SLK+hMwSaa+X+JiERHtd4sQAFmXeMo=
109109
github.com/testcontainers/testcontainers-go v0.35.0/go.mod h1:oEVBj5zrfJTrgjwONs1SsRbnBtH9OKl+IGl3UMcr2B4=
110-
github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU=
111-
github.com/tklauser/go-sysconf v0.3.14/go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY=
112-
github.com/tklauser/numcpus v0.9.0 h1:lmyCHtANi8aRUgkckBgoDk1nHCux3n2cgkJLXdQGPDo=
113-
github.com/tklauser/numcpus v0.9.0/go.mod h1:SN6Nq1O3VychhC1npsWostA+oW+VOQTxZrS604NSRyI=
110+
github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4=
111+
github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4=
112+
github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso=
113+
github.com/tklauser/numcpus v0.10.0/go.mod h1:BiTKazU708GQTYF4mB+cmlpT2Is1gLk7XVuEeem8LsQ=
114114
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
115115
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
116116
github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=

0 commit comments

Comments
 (0)