version and dep fixed

This commit is contained in:
asoseil 2018-04-17 09:31:41 +02:00
parent 7aba50d3c9
commit 703daddb4c
2 changed files with 9 additions and 9 deletions

View File

@ -22,11 +22,11 @@
[[constraint]] [[constraint]]
name = "github.com/fatih/color" name = "github.com/fatih/color"
version = "1.5.0" version = "1.6.0"
[[constraint]] [[constraint]]
name = "github.com/fsnotify/fsnotify" name = "github.com/fsnotify/fsnotify"
version = "1.4.2" version = "1.4.7"
[[constraint]] [[constraint]]
name = "github.com/go-siris/siris" name = "github.com/go-siris/siris"
@ -34,16 +34,16 @@
[[constraint]] [[constraint]]
name = "github.com/labstack/echo" name = "github.com/labstack/echo"
version = "3.2.5" version = "3.3.5"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]] [[constraint]]
name = "github.com/oxequa/interact" name = "github.com/oxequa/interact"
version = "1.1.1" version = "1.1.1"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.5"
[[constraint]] [[constraint]]
branch = "master" branch = "master"
name = "golang.org/x/net" name = "golang.org/x/net"
@ -53,5 +53,5 @@
name = "gopkg.in/urfave/cli.v2" name = "gopkg.in/urfave/cli.v2"
[[constraint]] [[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2" name = "gopkg.in/yaml.v2"
version = "2.2.1"

View File

@ -18,7 +18,7 @@ var (
// RPrefix tool name // RPrefix tool name
RPrefix = "realize" RPrefix = "realize"
// RVersion current version // RVersion current version
RVersion = "2.1" RVersion = "2.0.2"
// RExt file extension // RExt file extension
RExt = ".yaml" RExt = ".yaml"
// RFile config file name // RFile config file name