update deps and move one vendor to our organisation for making a new branch in order to solve this: https://github.com/kataras/iris/issues/1040, although it's not ours problem...

Former-commit-id: 6013525d2aabc35461bf24871e3b36ca91004fb9
This commit is contained in:
Gerasimos (Makis) Maropoulos 2018-07-15 16:09:03 +03:00
parent cd5109ae0e
commit f7c0cbe5cd
5 changed files with 10 additions and 9 deletions

6
Gopkg.lock generated
View File

@ -116,7 +116,7 @@
revision = "825e39f34365e7db2c9fbc3692c16220e3bd7418"
[[projects]]
branch = "master"
branch = "v2"
name = "github.com/kataras/survey"
packages = [".","terminal","core"]
revision = "00934ae069eda15df26fa427ac393e67e239380c"
@ -170,8 +170,8 @@
revision = "abc90934186a77966e2beeac62ed966aac0561d5"
[[projects]]
branch = "master"
name = "github.com/satori/go.uuid"
branch = "v2"
name = "github.com/iris-contrib/go.uuid"
packages = ["."]
revision = "36e9d2ebbde5e3f13ab2e25625fd453271d6522e"

View File

@ -43,7 +43,7 @@
name = "github.com/kataras/golog"
[[constraint]]
branch = "master"
branch = "v2"
name = "github.com/kataras/survey"
[[constraint]]
@ -63,8 +63,8 @@
name = "github.com/ryanuber/columnize"
[[constraint]]
branch = "master"
name = "github.com/satori/go.uuid"
branch = "v2"
name = "github.com/iris-contrib/go.uuid"
[[constraint]]
branch = "master"

View File

@ -1,8 +1,9 @@
package main
import (
"github.com/satori/go.uuid"
"net/url"
"github.com/satori/go.uuid"
)
// Generator the type to generate keys(short urls)

View File

@ -5,7 +5,7 @@ import (
"runtime"
"strings"
"github.com/satori/go.uuid"
"github.com/iris-contrib/go.uuid"
)
var (

View File

@ -3,7 +3,7 @@ package sessions
import (
"time"
"github.com/satori/go.uuid"
"github.com/iris-contrib/go.uuid"
)
const (