From 10714273e9e17fe525908bd9fdf1200bf6f94e08 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 5 Jan 2018 01:54:08 +0200 Subject: [PATCH] fix https://github.com/kataras/iris/issues/861 Former-commit-id: 1557b773eef80f7a4a5a6dc47ea101aa0cc5286b --- Gopkg.toml | 2 +- deprecated.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)