mirror of
https://github.com/appleboy/drone-discord.git
synced 2026-06-14 05:13:04 +08:00
11 lines
206 B
Modula-2
11 lines
206 B
Modula-2
module github.com/appleboy/drone-discord
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/appleboy/drone-facebook v1.5.3
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/urfave/cli v1.22.1
|
|
)
|