From b527e7e7bb831459c0842fe1d0828e71fecbcaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:15:05 +0000 Subject: [PATCH] Bump github.com/mojocn/base64Captcha from 1.3.1 to 1.3.6 Bumps [github.com/mojocn/base64Captcha](https://github.com/mojocn/base64Captcha) from 1.3.1 to 1.3.6. - [Release notes](https://github.com/mojocn/base64Captcha/releases) - [Commits](https://github.com/mojocn/base64Captcha/compare/v1.3.1...v1.3.6) --- updated-dependencies: - dependency-name: github.com/mojocn/base64Captcha dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 935f5d2..9a49dba 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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