Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Commit 6061f99

Browse files
fix(deps): update module github.com/platform-mesh/subroutines to v0.4.0
1 parent d2ac22e commit 6061f99

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/openfga/language/pkg/go v0.2.1
1717
github.com/platform-mesh/account-operator v0.14.7
1818
github.com/platform-mesh/golang-commons v0.16.0
19-
github.com/platform-mesh/subroutines v0.3.3
19+
github.com/platform-mesh/subroutines v0.4.0
2020
github.com/rs/zerolog v1.35.0
2121
github.com/spf13/cobra v1.10.2
2222
github.com/spf13/pflag v1.0.10
@@ -31,7 +31,7 @@ require (
3131
k8s.io/client-go v0.35.4
3232
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5
3333
sigs.k8s.io/controller-runtime v0.23.3
34-
sigs.k8s.io/multicluster-runtime v0.23.1
34+
sigs.k8s.io/multicluster-runtime v0.23.3
3535
sigs.k8s.io/yaml v1.6.0
3636
)
3737

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ github.com/platform-mesh/account-operator v0.14.7 h1:cSQnboukLYnKHmBkpZ3W/p2y7z0
184184
github.com/platform-mesh/account-operator v0.14.7/go.mod h1:ztcaaNM0CAqk82UAafeuWqrPs17EuBGT8FUigoUZAXo=
185185
github.com/platform-mesh/golang-commons v0.16.0 h1:512TV6wLCYObzvS1D4diKQApS6CD07NCyAgJ6a0a1tc=
186186
github.com/platform-mesh/golang-commons v0.16.0/go.mod h1:MK3uw/Am2wFfv2wa7ytsaxJkHlz/2oxIhlDsCq+/cKk=
187-
github.com/platform-mesh/subroutines v0.3.3 h1:WKz0ZJnceC5KvUYrbmAdGTRnECkI6I4YXAEq3vKEV3Q=
188-
github.com/platform-mesh/subroutines v0.3.3/go.mod h1:4NmIkZXmbndYu4JzHWPu9JNoDipJcXP4oy4OPnLNT0Q=
187+
github.com/platform-mesh/subroutines v0.4.0 h1:fcw8JiPJvQDJm9wqVxPf4ijWvGyLgiYyAEZ6J5k4SoY=
188+
github.com/platform-mesh/subroutines v0.4.0/go.mod h1:KvAovSkgvAx2BWrCeHzblPUwRcGp/gqgpvIKiTA3fnc=
189189
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
190190
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
191191
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -334,8 +334,8 @@ sigs.k8s.io/controller-runtime v0.23.3 h1:VjB/vhoPoA9l1kEKZHBMnQF33tdCLQKJtydy4i
334334
sigs.k8s.io/controller-runtime v0.23.3/go.mod h1:B6COOxKptp+YaUT5q4l6LqUJTRpizbgf9KSRNdQGns0=
335335
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=
336336
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
337-
sigs.k8s.io/multicluster-runtime v0.23.1 h1:isjVh6zBuk/U1HjYm22knRZmFsn6sFinmyvV+/4puCc=
338-
sigs.k8s.io/multicluster-runtime v0.23.1/go.mod h1:ri1Gvx7Qehy5nis6OnTgSpJIWaf2SuorHDwF/jvbWvM=
337+
sigs.k8s.io/multicluster-runtime v0.23.3 h1:vrzlXRzHTDsjspUAfoW2rCtr0agoI4q20p9x4Fz4png=
338+
sigs.k8s.io/multicluster-runtime v0.23.3/go.mod h1:r/UA4GHgFoXCcR4tcvlZz7SiLx3l1kJKDuBAhILNIHs=
339339
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=
340340
sigs.k8s.io/randfill v1.0.0/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxOY=
341341
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 h1:kwVWMx5yS1CrnFWA/2QHyRVJ8jM6dBA80uLmm0wJkk8=

0 commit comments

Comments
 (0)