drone-matrix/Gopkg.toml

20 lines
351 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