2017-12-16 16:54:56 +00:00
|
|
|
# Gopkg.toml example
|
|
|
|
#
|
|
|
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
|
|
# for detailed Gopkg.toml documentation.
|
|
|
|
#
|
|
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
|
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
|
|
|
#
|
|
|
|
# [[constraint]]
|
|
|
|
# name = "github.com/user/project"
|
|
|
|
# version = "1.0.0"
|
|
|
|
#
|
|
|
|
# [[constraint]]
|
|
|
|
# name = "github.com/user/project2"
|
|
|
|
# branch = "dev"
|
|
|
|
# source = "github.com/myfork/project2"
|
|
|
|
#
|
|
|
|
# [[override]]
|
|
|
|
# name = "github.com/x/y"
|
|
|
|
# version = "2.4.0"
|
2017-04-26 14:13:11 +00:00
|
|
|
|
2017-12-16 16:54:56 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
2017-04-26 14:13:11 +00:00
|
|
|
name = "github.com/fatih/color"
|
2017-12-16 16:54:56 +00:00
|
|
|
version = "1.5.0"
|
2017-04-26 14:13:11 +00:00
|
|
|
|
2017-12-16 16:54:56 +00:00
|
|
|
[[constraint]]
|
2017-04-26 14:13:11 +00:00
|
|
|
name = "github.com/fsnotify/fsnotify"
|
2017-12-16 16:54:56 +00:00
|
|
|
version = "1.4.2"
|
2017-04-26 14:13:11 +00:00
|
|
|
|
2017-12-16 16:54:56 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/go-siris/siris"
|
|
|
|
version = "7.4.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
2017-04-26 14:13:11 +00:00
|
|
|
name = "github.com/labstack/echo"
|
2017-12-16 16:54:56 +00:00
|
|
|
version = "3.2.5"
|
2017-04-26 14:13:11 +00:00
|
|
|
|
2017-12-16 16:54:56 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/sirupsen/logrus"
|
|
|
|
version = "1.0.4"
|
|
|
|
|
|
|
|
[[constraint]]
|
2018-03-16 16:21:30 +00:00
|
|
|
name = "github.com/oxequa/interact"
|
2017-12-16 16:54:56 +00:00
|
|
|
version = "1.1.1"
|
2017-04-26 14:13:11 +00:00
|
|
|
|
2017-12-16 16:54:56 +00:00
|
|
|
[[constraint]]
|
2017-04-26 14:13:11 +00:00
|
|
|
branch = "master"
|
|
|
|
name = "golang.org/x/net"
|
|
|
|
|
2017-12-16 16:54:56 +00:00
|
|
|
[[constraint]]
|
2017-04-26 14:13:11 +00:00
|
|
|
branch = "v2"
|
|
|
|
name = "gopkg.in/urfave/cli.v2"
|
|
|
|
|
2017-12-16 16:54:56 +00:00
|
|
|
[[constraint]]
|
2017-04-26 14:13:11 +00:00
|
|
|
branch = "v2"
|
|
|
|
name = "gopkg.in/yaml.v2"
|