File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
2121 github.com/pkg/errors v0.9.1
2222 github.com/stretchr/testify v1.9.0
2323 github.com/twitchtv/twirp v8.1.3+incompatible
24- github.com/urfave/cli/v3 v3.0.0-alpha9
24+ github.com/urfave/cli/v3 v3.0.0-alpha9.1
2525 go.uber.org/atomic v1.11.0
2626 golang.org/x/sync v0.8.0
2727 golang.org/x/time v0.6.0
@@ -107,7 +107,6 @@ require (
107107 github.com/spf13/pflag v1.0.5 // indirect
108108 github.com/stoewer/go-strcase v1.3.0 // indirect
109109 github.com/wlynxg/anet v0.0.3 // indirect
110- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
111110 github.com/zeebo/xxh3 v1.0.2 // indirect
112111 go.uber.org/multierr v1.11.0 // indirect
113112 go.uber.org/zap v1.27.0 // indirect
Original file line number Diff line number Diff line change @@ -240,12 +240,10 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
240240github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
241241github.com/twitchtv/twirp v8.1.3+incompatible h1:+F4TdErPgSUbMZMwp13Q/KgDVuI7HJXP61mNV3/7iuU =
242242github.com/twitchtv/twirp v8.1.3+incompatible /go.mod h1:RRJoFSAmTEh2weEqWtpPE3vFK5YBhA6bqp2l1kfCC5A =
243- github.com/urfave/cli/v3 v3.0.0-alpha9 h1:P0RMy5fQm1AslQS+XCmy9UknDXctOmG/q/FZkUFnJSo =
244- github.com/urfave/cli/v3 v3.0.0-alpha9 /go.mod h1:0kK/RUFHyh+yIKSfWxwheGndfnrvYSmYFVeKCh03ZUc =
243+ github.com/urfave/cli/v3 v3.0.0-alpha9.1 h1:1fJU+bltkwN8lF4Sni/X0i1d8XwPIrS82ivZ8qsp/q4 =
244+ github.com/urfave/cli/v3 v3.0.0-alpha9.1 /go.mod h1:FnIeEMYu+ko8zP1F9Ypr3xkZMIDqW3DR92yUtY39q1Y =
245245github.com/wlynxg/anet v0.0.3 h1:PvR53psxFXstc12jelG6f1Lv4MWqE0tI76/hHGjh9rg =
246246github.com/wlynxg/anet v0.0.3 /go.mod h1:eay5PRQr7fIVAMbTbchTnO9gG65Hg/uYGdc7mguHxoA =
247- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
248- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
249247github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
250248github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ =
251249github.com/zeebo/assert v1.3.0 /go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0 =
You can’t perform that action at this time.
0 commit comments