Files
plugin-drone-discord/go.mod
T
2019-10-11 20:42:10 +08:00

13 lines
322 B
Modula-2

module github.com/appleboy/drone-discord
go 1.13
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/drone/drone-template-lib v1.0.0
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.1
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
)