8000 chore(deps): bump github.com/urfave/cli/v2 from 2.8.0 to 2.8.1 · obalunenko/advent-of-code@9c0e2f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c0e2f5

Browse files
chore(deps): bump github.com/urfave/cli/v2 from 2.8.0 to 2.8.1
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9eeed8e commit 9c0e2f5

31 files changed

+442
-1992
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ require (
99
github.com/obalunenko/logger v0.2.0
1010
github.com/obalunenko/version v1.1.0
1111
github.com/stretchr/testify v1.7.1
12-
github.com/urfave/cli/v2 v2.8.0
12+
github.com/urfave/cli/v2 v2.8.1
1313
)
1414

1515
require (
16-
github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0 // indirect
1716
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
1817
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
1918
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
@@ -27,6 +26,7 @@ require (
2726
github.com/pmezard/go-difflib v1.0.0 // indirect
2827
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2928
github.com/sirupsen/logrus v1.8.1 // indirect
29+
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
3030
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
3131
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
3232
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
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=
31
github.com/briandowns/spinner v1.18.1 h1:yhQmQtM1zsqFsouh09Bk/jCjd50pC3EOGsh28gLVvwY=
42
github.com/briandowns/spinner v1.18.1/go.mod h1:mQak9GHqbspjC/5iUx3qMlIho8xBS/ppAL/hX5SmPJU=
53
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d h1:S2NE3iHSwP0XV47EEXL8mWmRdEfGscSJ+7EgePNgt0s=
@@ -45,8 +43,10 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
4543
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
4644
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
4745
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
48-
github.com/urfave/cli/v2 v2.8.0 h1:EZsAB20oRW4nHcB99TTL6PrXpBGIEujMEKdjwruY9KQ=
49-
github.com/urfave/cli/v2 v2.8.0/go.mod h1:TYFbtzt/azQoJOrGH5mDfZtS0jIkl/OeFwlRWPR9KRM=
46+
github.com/urfave/cli/v2 v2.8.1 h1:CGuYNZF9IKZY/rfBe3lJpccSoIY1ytfvmgQT90cNOl4=
47+
github.com/urfave/cli/v2 v2.8.1/go.mod h1:Z41J9TPoffeoqP0Iza0YbAhGvymRdZAd2uPmZ5JxRdY=
48+
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
49+
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
5050
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
5151
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
5252
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

vendor/github.com/antzucaro/matchr/COPYING.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/github.com/antzucaro/matchr/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/antzucaro/matchr/damerau_levenshtein.go

Lines changed: 0 additions & 112 deletions
This file was deleted.
Binary file not shown.

vendor/github.com/antzucaro/matchr/hamming.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

vendor/github.com/antzucaro/matchr/jarowinkler.go

Lines changed: 0 additions & 135 deletions
This file was deleted.

vendor/github.com/antzucaro/matchr/levenshtein.go

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0