Skip to content
Open
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 @@ -22,7 +22,7 @@ require (
github.com/stretchr/testify v1.11.1
github.com/tektoncd/pipeline v1.9.6
github.com/tektoncd/plumbing v0.0.0-20250805154627-25448098dea2
github.com/tektoncd/pruner v0.3.5
github.com/tektoncd/pruner v0.3.6
github.com/tektoncd/triggers v0.35.0
go.opencensus.io v0.24.0
go.uber.org/zap v1.28.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2649,8 +2649,8 @@ github.com/tektoncd/pipelines-as-code v0.42.2 h1:3ZJguDi/vomy93xxEKdRAQBtmf6rllk
github.com/tektoncd/pipelines-as-code v0.42.2/go.mod h1:+k1bnyV9qwL67n6XerumQImlPsFU2aj24tBFv8XZoyA=
github.com/tektoncd/plumbing v0.0.0-20250805154627-25448098dea2 h1:v4UPEbe6MEto5i4ELtiXWBxUAUIAWL5U1DznfPhi4WE=
github.com/tektoncd/plumbing v0.0.0-20250805154627-25448098dea2/go.mod h1:BC6F3DlZc+wpUT9YcwG9MoSfb4tUiH2olB9xYoIsB4I=
github.com/tektoncd/pruner v0.3.5 h1:eQTgnQ56Par9d/6BICsXfTkR0Ybx8c/0QLZeNoJnaYQ=
github.com/tektoncd/pruner v0.3.5/go.mod h1:JbH3IueCWn1rdawvEkM4oyO05lW/ae7GXV4vrUvu4ls=
github.com/tektoncd/pruner v0.3.6 h1:5KyTJ2SPyh+DkRtE77YFqAxLYjzWQe0sYXcyKrRMVrk=
github.com/tektoncd/pruner v0.3.6/go.mod h1:RFqe2f8Pu+bCv9XOIJAC8tYaealo5mr6MBZW2eO0YKk=
github.com/tektoncd/triggers v0.35.0 h1:9Z5Cqn7RZTgyspWgWYFHz6AtWUUhd/awJeaisjZdF98=
github.com/tektoncd/triggers v0.35.0/go.mod h1:te1wPij1VJ/59wqpVKfwxZHRS/FOZSCMSbBTpKtLfz4=
github.com/thales-e-security/pool v0.0.2 h1:RAPs4q2EbWsTit6tpzuvTFlgFRJ3S8Evf5gtvVDbmPg=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1477,8 +1477,8 @@ github.com/tektoncd/pipeline/test/parse
## explicit; go 1.24.0
github.com/tektoncd/plumbing
github.com/tektoncd/plumbing/scripts
# github.com/tektoncd/pruner v0.3.5
## explicit; go 1.24.0
# github.com/tektoncd/pruner v0.3.6
## explicit; go 1.25.0
github.com/tektoncd/pruner/pkg/config
github.com/tektoncd/pruner/pkg/metrics
# github.com/tektoncd/triggers v0.35.0
Expand Down
Loading