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 (
|
2020-11-25 19:44:45 +00:00
|
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.0
|
|
|
|
github.com/drone/drone-template-lib v1.0.0
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/matrix-org/gomatrix v0.0.0-20200827122206-7dd5e2a05bcd
|
|
|
|
github.com/microcosm-cc/bluemonday v1.0.4
|
|
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-09-13 21:05:29 +00:00
|
|
|
honnef.co/go/tools v0.2.1 // indirect
|
2019-02-18 22:19:32 +00:00
|
|
|
)
|