From 2c0777c56acbeae149a7f0461f949560b79a3448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:49:23 +0000 Subject: [PATCH] Bump github.com/astaxie/beego from 1.12.1 to 1.12.2 Bumps [github.com/astaxie/beego](https://github.com/astaxie/beego) from 1.12.1 to 1.12.2. - [Release notes](https://github.com/astaxie/beego/releases) - [Commits](https://github.com/astaxie/beego/compare/v1.12.1...v1.12.2) --- updated-dependencies: - dependency-name: github.com/astaxie/beego dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 4519d6a..7be469a 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,11 @@ module go-api-admin go 1.14 require ( - github.com/astaxie/beego v1.12.1 + github.com/astaxie/beego v1.12.2 github.com/bitly/go-simplejson v0.5.0 - github.com/chenyongze/go-api-admin v0.0.0-20180627060524-588713a74078 // indirect + github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect github.com/dkeng/pkg v0.0.0-20180809101112-28c4e55027c4 - github.com/esap/wechat v1.1.0 github.com/go-sql-driver/mysql v1.5.0 - github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect github.com/silenceper/wechat v1.2.3 github.com/smartystreets/goconvey v1.6.4 )