feat(vendor): switch dep to go module (#45)

This commit is contained in:
Bo-Yi Wu
2019-01-10 00:20:55 +08:00
committed by GitHub
parent 95724a7d58
commit 91f5680b74
8 changed files with 38 additions and 72 deletions
+7
View File
@@ -0,0 +1,7 @@
module github.com/drone-plugins/drone-npm
require (
github.com/joho/godotenv v1.3.0
github.com/sirupsen/logrus v1.3.0
github.com/urfave/cli v1.20.0
)