File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/prometheus/exporter-toolkit v0.11.0
17
17
github.com/smartystreets/goconvey v1.8.1
18
18
github.com/stretchr/testify v1.9.0
19
- github.com/tklauser/go-sysconf v0.3.13
19
+ github.com/tklauser/go-sysconf v0.3.14
20
20
golang.org/x/sync v0.7.0
21
21
golang.org/x/sys v0.19.0
22
22
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
@@ -42,7 +42,7 @@ require (
42
42
github.com/prometheus/procfs v0.12.0 // indirect
43
43
github.com/rogpeppe/go-internal v1.10.0 // indirect
44
44
github.com/smarty/assertions v1.15.0 // indirect
45
- github.com/tklauser/numcpus v0.7 .0 // indirect
45
+ github.com/tklauser/numcpus v0.8 .0 // indirect
46
46
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
47
47
golang.org/x/crypto v0.21.0 // indirect
48
48
golang.org/x/net v0.23.0 // indirect
Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
74
74
github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
75
75
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
76
76
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
77
- github.com/tklauser/go-sysconf v0.3.13 h1:GBUpcahXSpR2xN01jhkNAbTLRk2Yzgggk8IM08lq3r4 =
78
- github.com/tklauser/go-sysconf v0.3.13 /go.mod h1:zwleP4Q4OehZHGn4CYZDipCgg9usW5IJePewFCGVEa0 =
79
- github.com/tklauser/numcpus v0.7 .0 h1:yjuerZP127QG9m5Zh/mSO4wqurYil27tHrqwRoRjpr4 =
80
- github.com/tklauser/numcpus v0.7 .0 /go.mod h1:bb6dMVcj8A42tSE7i32fsIUCbQNllK5iDguyOZRUzAY =
77
+ github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU =
78
+ github.com/tklauser/go-sysconf v0.3.14 /go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY =
79
+ github.com/tklauser/numcpus v0.8 .0 h1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYgY =
80
+ github.com/tklauser/numcpus v0.8 .0 /go.mod h1:ZJZlAY+dmR4eut8epnzf0u/VwodKmryxR8txiloSqBE =
81
81
github.com/xhit/go-str2duration/v2 v2.1.0 h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc =
82
82
github.com/xhit/go-str2duration/v2 v2.1.0 /go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU =
83
83
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
You can’t perform that action at this time.
0 commit comments