File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
github.com/intel/ipu-opi-plugins/ipu-plugin/pkg/ipuplugin Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ require (
129
129
)
130
130
131
131
replace (
132
+ github.com/intel/ipu-opi-plugins/ipu-plugin v0.0.0-20250107182722-a48903537e77 => github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20250114100010-7133514f257b
132
133
github.com/openshift/dpu-operator/api => ./api
133
134
github.com/openshift/dpu-operator/dpu-api => ./dpu-api
134
135
)
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ github.com/alessio/shellescape v1.4.1 h1:V7yhSDDn8LP4lc4jS8pFkt0zCnzVJlG5JXy9BVK
9
9
github.com/alessio/shellescape v1.4.1 /go.mod h1:PZAiSCk0LJaZkiCSkPv8qIobYglO3FPpyFjDCtHLS30 =
10
10
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
11
11
github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
12
+ github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20250114100010-7133514f257b h1:BwnPaTu3+IczYZ5TD1CDuoMk0fQRqPT5134kBm+adD4 =
13
+ github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20250114100010-7133514f257b /go.mod h1:Ah/Orqvct9PgT3lgdj9h4NoE7fXJUrlurreHwT+pfXs =
12
14
github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
13
15
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
14
16
github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
@@ -108,8 +110,6 @@ github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+h
108
110
github.com/inconshreveable/mousetrap v1.0.0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
109
111
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
110
112
github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
111
- github.com/intel/ipu-opi-plugins/ipu-plugin v0.0.0-20250107182722-a48903537e77 h1:lIBDPldOPbT77XM1y+1EAb58KxnLNuPo5xj1OPt6l6Q =
112
- github.com/intel/ipu-opi-plugins/ipu-plugin v0.0.0-20250107182722-a48903537e77 /go.mod h1:Ah/Orqvct9PgT3lgdj9h4NoE7fXJUrlurreHwT+pfXs =
113
113
github.com/jaypipes/ghw v0.13.0 h1:log8MXuB8hzTNnSktqpXMHc0c/2k/WgjOMSUtnI1RV4 =
114
114
github.com/jaypipes/ghw v0.13.0 /go.mod h1:In8SsaDqlb1oTyrbmTC14uy+fbBMvp+xdqX51MidlD8 =
115
115
github.com/jaypipes/pcidb v1.0.1 h1:WB2zh27T3nwg8AE8ei81sNRb9yWBii3JGNJtT7K9Oic =
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ github.com/imdario/mergo
154
154
# github.com/inconshreveable/mousetrap v1.1.0
155
155
## explicit; go 1.18
156
156
github.com/inconshreveable/mousetrap
157
- # github.com/intel/ipu-opi-plugins/ipu-plugin v0.0.0-20250107182722-a48903537e77
157
+ # github.com/intel/ipu-opi-plugins/ipu-plugin v0.0.0-20250107182722-a48903537e77 => github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20250114100010-7133514f257b
158
158
## explicit; go 1.22.4
159
159
github.com/intel/ipu-opi-plugins/ipu-plugin/ipuplugin/cmd
160
160
github.com/intel/ipu-opi-plugins/ipu-plugin/pkg/ipuplugin
You can’t perform that action at this time.
0 commit comments