File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/xoxys/plugin-pypi
22
33require (
4- github.com/codegangsta/cli v1.20.0
54 github.com/joho/godotenv v1.3.0
65 github.com/pkg/errors v0.8.1
6+ github.com/urfave/cli v1.20.0
77)
Original file line number Diff line number Diff line change 1- github.com/codegangsta/cli v1.20.0 h1:iX1FXEgwzd5+XN6wk5cVHOGQj6Q3Dcp20lUeS4lHNTw =
2- github.com/codegangsta/cli v1.20.0 /go.mod h1:/qJNoX69yVSKu5o4jLyXAENLRyk1uhi7zkbQ3slBdOA =
31github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc =
42github.com/joho/godotenv v1.3.0 /go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg =
53github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I =
64github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
5+ github.com/urfave/cli v1.20.0 h1:fDqGv3UG/4jbVl/QkFwEdddtEDjh/5Ov6X+0B/3bPaw =
6+ github.com/urfave/cli v1.20.0 /go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA =
Original file line number Diff line number Diff line change 44 "fmt"
55 "os"
66
7- "github.com/codegangsta /cli"
7+ "github.com/urfave /cli"
88 _ "github.com/joho/godotenv/autoload"
99)
1010
You can’t perform that action at this time.
0 commit comments