Skip to content

Commit f002d99

Browse files
chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 (#316)
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.2 to 2.27.3. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.27.2...v2.27.3) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d84d981 commit f002d99

File tree

6 files changed

+24
-19
lines changed

6 files changed

+24
-19
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/obalunenko/advent-of-code
22

33
go 1.21
4-
toolchain go1.22.3
4+
toolchain go1.22.5
55

66
require (
77
github.com/briandowns/spinner v1.23.1
@@ -11,7 +11,7 @@ require (
1111
github.com/obalunenko/version v1.2.0
1212
github.com/savioxavier/termlink v1.3.0
1313
github.com/stretchr/testify v1.9.0
14-
github.com/urfave/cli/v2 v2.27.2
14+
github.com/urfave/cli/v2 v2.27.3
1515
)
1616

1717
require (
@@ -23,7 +23,7 @@ require (
2323
github.com/mattn/go-isatty v0.0.14 // indirect
2424
github.com/pmezard/go-difflib v1.0.0 // indirect
2525
github.com/russross/blackfriday/v2 v2.1.0 // indirect
26-
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
26+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
2727
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
2828
golang.org/x/sys v0.6.0 // indirect
2929
golang.org/x/term v0.6.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ github.com/savioxavier/termlink v1.3.0 h1:3Gl4FzQjUyiHzmoEDfmWEhgIwDiJY4poOQHP+k
3333
github.com/savioxavier/termlink v1.3.0/go.mod h1:5T5ePUlWbxCHIwyF8/Ez1qufOoGM89RCg9NvG+3G3gc=
3434
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
3535
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
36-
github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI=
37-
github.com/urfave/cli/v2 v2.27.2/go.mod h1:g0+79LmHHATl7DAcHO99smiR/T7uGLw84w8Y42x+4eM=
38-
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw=
39-
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913/go.mod h1:4aEEwZQutDLsQv2Deui4iYQ6DWTxR14g6m8Wv88+Xqk=
36+
github.com/urfave/cli/v2 v2.27.3 h1:/POWahRmdh7uztQ3CYnaDddk0Rm90PyOgIxgW2rr41M=
37+
github.com/urfave/cli/v2 v2.27.3/go.mod h1:m4QzxcD2qpra4z7WhzEGn74WZLViBnMpb1ToCAKdGRQ=
38+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
39+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
4040
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a h1:HinSgX1tJRX3KsL//Gxynpw5CTOAIPhgL4W8PNiIpVE=
4141
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a/go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc=
4242
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

vendor/github.com/urfave/cli/v2/godoc-current.txt

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/urfave/cli/v2/help.go

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/urfave/cli/v2/template.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ github.com/savioxavier/termlink
4848
## explicit; go 1.17
4949
github.com/stretchr/testify/assert
5050
github.com/stretchr/testify/require
51-
# github.com/urfave/cli/v2 v2.27.2
51+
# github.com/urfave/cli/v2 v2.27.3
5252
## explicit; go 1.18
5353
github.com/urfave/cli/v2
54-
# github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913
55-
## explicit; go 1.15.0
54+
# github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
55+
## explicit; go 1.15
5656
github.com/xrash/smetrics
5757
# golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
5858
## explicit; go 1.20

0 commit comments

Comments
 (0)