mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-09 18:10:39 +00:00
14 lines
522 B
Modula-2
14 lines
522 B
Modula-2
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
|
|
)
|