mirror of
https://github.com/appleboy/drone-discord.git
synced 2026-06-14 14:03:10 +08:00
13 lines
304 B
Modula-2
13 lines
304 B
Modula-2
module github.com/appleboy/drone-discord
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/appleboy/drone-facebook v1.4.0
|
|
github.com/aymerick/raymond v2.0.2+incompatible // indirect
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/urfave/cli v1.20.0
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|