drone-matrix/go.mod

24 lines
857 B
Modula-2

module github.com/drone-plugins/drone-matrix
go 1.16
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/aymerick/raymond v2.0.2+incompatible
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/drone-plugins/drone-plugin-lib v0.4.0
github.com/joho/godotenv v1.3.0
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
github.com/microcosm-cc/bluemonday v1.0.15
github.com/russross/blackfriday/v2 v2.1.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/mod v0.5.0 // indirect
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
honnef.co/go/tools v0.2.1
)