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