2019-02-18 22:19:32 +00:00
|
|
|
module github.com/drone-plugins/drone-matrix
|
|
|
|
|
2021-09-13 21:00:00 +00:00
|
|
|
go 1.16
|
2020-11-25 19:44:45 +00:00
|
|
|
|
2019-02-18 22:19:32 +00:00
|
|
|
require (
|
2021-09-13 21:11:21 +00:00
|
|
|
github.com/BurntSushi/toml v0.4.1 // indirect
|
2020-11-25 19:44:45 +00:00
|
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.0
|
2021-09-25 10:08:56 +00:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2021-09-13 21:11:21 +00:00
|
|
|
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
|
2022-02-18 10:53:42 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.18
|
2021-09-13 21:11:21 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
2021-09-18 19:21:04 +00:00
|
|
|
github.com/thegeeklab/drone-template-lib/v2 v2.0.0
|
2022-03-15 19:53:34 +00:00
|
|
|
github.com/urfave/cli/v2 v2.4.0
|
2021-09-13 21:11:21 +00:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
|
|
golang.org/x/mod v0.5.0 // indirect
|
2021-09-18 19:21:04 +00:00
|
|
|
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
|
2021-11-15 21:17:13 +00:00
|
|
|
honnef.co/go/tools v0.2.2
|
2019-02-18 22:19:32 +00:00
|
|
|
)
|