From 7ce64ab593fb227b145c26341d453da0971463cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:57:47 +0000 Subject: [PATCH] Bump github.com/revel/revel from 0.21.0 to 1.0.0 Bumps [github.com/revel/revel](https://github.com/revel/revel) from 0.21.0 to 1.0.0. - [Release notes](https://github.com/revel/revel/releases) - [Changelog](https://github.com/revel/revel/blob/master/CHANGELOG.md) - [Commits](https://github.com/revel/revel/compare/v0.21.0...v1.0.0) --- updated-dependencies: - dependency-name: github.com/revel/revel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3c519bb..5900013 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,7 @@ require ( github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/go-gorp/gorp v2.2.0+incompatible github.com/go-sql-driver/mysql v1.5.0 + github.com/go-stack/stack v1.8.1 // indirect github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect github.com/jinzhu/gorm v1.9.12 github.com/mattn/go-colorable v0.1.6 // indirect @@ -21,7 +22,7 @@ require ( github.com/revel/cron v0.21.0 github.com/revel/log15 v2.11.20+incompatible // indirect github.com/revel/pathtree v0.0.0-20140121041023-41257a1839e9 // indirect - github.com/revel/revel v0.21.0 + github.com/revel/revel v1.0.0 github.com/twinj/uuid v1.0.0 // indirect github.com/tylerb/gls v0.0.0-20150407001822-e606233f194d github.com/tylerb/is v2.1.4+incompatible // indirect @@ -31,7 +32,6 @@ require ( github.com/ziutek/mymysql v1.5.4 // indirect golang.org/x/crypto v0.0.0-20220214200702-86341886e292 golang.org/x/net v0.0.0-20220225172249-27dd8689420f - gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/stack.v0 v0.0.0-20141108040640-9b43fcefddd0 // indirect gopkg.in/stretchr/testify.v1 v1.2.2 // indirect