Skip to content

Commit c644207

Browse files
fix(deps): update module github.com/urfave/cli/v2 to v2.27.4
1 parent d28f646 commit c644207

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/docker/docker v24.0.5+incompatible
99
github.com/pkg/errors v0.9.1
1010
github.com/prometheus/client_golang v1.16.0
11-
github.com/urfave/cli/v2 v2.25.7
11+
github.com/urfave/cli/v2 v2.27.4
1212
go.uber.org/zap v1.25.0
1313
)
1414

@@ -23,7 +23,7 @@ require (
2323
github.com/containerd/continuity v0.4.1 // indirect
2424
github.com/containerd/fifo v1.1.0 // indirect
2525
github.com/containerd/ttrpc v1.2.2 // indirect
26-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
26+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
2727
github.com/docker/distribution v2.8.2+incompatible // indirect
2828
github.com/docker/go-connections v0.4.0 // indirect
2929
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
@@ -54,7 +54,7 @@ require (
5454
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5555
github.com/sirupsen/logrus v1.9.3 // indirect
5656
github.com/stretchr/testify v1.8.4 // indirect
57-
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
57+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
5858
go.opencensus.io v0.24.0 // indirect
5959
go.opentelemetry.io/otel v1.16.0 // indirect
6060
go.opentelemetry.io/otel/metric v1.16.0 // indirect

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ github.com/containerd/typeurl/v2 v2.1.1 h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9Fqctt
3131
github.com/containerd/typeurl/v2 v2.1.1/go.mod h1:IDp2JFvbwZ31H8dQbEIY7sDl2L3o3HZj1hsSQlywkQ0=
3232
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
3333
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
34+
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
35+
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
3436
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3537
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3638
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -145,8 +147,12 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
145147
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
146148
github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=
147149
github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
150+
github.com/urfave/cli/v2 v2.27.4 h1:o1owoI+02Eb+K107p27wEX9Bb8eqIoZCfLXloLUSWJ8=
151+
github.com/urfave/cli/v2 v2.27.4/go.mod h1:m4QzxcD2qpra4z7WhzEGn74WZLViBnMpb1ToCAKdGRQ=
148152
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
149153
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
154+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
155+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
150156
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
151157
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
152158
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=

0 commit comments

Comments
 (0)