File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ require (
47
47
sigs.k8s.io/yaml v1.5.0
48
48
)
49
49
50
+ replace pkg.package-operator.run/boxcutter => github.com/perdasilva/boxcutter v0.0.0-20250715101157-18ea858f54bd
51
+
50
52
require (
51
53
k8s.io/component-helpers v0.33.2 // indirect
52
54
k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a // indirect
@@ -178,7 +180,7 @@ require (
178
180
github.com/proglottis/gpgme v0.1.4 // indirect
179
181
github.com/prometheus/client_model v0.6.2 // indirect
180
182
github.com/prometheus/common v0.65.0 // indirect
181
- github.com/prometheus/procfs v0.16.1 // indirect
183
+ github.com/prometheus/procfs v0.17.0 // indirect
182
184
github.com/rivo/uniseg v0.4.7 // indirect
183
185
github.com/rubenv/sql-migrate v1.8.0 // indirect
184
186
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Original file line number Diff line number Diff line change @@ -400,8 +400,8 @@ github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNw
400
400
github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
401
401
github.com/prometheus/common v0.65.0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE =
402
402
github.com/prometheus/common v0.65.0 /go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8 =
403
- github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg =
404
- github.com/prometheus/procfs v0.16.1 /go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is =
403
+ github.com/prometheus/procfs v0.17.0 h1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7DuK0 =
404
+ github.com/prometheus/procfs v0.17.0 /go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUOVhe0wYB2zw =
405
405
github.com/redis/go-redis/extra/rediscmd/v9 v9.10.0 h1:uTiEyEyfLhkw678n6EulHVto8AkcXVr8zUcBJNZ0ark =
406
406
github.com/redis/go-redis/extra/rediscmd/v9 v9.10.0 /go.mod h1:eFYL/99JvdLP4T9/3FZ5t2pClnv7mMskc+WstTcyVr4 =
407
407
github.com/redis/go-redis/extra/redisotel/v9 v9.10.0 h1:4z7/hCJ9Jft8EBb2tDmK38p2WjyIEJ1ShhhwAhjOCps =
You can’t perform that action at this time.
0 commit comments