Skip to content

Commit 696008b

Browse files
build(deps): bump github.com/cloudevents/sdk-go/v2 from 2.16.1 to 2.16.2 in the gomod group (#1101)
Bumps the gomod group with 1 update: [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go). Updates `github.com/cloudevents/sdk-go/v2` from 2.16.1 to 2.16.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudevents/sdk-go/commit/af3e8599b3316ab6b4b73ff69aa8ec0efddbb5bb"><code>af3e859</code></a> Merge pull request <a href="https://redirect.github.com/cloudevents/sdk-go/issues/1184">#1184</a> from cloudevents/dependabot/github_actions/actions/s...</li> <li><a href="https://github.com/cloudevents/sdk-go/commit/bf5b8a6066d7650f84f862445ff60395bfa0aec1"><code>bf5b8a6</code></a> chore(deps): Bump actions/setup-go from 5.5.0 to 6.0.0</li> <li><a href="https://github.com/cloudevents/sdk-go/commit/945d930a12f23f090bc739a21970afc1f9eb7d99"><code>945d930</code></a> Merge pull request <a href="https://redirect.github.com/cloudevents/sdk-go/issues/1180">#1180</a> from philicious/refactor-pubsubv2</li> <li><a href="https://github.com/cloudevents/sdk-go/commit/35623f2b949d5d13c24103a3d7d1f3f9fbe74e78"><code>35623f2</code></a> chore: Replace deprecated grpc.Dial calls</li> <li><a href="https://github.com/cloudevents/sdk-go/commit/f0bd406957d7eb4d0ddf029c505bf45498de8b0a"><code>f0bd406</code></a> fix: Properly test that supplied ReceiveSettings are being used</li> <li><a href="https://github.com/cloudevents/sdk-go/commit/ae89eba4471ea18a19fbed89e0fce720145e21bc"><code>ae89eba</code></a> Refactor pubsub protocol to use new upstream v2 library</li> <li><a href="https://github.com/cloudevents/sdk-go/commit/34f7f6ffcdad49d7118bbd7603624bf2bbf11b37"><code>34f7f6f</code></a> Merge pull request <a href="https://redirect.github.com/cloudevents/sdk-go/issues/1183">#1183</a> from embano1/go-version</li> <li><a href="https://github.com/cloudevents/sdk-go/commit/cafbb12d94d012b767efdf7b1bca5a8ce293115e"><code>cafbb12</code></a> chore: update go version in workflows</li> <li><a href="https://github.com/cloudevents/sdk-go/commit/0a1147cb5ec2870334309b473df8308e28adb1cb"><code>0a1147c</code></a> Merge pull request <a href="https://redirect.github.com/cloudevents/sdk-go/issues/1182">#1182</a> from cloudevents/automated-dependency-updates</li> <li><a href="https://github.com/cloudevents/sdk-go/commit/835c4867e90c93c13b2d244af210a646977df0f4"><code>835c486</code></a> chore: update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/cloudevents/sdk-go/compare/v2.16.1...v2.16.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cloudevents/sdk-go/v2&package-manager=go_modules&previous-version=2.16.1&new-version=2.16.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 459cb71 commit 696008b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/avvmoto/buf-readerat v0.0.0-20171115124131-a17c8cb89270
1515
github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
1616
github.com/chainguard-dev/clog v1.7.0
17-
github.com/cloudevents/sdk-go/v2 v2.16.1
17+
github.com/cloudevents/sdk-go/v2 v2.16.2
1818
github.com/coreos/go-oidc/v3 v3.15.0
1919
github.com/go-git/go-git/v5 v5.16.2
2020
github.com/google/go-cmp v0.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
111111
github.com/chainguard-dev/clog v1.7.0 h1:guPznsK8vLHvzz1QJe2yU6MFeYaiSOFOQBYw4OXu+g8=
112112
github.com/chainguard-dev/clog v1.7.0/go.mod h1:4+WFhRMsGH79etYXY3plYdp+tCz/KCkU8fAr0HoaPvs=
113113
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
114-
github.com/cloudevents/sdk-go/v2 v2.16.1 h1:G91iUdqvl88BZ1GYYr9vScTj5zzXSyEuqbfE63gbu9Q=
115-
github.com/cloudevents/sdk-go/v2 v2.16.1/go.mod h1:v/kVOaWjNfbvc6tkhhlkhvLapj8Aa8kvXiH5GiOHCKI=
114+
github.com/cloudevents/sdk-go/v2 v2.16.2 h1:ZYDFrYke4FD+jM8TZTJJO6JhKHzOQl2oqpFK1D+NnQM=
115+
github.com/cloudevents/sdk-go/v2 v2.16.2/go.mod h1:laOcGImm4nVJEU+PHnUrKL56CKmRL65RlQF0kRmW/kg=
116116
github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=
117117
github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
118118
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=

0 commit comments

Comments
 (0)