From 703daddb4c2db270ee5897cc6e647c1eefd3095f Mon Sep 17 00:00:00 2001 From: asoseil Date: Tue, 17 Apr 2018 09:31:41 +0200 Subject: [PATCH] version and dep fixed --- Gopkg.toml | 16 ++++++++-------- realize/cli.go | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index a0e9380..87a7f7b 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -22,11 +22,11 @@ [[constraint]] name = "github.com/fatih/color" - version = "1.5.0" + version = "1.6.0" [[constraint]] name = "github.com/fsnotify/fsnotify" - version = "1.4.2" + version = "1.4.7" [[constraint]] name = "github.com/go-siris/siris" @@ -34,16 +34,16 @@ [[constraint]] name = "github.com/labstack/echo" - version = "3.2.5" - -[[constraint]] - name = "github.com/sirupsen/logrus" - version = "1.0.4" + version = "3.3.5" [[constraint]] name = "github.com/oxequa/interact" version = "1.1.1" +[[constraint]] + name = "github.com/sirupsen/logrus" + version = "1.0.5" + [[constraint]] branch = "master" name = "golang.org/x/net" @@ -53,5 +53,5 @@ name = "gopkg.in/urfave/cli.v2" [[constraint]] - branch = "v2" name = "gopkg.in/yaml.v2" + version = "2.2.1" diff --git a/realize/cli.go b/realize/cli.go index 81ed142..d1f90e1 100644 --- a/realize/cli.go +++ b/realize/cli.go @@ -18,7 +18,7 @@ var ( // RPrefix tool name RPrefix = "realize" // RVersion current version - RVersion = "2.1" + RVersion = "2.0.2" // RExt file extension RExt = ".yaml" // RFile config file name