drone-matrix/go.mod

14 lines
522 B
Modula-2
Raw Normal View History

2019-02-18 23:19:32 +01:00
module github.com/drone-plugins/drone-matrix
require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/drone/drone-template-lib v0.0.0-20180401170447-5748d3149f48
github.com/matrix-org/gomatrix v0.0.0-20171003113848-a7fc80c8060c
github.com/microcosm-cc/bluemonday v1.0.0
github.com/pkg/errors v0.8.0
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95
github.com/urfave/cli v1.20.0
golang.org/x/net v0.0.0-20180801234040-f4c29de78a2a
gopkg.in/russross/blackfriday.v2 v2.0.0
)