Skip to content

Commit

Permalink
Bump github.com/tektoncd/triggers from 0.25.2 to 0.25.3
Browse files Browse the repository at this point in the history
Bumps [github.com/tektoncd/triggers](https://github.com/tektoncd/triggers) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/tektoncd/triggers/releases)
- [Changelog](https://github.com/tektoncd/triggers/blob/main/releases.md)
- [Commits](tektoncd/triggers@v0.25.2...v0.25.3)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/triggers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Nov 16, 2023
1 parent fff0528 commit 5704fb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/tektoncd/hub v1.15.0
github.com/tektoncd/pipeline v0.53.1
github.com/tektoncd/plumbing v0.0.0-20230907180608-5625252a2de1
github.com/tektoncd/triggers v0.25.2
github.com/tektoncd/triggers v0.25.3
github.com/theupdateframework/go-tuf v0.6.1
go.opencensus.io v0.24.0
go.uber.org/multierr v1.11.0
Expand All @@ -39,7 +39,7 @@ require (
k8s.io/apimachinery v0.27.3
k8s.io/cli-runtime v0.26.10
k8s.io/client-go v0.27.3
knative.dev/pkg v0.0.0-20231011201526-df28feae6d34
knative.dev/pkg v0.0.0-20231023160942-0c39ce4b3a7f
sigs.k8s.io/yaml v1.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1844,8 +1844,8 @@ github.com/tektoncd/pipeline v0.53.1 h1:Q+aknBaP3Y7oiSxwB5pPOycOKqv3fab4CBvQADeH
github.com/tektoncd/pipeline v0.53.1/go.mod h1:tO7iI+L4+kO+CrAYiM9FlXQYveyjyMDCYmy+7VLiwjk=
github.com/tektoncd/plumbing v0.0.0-20230907180608-5625252a2de1 h1:9paprRIBXQgcvdhGq3wKiSspXP0JIFSY52ru3sIMjKM=
github.com/tektoncd/plumbing v0.0.0-20230907180608-5625252a2de1/go.mod h1:7eWs1XNkmReggow7ggRbRyRuHi7646B8b2XipCZ3VOw=
github.com/tektoncd/triggers v0.25.2 h1:ijvWhGD/Ke56mmSBh9OMCPnE5GDI0x6rkNp7DwL0pS0=
github.com/tektoncd/triggers v0.25.2/go.mod h1:7j1MqZnJAXu3yO85hNzvSExYaUEVE4wMVIbF8GYEYVk=
github.com/tektoncd/triggers v0.25.3 h1:SEZhHAjSqAUKvDg8YNbamDv+3IcXce6XQDsBm7Mzs5U=
github.com/tektoncd/triggers v0.25.3/go.mod h1:N6VmwgAn8i2l8w2kNZ+dKt6BGlPrqFE1kkYOkmNz8rA=
github.com/tenntenn/modver v1.0.1/go.mod h1:bePIyQPb7UeioSRkw3Q0XeMhYZSMx9B8ePqg6SAMGH0=
github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3/go.mod h1:ON8b8w4BN/kE1EOhwT0o+d62W65a6aPw1nouo9LMgyY=
github.com/tetafro/godot v1.4.11/go.mod h1:LR3CJpxDVGlYOWn3ZZg1PgNZdTUvzsZWu8xaEohUpn8=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ github.com/tektoncd/pipeline/test/diff
# github.com/tektoncd/plumbing v0.0.0-20230907180608-5625252a2de1
## explicit; go 1.19
github.com/tektoncd/plumbing/scripts
# github.com/tektoncd/triggers v0.25.2
# github.com/tektoncd/triggers v0.25.3
## explicit; go 1.19
github.com/tektoncd/triggers/pkg/apis/config
github.com/tektoncd/triggers/pkg/apis/triggers
Expand Down Expand Up @@ -2531,7 +2531,7 @@ knative.dev/eventing/pkg/reconciler/source
## explicit; go 1.16
knative.dev/networking/pkg/apis/networking
knative.dev/networking/pkg/apis/networking/v1alpha1
# knative.dev/pkg v0.0.0-20231011201526-df28feae6d34 => knative.dev/pkg v0.0.0-20230518105712-dfb4bf04635d
# knative.dev/pkg v0.0.0-20231023160942-0c39ce4b3a7f => knative.dev/pkg v0.0.0-20230518105712-dfb4bf04635d
## explicit; go 1.18
knative.dev/pkg/apis
knative.dev/pkg/apis/duck
Expand Down

0 comments on commit 5704fb6

Please sign in to comment.