drone-matrix/go.mod

15 lines
419 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 (
2020-11-25 20:44:45 +01: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 23:05:29 +02:00
honnef.co/go/tools v0.2.1 // indirect
2019-02-18 23:19:32 +01:00
)