Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/openshift-pipelines/pipelines-as-code from 0.28.0 to 0.28.1 #179

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 @@ -4,7 +4,7 @@ go 1.22.5

require (
github.com/openshift-pipelines/manual-approval-gate v0.3.0
github.com/openshift-pipelines/pipelines-as-code v0.28.0
github.com/openshift-pipelines/pipelines-as-code v0.28.1
github.com/spf13/cobra v1.8.1
github.com/tektoncd/cli v0.38.1
github.com/tektoncd/results v0.12.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,8 @@ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQ
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
github.com/openshift-pipelines/manual-approval-gate v0.3.0 h1:bLKix78H9oaeGuuV9D4b5LXj3suj1RboA2wSRP54gH8=
github.com/openshift-pipelines/manual-approval-gate v0.3.0/go.mod h1:DIwMgukDmQjZth9vsfIOMIIc/BTwhPQUAfPs69iT4wc=
github.com/openshift-pipelines/pipelines-as-code v0.28.0 h1:BFvjh2J76Cn3R/+NVHBBfFcIbg/D6p4IJkPUf/jrMG0=
github.com/openshift-pipelines/pipelines-as-code v0.28.0/go.mod h1:v/j7W6pwyUdET75Okrad9CuqN9I/nFkO4nBSPbD6Yxc=
github.com/openshift-pipelines/pipelines-as-code v0.28.1 h1:zHeUpoTpBw8bfUyYNe08jNSfcR0y7xh9ISwbbHNzbrg=
github.com/openshift-pipelines/pipelines-as-code v0.28.1/go.mod h1:v/j7W6pwyUdET75Okrad9CuqN9I/nFkO4nBSPbD6Yxc=
github.com/openshift/api v0.0.0-20240422085825-2624175e9673 h1:D4qblu6z2A92fh7u9Nt1YskDtu+GySKiYP/D3tMWQ6A=
github.com/openshift/api v0.0.0-20240422085825-2624175e9673/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
github.com/openshift/client-go v0.0.0-20240422164335-6c851f4919dd h1:z5TPsTaB8Zzvv9fK/kVB6X+FG1GtwM56WfoanhlbyyQ=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ github.com/openshift-pipelines/manual-approval-gate/pkg/cli/formatter
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned/scheme
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned/typed/approvaltask/v1alpha1
# github.com/openshift-pipelines/pipelines-as-code v0.28.0
# github.com/openshift-pipelines/pipelines-as-code v0.28.1
## explicit; go 1.22.0
github.com/openshift-pipelines/pipelines-as-code/pkg/acl
github.com/openshift-pipelines/pipelines-as-code/pkg/action
Expand Down
Loading