mirror of
https://github.com/appleboy/drone-discord.git
synced 2026-06-14 05:13:04 +08:00
13 lines
322 B
Modula-2
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
|
|
)
|