Skip to content

Commit

Permalink
Bump github.com/mailgun/mailgun-go/v4 from 4.21.0 to 4.22.0 (#43)
Browse files Browse the repository at this point in the history
Bumps
[github.com/mailgun/mailgun-go/v4](https://github.com/mailgun/mailgun-go)
from 4.21.0 to 4.22.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mailgun/mailgun-go/releases">github.com/mailgun/mailgun-go/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.22.0</h2>
<h2>What's Changed</h2>
<ul>
<li>check all PRs by <a
href="https://github.com/vtopc"><code>@​vtopc</code></a> in <a
href="https://redirect.github.com/mailgun/mailgun-go/pull/364">mailgun/mailgun-go#364</a></li>
<li>Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/mailgun/mailgun-go/pull/369">mailgun/mailgun-go#369</a></li>
<li>DE-1138 Generate models by <a
href="https://github.com/vtopc"><code>@​vtopc</code></a> in <a
href="https://redirect.github.com/mailgun/mailgun-go/pull/370">mailgun/mailgun-go#370</a></li>
<li>EASY-522: Deprecate analytics esp_block_count by <a
href="https://github.com/forcewhisperer"><code>@​forcewhisperer</code></a>
in <a
href="https://redirect.github.com/mailgun/mailgun-go/pull/382">mailgun/mailgun-go#382</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/forcewhisperer"><code>@​forcewhisperer</code></a>
made their first contribution in <a
href="https://redirect.github.com/mailgun/mailgun-go/pull/382">mailgun/mailgun-go#382</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mailgun/mailgun-go/compare/v4.21.0...v4.22.0">https://github.com/mailgun/mailgun-go/compare/v4.21.0...v4.22.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mailgun/mailgun-go/commit/c7963bdd9e58fbff282bbc0b0f5763c51f7f1935"><code>c7963bd</code></a>
EASY-522: Deprecate analytics esp_block_count (<a
href="https://redirect.github.com/mailgun/mailgun-go/issues/382">#382</a>)</li>
<li><a
href="https://github.com/mailgun/mailgun-go/commit/76eae908485ffdd41e188bd953b1c21adfc40c52"><code>76eae90</code></a>
DE-1138 Generate models (<a
href="https://redirect.github.com/mailgun/mailgun-go/issues/370">#370</a>)</li>
<li><a
href="https://github.com/mailgun/mailgun-go/commit/4190c05abf6f021bd7dd23f21db5d1f992a49d90"><code>4190c05</code></a>
Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 (<a
href="https://redirect.github.com/mailgun/mailgun-go/issues/369">#369</a>)</li>
<li><a
href="https://github.com/mailgun/mailgun-go/commit/62f5b12adbb9612428f02505504392bdb20644d0"><code>62f5b12</code></a>
check all PRs (<a
href="https://redirect.github.com/mailgun/mailgun-go/issues/364">#364</a>)</li>
<li>See full diff in <a
href="https://github.com/mailgun/mailgun-go/compare/v4.21.0...v4.22.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mailgun/mailgun-go/v4&package-manager=go_modules&previous-version=4.21.0&new-version=4.22.0)](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 267c56d commit 066f102
Show file tree
Hide file tree
Showing 2 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 @@ -6,7 +6,7 @@ require (
github.com/emersion/go-smtp v0.21.3
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mailgun/mailgun-go/v4 v4.21.0
github.com/mailgun/mailgun-go/v4 v4.22.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.20.5
github.com/sirupsen/logrus v1.9.3
Expand All @@ -20,7 +20,7 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/go-chi/chi/v5 v5.2.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/kr/text v0.2.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 h1:OJyUGMJTzHTd1X
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21/go.mod h1:iL2twTeMvZnrg54ZoPDNfJaJaqy0xIQFuBdrLsmspwQ=
github.com/emersion/go-smtp v0.21.3 h1:7uVwagE8iPYE48WhNsng3RRpCUpFvNl39JGNSIyGVMY=
github.com/emersion/go-smtp v0.21.3/go.mod h1:qm27SGYgoIPRot6ubfQ/GpiPy/g3PaZAVRxiO/sDUgQ=
github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw=
github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-chi/chi/v5 v5.2.0 h1:Aj1EtB0qR2Rdo2dG4O94RIU35w2lvQSj6BRA4+qwFL0=
github.com/go-chi/chi/v5 v5.2.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-ozzo/ozzo-validation/v4 v4.3.0 h1:byhDUpfEwjsVQb1vBunvIjh2BHQ9ead57VkAEY4V+Es=
github.com/go-ozzo/ozzo-validation/v4 v4.3.0/go.mod h1:2NKgrcHl3z6cJs+3Oo940FPRiTzuqKbvfrL2RxCj6Ew=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
Expand All @@ -33,8 +33,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/mailgun/errors v0.4.0 h1:6LFBvod6VIW83CMIOT9sYNp28TCX0NejFPP4dSX++i8=
github.com/mailgun/errors v0.4.0/go.mod h1:xGBaaKdEdQT0/FhwvoXv4oBaqqmVZz9P1XEnvD/onc0=
github.com/mailgun/mailgun-go/v4 v4.21.0 h1:l9SvJDdFvQxB5J1/jCz6g3GELKJ5k2iCelShDuphv94=
github.com/mailgun/mailgun-go/v4 v4.21.0/go.mod h1:768NjUvsxW8Ga8fHIPITmr5f/U8qmnQqnZ3/cs3StUc=
github.com/mailgun/mailgun-go/v4 v4.22.0 h1:U6vFhMwnqQ1bm0hMyiftfTZwUp9Nq7tgKTjavl+f8Jc=
github.com/mailgun/mailgun-go/v4 v4.22.0/go.mod h1:JA2xbLTkEWrX2TO+RUiJQALZus6WLLoXym2i8a8F5sE=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
Expand Down

0 comments on commit 066f102

Please sign in to comment.