diff --git a/Gopkg.toml b/Gopkg.toml index 59883cd8..896ead1b 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -63,8 +63,8 @@ name = "github.com/ryanuber/columnize" [[constraint]] - branch = "master" name = "github.com/satori/go.uuid" + revision = "5bf94b69c6b68ee1b541973bb8e1144db23a194b" [[constraint]] branch = "master" diff --git a/deprecated.go b/deprecated.go index a5b7a821..744684ec 100644 --- a/deprecated.go +++ b/deprecated.go @@ -9,7 +9,7 @@ import ( // Controller method is DEPRECATED, use the "mvc" subpackage instead, i.e // import "github.com/kataras/iris/mvc" and read its docs among with its new features at: -// https://github.com/kataras/iris/blob/master/HISTORY.md#mo-01-jenuary-2018--v10 +// https://github.com/kataras/iris/blob/master/HISTORY.md#mo-01-jenuary-2018--v1000 func (app *Application) Controller(relPath string, c interface{}, _ ...interface{}) []*router.Route { name := mvc.NameOf(c)