mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-05 23:00:19 +00:00
56 lines
1.1 KiB
TOML
56 lines
1.1 KiB
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]]
|
|
name = "github.com/mailgun/mailgun-go"
|
|
version = "1.1.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/hashicorp/go-getter"
|
|
|
|
[metadata.heroku]
|
|
root-package = "github.com/heroku/herald"
|
|
go-version = "go1.9.2"
|
|
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]]
|
|
name = "github.com/deckarep/golang-set"
|
|
version = "1.7.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/kataras/iris"
|
|
version = "8.5.7"
|
|
|
|
[[constraint]]
|
|
name = "github.com/urfave/cli"
|
|
version = "1.20.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/shurcooL/githubql"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/google/go-github"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/oauth2"
|