Skip to content

Commit

Permalink
Bump github.com/cloudevents/sdk-go/v2 from 2.5.0 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.5.0 to 2.10.1.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](cloudevents/sdk-go@v2.5.0...v2.10.1)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2022
1 parent b6e87ff commit 242fb26
Show file tree
Hide file tree
Showing 15 changed files with 273 additions and 21 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/tektoncd/pipeline
go 1.17

require (
github.com/cloudevents/sdk-go/v2 v2.5.0
github.com/cloudevents/sdk-go/v2 v2.10.1
github.com/containerd/containerd v1.5.10
github.com/google/go-cmp v0.5.7
github.com/google/go-containerregistry v0.8.1-0.20220216220642-00c59d91847c
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

27 changes: 17 additions & 10 deletions vendor/github.com/cloudevents/sdk-go/v2/client/client.go

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

5 changes: 4 additions & 1 deletion vendor/github.com/cloudevents/sdk-go/v2/client/invoker.go

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

13 changes: 13 additions & 0 deletions vendor/github.com/cloudevents/sdk-go/v2/client/options.go

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

25 changes: 25 additions & 0 deletions vendor/github.com/cloudevents/sdk-go/v2/context/delegating.go

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.

20 changes: 18 additions & 2 deletions vendor/github.com/cloudevents/sdk-go/v2/event/eventcontext_v1.go

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

48 changes: 48 additions & 0 deletions vendor/github.com/cloudevents/sdk-go/v2/protocol/http/context.go

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

24 changes: 23 additions & 1 deletion vendor/github.com/cloudevents/sdk-go/v2/protocol/http/options.go

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.

Loading

0 comments on commit 242fb26

Please sign in to comment.