version and dep fixed
This commit is contained in:
parent
7aba50d3c9
commit
703daddb4c
16
Gopkg.toml
16
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue