Files
plugin-drone-jenkins/go.mod
T
2018-11-11 11:36:00 +08:00

10 lines
310 B
Modula-2

module github.com/appleboy/drone-jenkins
require (
github.com/davecgh/go-spew v1.1.0
github.com/joho/godotenv v0.0.0-20170328200154-325433c502d4
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1
github.com/urfave/cli v0.0.0-20170506042529-d70f47eeca3a
)