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.10.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-beta1
2525 go.uber.org/atomic v1.11.0
2626 golang.org/x/sync v0.9.0
2727 golang.org/x/time v0.8.0
@@ -124,7 +124,6 @@ require (
124124 github.com/stoewer/go-strcase v1.3.0 // indirect
125125 github.com/wlynxg/anet v0.0.3 // indirect
126126 github.com/xanzy/ssh-agent v0.3.3 // indirect
127- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
128127 github.com/zeebo/xxh3 v1.0.2 // indirect
129128 go.uber.org/multierr v1.11.0 // indirect
130129 go.uber.org/zap v1.27.0 // indirect
Original file line number Diff line number Diff line change @@ -294,14 +294,12 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
294294github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
295295github.com/twitchtv/twirp v8.1.3+incompatible h1:+F4TdErPgSUbMZMwp13Q/KgDVuI7HJXP61mNV3/7iuU =
296296github.com/twitchtv/twirp v8.1.3+incompatible /go.mod h1:RRJoFSAmTEh2weEqWtpPE3vFK5YBhA6bqp2l1kfCC5A =
297- github.com/urfave/cli/v3 v3.0.0-alpha9 h1:P0RMy5fQm1AslQS+XCmy9UknDXctOmG/q/FZkUFnJSo =
298- github.com/urfave/cli/v3 v3.0.0-alpha9 /go.mod h1:0kK/RUFHyh+yIKSfWxwheGndfnrvYSmYFVeKCh03ZUc =
297+ github.com/urfave/cli/v3 v3.0.0-beta1 h1:6DTaaUarcM0wX7qj5Hcvs+5Dm3dyUTBbEwIWAjcw9Zg =
298+ github.com/urfave/cli/v3 v3.0.0-beta1 /go.mod h1:FnIeEMYu+ko8zP1F9Ypr3xkZMIDqW3DR92yUtY39q1Y =
299299github.com/wlynxg/anet v0.0.3 h1:PvR53psxFXstc12jelG6f1Lv4MWqE0tI76/hHGjh9rg =
300300github.com/wlynxg/anet v0.0.3 /go.mod h1:eay5PRQr7fIVAMbTbchTnO9gG65Hg/uYGdc7mguHxoA =
301301github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
302302github.com/xanzy/ssh-agent v0.3.3 /go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw =
303- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
304- github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
305303github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
306304github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ =
307305github.com/zeebo/assert v1.3.0 /go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0 =
You can’t perform that action at this time.
0 commit comments