Skip to content

Commit

Permalink
Bump github.com/mojocn/base64Captcha from 1.3.1 to 1.3.6 (#81)
Browse files Browse the repository at this point in the history
Bumps
[github.com/mojocn/base64Captcha](https://github.com/mojocn/base64Captcha)
from 1.3.1 to 1.3.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mojocn/base64Captcha/releases">github.com/mojocn/base64Captcha's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.4</h2>
<p>fix coordinate Y</p>
<h2>v1.3.3</h2>
<p>No release notes provided.</p>
<h2>v1.3.2</h2>
<ol>
<li>math easier</li>
<li>add default all fonts</li>
</ol>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/5ab86bd6f333aad3936f912fc52b411168dcd4a7"><code>5ab86bd</code></a>
fix verify bug</li>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/88f092184c5d030e6f82e34f8fda7d97bb8aadd2"><code>88f0921</code></a>
gofmt</li>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/26242510cf939675748060f5890e5bee2db0bf17"><code>2624251</code></a>
change typo</li>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/19b5aaf19d00b9f74e225eed8b9d4cdcba1b9e78"><code>19b5aaf</code></a>
fix example</li>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/903652688263d3aff47fe052afce4a105c17131f"><code>9036526</code></a>
fix test case</li>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/b3fd6d72545159eebbcdee1b10ab976f17329ab8"><code>b3fd6d7</code></a>
Update test.yml</li>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/cf0c328992ca0024f2f3d4984598c996bd1759c9"><code>cf0c328</code></a>
Merge pull request <a
href="https://redirect.github.com/mojocn/base64Captcha/issues/112">#112</a>
from mojocn/dependabot/go_modules/golang.org/x/image-...</li>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/e33ae668c31f2b6f0268567bbf16d39fd992da8f"><code>e33ae66</code></a>
Merge pull request <a
href="https://redirect.github.com/mojocn/base64Captcha/issues/111">#111</a>
from bencq/master</li>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/657c2c1c3291e378199e804601f0f7bffdf6e656"><code>657c2c1</code></a>
Merge pull request <a
href="https://redirect.github.com/mojocn/base64Captcha/issues/105">#105</a>
from laushunyu/master</li>
<li><a
href="https://github.com/mojocn/base64Captcha/commit/9100145f85d6ec69d6f8c07f3f9ef2d9be4a595f"><code>9100145</code></a>
add (d *DriverDigit) GenerateSpecificIdQuestionAnswer(mId string)</li>
<li>Additional commits viewable in <a
href="https://github.com/mojocn/base64Captcha/compare/v1.3.1...v1.3.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mojocn/base64Captcha&package-manager=go_modules&previous-version=1.3.1&new-version=1.3.6)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/nicelizhi/easy-admin/network/alerts).

</details>
  • Loading branch information
xxl4 authored Dec 13, 2023
2 parents 10c33a1 + b527e7e commit 87c3924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ require (
github.com/microsoft/go-mssqldb v1.6.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mojocn/base64Captcha v1.3.1 // indirect
github.com/mojocn/base64Captcha v1.3.6 // indirect
github.com/nicelizhi/easy-admin-core/plugins/logger/zap v0.0.0-00010101000000-000000000000 // indirect
github.com/nicksnyder/go-i18n/v2 v2.2.1 // indirect
github.com/nsqio/go-nsq v1.1.0 // indirect
Expand Down Expand Up @@ -141,7 +141,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/arch v0.4.0 // indirect
golang.org/x/image v0.11.0 // indirect
golang.org/x/image v0.13.0 // indirect
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.4.0 // indirect
Expand Down

0 comments on commit 87c3924

Please sign in to comment.