Skip to content

Commit

Permalink
Merge pull request #8 from vdemeester/pac-0.13.1
Browse files Browse the repository at this point in the history
Update pipelines-as-code v0.13.0 to v0.13.1
  • Loading branch information
vdemeester authored Nov 15, 2022
2 parents 9bdcfe9 + 88f5e75 commit 91ae3ff
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 25 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
)

require (
github.com/openshift-pipelines/pipelines-as-code v0.13.0
github.com/openshift-pipelines/pipelines-as-code v0.13.1
github.com/spf13/cobra v1.5.0
github.com/tektoncd/cli v0.27.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1504,8 +1504,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 h1:+czc/J8SlhPKLOtVLMQc+xDCFBT73ZStMsRhSsUhsSg=
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198/go.mod h1:j4h1pJW6ZcJTgMZWP3+7RlG3zTaP02aDZ/Qw0sppK7Q=
github.com/openshift-pipelines/pipelines-as-code v0.13.0 h1:k3QjGbQqPNzgkoAKm8HV1/c/hpc33mZbj35E+5WKCxY=
github.com/openshift-pipelines/pipelines-as-code v0.13.0/go.mod h1:4oe67+pzT1JwOe2pQ4+uXy/YbFC6PCDIR7xdS3wbHKQ=
github.com/openshift-pipelines/pipelines-as-code v0.13.1 h1:FCLZqJK8aQD/yI+UbsbsjNCdFgBQtzmnczs8R42kKDs=
github.com/openshift-pipelines/pipelines-as-code v0.13.1/go.mod h1:4oe67+pzT1JwOe2pQ4+uXy/YbFC6PCDIR7xdS3wbHKQ=
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492/go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis=
github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74=
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
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.

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 @@ -1113,7 +1113,7 @@ github.com/opencontainers/go-digest
## explicit; go 1.11
github.com/opencontainers/image-spec/specs-go
github.com/opencontainers/image-spec/specs-go/v1
# github.com/openshift-pipelines/pipelines-as-code v0.13.0
# github.com/openshift-pipelines/pipelines-as-code v0.13.1
## explicit; go 1.18
github.com/openshift-pipelines/pipelines-as-code/pkg/acl
github.com/openshift-pipelines/pipelines-as-code/pkg/apis/pipelinesascode
Expand Down

0 comments on commit 91ae3ff

Please sign in to comment.