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

View File

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

View File

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

View File

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

View File

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