This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ require (
77 github.com/joho/godotenv v1.4.0
88 github.com/sirupsen/logrus v1.8.1
99 github.com/thegeeklab/drone-plugin-lib v1.0.0
10- github.com/urfave/cli/v2 v2.5 .1
10+ github.com/urfave/cli/v2 v2.7 .1
1111)
1212
1313require (
14+ github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0 // indirect
1415 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
1516 github.com/russross/blackfriday/v2 v2.1.0 // indirect
1617 golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
Original file line number Diff line number Diff line change 1+ github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0 h1:R/qAiUxFT3mNgQaNqJe0IVznjKRNm23ohAIh9lgtlzc =
2+ github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0 /go.mod h1:v3ZDlfVAL1OrkKHbGSFFK60k0/7hruHPDq2XMs9Gu6U =
13github.com/coreos/go-semver v0.3.0 h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM =
24github.com/coreos/go-semver v0.3.0 /go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk =
35github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
@@ -16,8 +18,8 @@ github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1
1618github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
1719github.com/thegeeklab/drone-plugin-lib v1.0.0 h1:PQeLnJa0q988rODYod/XtDy/f0cHHUhOA2Y8m5XRW4g =
1820github.com/thegeeklab/drone-plugin-lib v1.0.0 /go.mod h1:XAlZDTSNNJogOH1+nS5u0notdj5dO/gtKnU7guzE95g =
19- github.com/urfave/cli/v2 v2.5 .1 h1:YKwdkyA0xTBzOaP2G0DVxBnCheHGP+Y9VbKAs4K1Ess =
20- github.com/urfave/cli/v2 v2.5 .1 /go.mod h1:oDzoM7pVwz6wHn5ogWgFUU1s4VJayeQS+aEZDqXIEJs =
21+ github.com/urfave/cli/v2 v2.7 .1 h1:DsAOFeI9T0vmUW4LiGR5mhuCIn5kqGIE4WMU2ytmH00 =
22+ github.com/urfave/cli/v2 v2.7 .1 /go.mod h1:TYFbtzt/azQoJOrGH5mDfZtS0jIkl/OeFwlRWPR9KRM =
2123golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
2224golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 h1:nonptSpoQ4vQjyraW20DXPAglgQfVnM9ZC6MmNLMR60 =
2325golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments