Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ replace github.com/krateoplatformops/unstructured-runtime => github.com/braghett
// gojq-panic fix, crdgen array-default markers, the krateo.io/traceparent child-manifest
// post-render stamping for cross-composition trace propagation, AND the fork-free
// apply-if-changed reconcile with semantic change-detection that this controller drives.
replace github.com/krateoplatformops/plumbing => github.com/braghettos/plumbing v1.10.5
replace github.com/krateoplatformops/plumbing => github.com/braghettos/plumbing v1.10.6
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
github.com/braghettos/plumbing v1.10.5 h1:2z6KlO6tdNK5Z9yotGRIsiTf76eypfY8fjc+Do4a5YA=
github.com/braghettos/plumbing v1.10.5/go.mod h1:Z8Xd2ZR/F4mYhtGtr+fH2ZN9+ifqaXESHEmaBT+NiuI=
github.com/braghettos/plumbing v1.10.6 h1:LErycb0XCucJ7DS680RgTS+DgUE3L2gs8yOxoenqqGg=
github.com/braghettos/plumbing v1.10.6/go.mod h1:Z8Xd2ZR/F4mYhtGtr+fH2ZN9+ifqaXESHEmaBT+NiuI=
github.com/braghettos/unstructured-runtime v1.3.4 h1:sw4rpkgssUelxEMxlj3H7Z/LtJSWlUvk+fM2iElTHng=
github.com/braghettos/unstructured-runtime v1.3.4/go.mod h1:ETCI+C+kE++D9SsOOWIzxUBbfaffpovxvJSaPGBJfhE=
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 h1:e+C0SB5R1pu//O4MQ3f9cFuPGoOVeF2fE4Og9otCc70=
Expand Down