File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/fsnotify/fsnotify v1.8.0
8
8
github.com/google/go-cmp v0.7.0
9
9
github.com/google/uuid v1.6.0
10
- github.com/jaypipes/ghw v0.13 .0
10
+ github.com/jaypipes/ghw v0.14 .0
11
11
github.com/jedib0t/go-pretty/v6 v6.6.7
12
12
github.com/k8stopologyawareschedwg/noderesourcetopology-api v0.1.2
13
13
github.com/k8stopologyawareschedwg/podfingerprint v0.2.2
@@ -122,6 +122,7 @@ require (
122
122
github.com/prometheus/common v0.62.0 // indirect
123
123
github.com/prometheus/procfs v0.15.1 // indirect
124
124
github.com/rivo/uniseg v0.4.7 // indirect
125
+ github.com/samber/lo v1.47.0 // indirect
125
126
github.com/shopspring/decimal v1.4.0 // indirect
126
127
github.com/sirupsen/logrus v1.9.3 // indirect
127
128
github.com/smarty/assertions v1.15.1 // indirect
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI
139
139
github.com/huandu/xstrings v1.5.0 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
140
140
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
141
141
github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
142
- github.com/jaypipes/ghw v0.13 .0 h1:log8MXuB8hzTNnSktqpXMHc0c/2k/WgjOMSUtnI1RV4 =
143
- github.com/jaypipes/ghw v0.13 .0 /go.mod h1:In8SsaDqlb1oTyrbmTC14uy+fbBMvp+xdqX51MidlD8 =
142
+ github.com/jaypipes/ghw v0.14 .0 h1:Z2AunEykaBYXLgpntVQB8SGmIFuCEmCcj6aS5j8xrys =
143
+ github.com/jaypipes/ghw v0.14 .0 /go.mod h1:F4UM7Ix55ONYwD3Lck2S4BI+hKezOwtizuJxXDFsioo =
144
144
github.com/jaypipes/pcidb v1.0.1 h1:WB2zh27T3nwg8AE8ei81sNRb9yWBii3JGNJtT7K9Oic =
145
145
github.com/jaypipes/pcidb v1.0.1 /go.mod h1:6xYUz/yYEyOkIkUt2t2J2folIuZ4Yg6uByCGFXMCeE4 =
146
146
github.com/jedib0t/go-pretty/v6 v6.6.7 h1:m+LbHpm0aIAPLzLbMfn8dc3Ht8MW7lsSO4MPItz/Uuo =
@@ -237,6 +237,8 @@ github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUc
237
237
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
238
238
github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
239
239
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
240
+ github.com/samber/lo v1.47.0 h1:z7RynLwP5nbyRscyvcD043DWYoOcYRv3mV8lBeqOCLc =
241
+ github.com/samber/lo v1.47.0 /go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU =
240
242
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
241
243
github.com/shopspring/decimal v1.4.0 /go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME =
242
244
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
You can’t perform that action at this time.
0 commit comments