drone-matrix/Gopkg.toml

28 lines
513 B
TOML
Raw Normal View History

[[constraint]]
2018-04-15 00:41:05 +02:00
branch = "master"
name = "github.com/drone/drone-template-lib"
2017-10-31 19:58:23 +01:00
[[constraint]]
branch = "master"
name = "github.com/matrix-org/gomatrix"
2018-04-15 00:41:05 +02:00
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
2018-04-15 00:41:05 +02:00
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "gopkg.in/russross/blackfriday.v2"
version = "2.0.0"
[[constraint]]
name = "github.com/microcosm-cc/bluemonday"
version = "1.0.0"