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.3
2525 go.uber.org/atomic v1.11.0
2626 golang.org/x/sync v0.8.0
2727 golang.org/x/time v0.8.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 @@ -244,12 +244,10 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
244244github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
245245github.com/twitchtv/twirp v8.1.3+incompatible h1:+F4TdErPgSUbMZMwp13Q/KgDVuI7HJXP61mNV3/7iuU =
246246github.com/twitchtv/twirp v8.1.3+incompatible /go.mod h1:RRJoFSAmTEh2weEqWtpPE3vFK5YBhA6bqp2l1kfCC5A =
247- github.com/urfave/cli/v3 v3.0.0-alpha9 h1:P0RMy5fQm1AslQS+XCmy9UknDXctOmG/q/FZkUFnJSo =
248- github.com/urfave/cli/v3 v3.0.0-alpha9 /go.mod h1:0kK/RUFHyh+yIKSfWxwheGndfnrvYSmYFVeKCh03ZUc =
247+ github.com/urfave/cli/v3 v3.0.0-alpha9.3 h1:RfQlgUHMRxDMwEEmGsrHd+mXYJpWpXlcJM8w86cpjGs =
248+ github.com/urfave/cli/v3 v3.0.0-alpha9.3 /go.mod h1:FnIeEMYu+ko8zP1F9Ypr3xkZMIDqW3DR92yUtY39q1Y =
249249github.com/wlynxg/anet v0.0.3 h1:PvR53psxFXstc12jelG6f1Lv4MWqE0tI76/hHGjh9rg =
250250github.com/wlynxg/anet v0.0.3 /go.mod h1:eay5PRQr7fIVAMbTbchTnO9gG65Hg/uYGdc7mguHxoA =
251- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
252- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
253251github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
254252github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ =
255253github.com/zeebo/assert v1.3.0 /go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0 =
You can’t perform that action at this time.
0 commit comments