mirror of
https://github.com/appleboy/drone-discord.git
synced 2026-06-04 18:33:47 +08:00
52b70e4a89
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
11 lines
237 B
Modula-2
11 lines
237 B
Modula-2
module github.com/appleboy/drone-discord
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/drone/drone-template-lib v1.0.1-0.20201006172840-a58a3f26ebca
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/urfave/cli v1.22.3
|
|
)
|