Skip to content

Commit 65598d3

Browse files
committed
vendor
Signed-off-by: Christian Richter <c.richter@opencloud.eu>
1 parent 8d772db commit 65598d3

File tree

7 files changed

+9
-15
lines changed

7 files changed

+9
-15
lines changed

β€Žgo.modβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ require (
7878
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
7979
github.com/spf13/afero v1.15.0
8080
github.com/spf13/cobra v1.10.1
81+
github.com/spf13/pflag v1.0.10
8182
github.com/spf13/viper v1.21.0
8283
github.com/stretchr/testify v1.11.1
8384
github.com/test-go/testify v1.1.4
@@ -89,7 +90,6 @@ require (
8990
github.com/tidwall/sjson v1.2.5
9091
github.com/tus/tusd/v2 v2.8.0
9192
github.com/unrolled/secure v1.16.0
92-
github.com/urfave/cli/v2 v2.27.7
9393
github.com/vmihailenco/msgpack/v5 v5.4.1
9494
github.com/xhit/go-simple-mail/v2 v2.16.0
9595
go-micro.dev/v4 v4.11.0
@@ -356,7 +356,6 @@ require (
356356
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
357357
github.com/spacewander/go-suffix-tree v0.0.0-20191010040751-0865e368c784 // indirect
358358
github.com/spf13/cast v1.10.0 // indirect
359-
github.com/spf13/pflag v1.0.10 // indirect
360359
github.com/stretchr/objx v0.5.2 // indirect
361360
github.com/studio-b12/gowebdav v0.9.0 // indirect
362361
github.com/subosito/gotenv v1.6.0 // indirect
@@ -368,6 +367,7 @@ require (
368367
github.com/tklauser/numcpus v0.8.0 // indirect
369368
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 // indirect
370369
github.com/trustelem/zxcvbn v1.0.1 // indirect
370+
github.com/urfave/cli/v2 v2.27.5 // indirect
371371
github.com/valyala/fastjson v1.6.4 // indirect
372372
github.com/vektah/gqlparser/v2 v2.5.30 // indirect
373373
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect

β€Žgo.sumβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,8 +1239,8 @@ github.com/tus/tusd/v2 v2.8.0/go.mod h1:3/zEOVQQIwmJhvNam8phV4x/UQt68ZmZiTzeuJUN
12391239
github.com/uber-go/atomic v1.3.2/go.mod h1:/Ct5t2lcmbJ4OSe/waGBoaVvVqtO0bmtfVNex1PFV8g=
12401240
github.com/urfave/cli v1.22.4/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
12411241
github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=
1242-
github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU=
1243-
github.com/urfave/cli/v2 v2.27.7/go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4=
1242+
github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w=
1243+
github.com/urfave/cli/v2 v2.27.5/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
12441244
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
12451245
github.com/valyala/fastjson v1.6.4 h1:uAUNq9Z6ymTgGhcm0UynUAB6tlbakBrz6CQFax3BXVQ=
12461246
github.com/valyala/fastjson v1.6.4/go.mod h1:CLCAqky6SMuOcxStkYQvblddUtoRxhYMGLrsQns1aXY=

β€Žvendor/github.com/urfave/cli/v2/flag_string_slice.goβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 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/help.goβ€Ž

Lines changed: 1 addition & 1 deletion
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: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/modules.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ github.com/tus/tusd/v2/pkg/handler
21462146
## explicit; go 1.13
21472147
github.com/unrolled/secure
21482148
github.com/unrolled/secure/cspbuilder
2149-
# github.com/urfave/cli/v2 v2.27.7
2149+
# github.com/urfave/cli/v2 v2.27.5
21502150
## explicit; go 1.18
21512151
github.com/urfave/cli/v2
21522152
# github.com/valyala/fastjson v1.6.4

0 commit comments

Comments
Β (0)