drone-matrix/go.mod

22 lines
770 B
Modula-2
Raw Normal View History

2019-02-18 23:19:32 +01:00
module github.com/drone-plugins/drone-matrix
go 1.16
2020-11-25 20:44:45 +01:00
2019-02-18 23:19:32 +01:00
require (
2021-09-13 23:11:21 +02:00
github.com/BurntSushi/toml v0.4.1 // indirect
2020-11-25 20:44:45 +01:00
github.com/drone-plugins/drone-plugin-lib v0.4.0
github.com/joho/godotenv v1.4.0
2021-09-13 23:11:21 +02:00
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
github.com/microcosm-cc/bluemonday v1.0.18
2021-09-13 23:11:21 +02:00
github.com/russross/blackfriday/v2 v2.1.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/thegeeklab/drone-template-lib/v2 v2.0.0
github.com/urfave/cli/v2 v2.4.0
2021-09-13 23:11:21 +02:00
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/mod v0.5.0 // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
golang.org/x/tools v0.1.6 // indirect
honnef.co/go/tools v0.2.2
2019-02-18 23:19:32 +01:00
)