Files
plugin-drone-discord/go.mod
T
2019-01-08 12:10:16 +08:00

13 lines
518 B
Modula-2

module github.com/appleboy/drone-discord
require (
github.com/appleboy/drone-facebook v0.0.0-20170430101616-fdda56ebba0f
github.com/aymerick/raymond v0.0.0-20161209220724-72acac220747 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/joho/godotenv v0.0.0-20170328200154-325433c502d4
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v0.0.0-20170601210322-f6abca593680
github.com/urfave/cli v0.0.0-20170506042529-d70f47eeca3a
gopkg.in/yaml.v2 v2.2.2 // indirect
)