File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/coreos/go-oidc/v3 v3.15.0
99 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
1010 github.com/rodaine/table v1.3.0
11- github.com/spf13/cobra v1.9 .1
11+ github.com/spf13/cobra v1.10 .1
1212 github.com/zalando/go-keyring v0.2.6
1313 go.miloapis.com/milo v0.2.0
1414 golang.org/x/oauth2 v0.30.0
@@ -47,7 +47,7 @@ require (
4747 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4848 github.com/pkg/errors v0.9.1 // indirect
4949 github.com/rogpeppe/go-internal v1.13.1 // indirect
50- github.com/spf13/pflag v1.0.7 // indirect
50+ github.com/spf13/pflag v1.0.9 // indirect
5151 github.com/x448/float16 v0.8.4 // indirect
5252 golang.org/x/crypto v0.40.0 // indirect
5353 golang.org/x/net v0.42.0 // indirect
Original file line number Diff line number Diff line change @@ -99,9 +99,13 @@ github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWN
9999github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
100100github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
101101github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
102+ github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
103+ github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
102104github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
103105github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
104106github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
107+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
108+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
105109github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
106110github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
107111github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
You can’t perform that action at this time.
0 commit comments