mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-20 14:41:00 +00:00
d3dfc0c6fe
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
40 lines
843 B
TOML
40 lines
843 B
TOML
|
|
# 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]]
|
|
branch = "master"
|
|
name = "github.com/hashicorp/go-getter"
|
|
|
|
[metadata.heroku]
|
|
root-package = "github.com/heroku/herald"
|
|
go-version = "go1.9.4"
|
|
install = [ "./cmd/..."]
|
|
ensure = "true"
|
|
|
|
[[constraint]]
|
|
name = "github.com/fatih/color"
|
|
version = "1.5.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/garyburd/redigo"
|
|
version = "1.3.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/google/go-github"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/oauth2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stvp/rollbar"
|
|
version = "0.5.1"
|