Skip to content

Commit 8e3683f

Browse files
Per Goncalves da Silvathetechnick
authored andcommitted
Update boxcutter library to branch with latest k8s and controller-runtime libs
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent e0b5c18 commit 8e3683f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ require (
4747
sigs.k8s.io/yaml v1.6.0
4848
)
4949

50+
replace pkg.package-operator.run/boxcutter => github.com/perdasilva/boxcutter v0.0.0-20250715101157-18ea858f54bd
51+
5052
require (
5153
k8s.io/component-helpers v0.33.2 // indirect
5254
k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a // indirect
@@ -178,7 +180,7 @@ require (
178180
github.com/proglottis/gpgme v0.1.4 // indirect
179181
github.com/prometheus/client_model v0.6.2 // indirect
180182
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
182184
github.com/rivo/uniseg v0.4.7 // indirect
183185
github.com/rubenv/sql-migrate v1.8.0 // indirect
184186
github.com/russross/blackfriday/v2 v2.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNw
400400
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
401401
github.com/prometheus/common v0.65.0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE=
402402
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=
405405
github.com/redis/go-redis/extra/rediscmd/v9 v9.10.0 h1:uTiEyEyfLhkw678n6EulHVto8AkcXVr8zUcBJNZ0ark=
406406
github.com/redis/go-redis/extra/rediscmd/v9 v9.10.0/go.mod h1:eFYL/99JvdLP4T9/3FZ5t2pClnv7mMskc+WstTcyVr4=
407407
github.com/redis/go-redis/extra/redisotel/v9 v9.10.0 h1:4z7/hCJ9Jft8EBb2tDmK38p2WjyIEJ1ShhhwAhjOCps=

0 commit comments

Comments
 (0)