File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
4545 github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
4646 github.com/sigstore/protobuf-specs v0.5.0
4747 github.com/sigstore/sigstore-go v1.1.3
48- github.com/spf13/cobra v1.10.1
48+ github.com/spf13/cobra v1.10.2
4949 github.com/spf13/pflag v1.0.10
5050 github.com/stretchr/testify v1.11.1
5151 github.com/theupdateframework/go-tuf/v2 v2.3.0
@@ -229,6 +229,7 @@ require (
229229 go.opentelemetry.io/otel/trace v1.38.0 // indirect
230230 go.uber.org/multierr v1.11.0 // indirect
231231 go.uber.org/zap v1.27.0 // indirect
232+ go.yaml.in/yaml/v3 v3.0.4 // indirect
232233 golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
233234 golang.org/x/mod v0.30.0 // indirect
234235 golang.org/x/net v0.47.0 // indirect
Original file line number Diff line number Diff line change @@ -1369,8 +1369,8 @@ github.com/spf13/afero v1.14.0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=
13691369github.com/spf13/afero v1.14.0 /go.mod h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo =
13701370github.com/spf13/cast v1.9.2 h1:SsGfm7M8QOFtEzumm7UZrZdLLquNdzFYfIbEXntcFbE =
13711371github.com/spf13/cast v1.9.2 /go.mod h1:jNfB8QC9IA6ZuY2ZjDp0KtFO2LZZlg4S/7bzP6qqeHo =
1372- github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
1373- github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
1372+ github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU =
1373+ github.com/spf13/cobra v1.10.2 /go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4 =
13741374github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
13751375github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk =
13761376github.com/spf13/pflag v1.0.10 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
@@ -1488,6 +1488,8 @@ go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
14881488go.uber.org/zap v1.27.0 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
14891489go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI =
14901490go.yaml.in/yaml/v2 v2.4.2 /go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU =
1491+ go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
1492+ go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
14911493golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
14921494golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
14931495golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Some packages may only be included on certain architectures or operating systems
181181- [ github.com/sourcegraph/conc] ( https://pkg.go.dev/github.com/sourcegraph/conc ) ([ MIT] ( https://github.com/sourcegraph/conc/blob/v0.3.0/LICENSE ) )
182182- [ github.com/spf13/afero] ( https://pkg.go.dev/github.com/spf13/afero ) ([ Apache-2.0] ( https://github.com/spf13/afero/blob/v1.14.0/LICENSE.txt ) )
183183- [ github.com/spf13/cast] ( https://pkg.go.dev/github.com/spf13/cast ) ([ MIT] ( https://github.com/spf13/cast/blob/v1.9.2/LICENSE ) )
184- - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.10.1 /LICENSE.txt ) )
184+ - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.10.2 /LICENSE.txt ) )
185185- [ github.com/spf13/pflag] ( https://pkg.go.dev/github.com/spf13/pflag ) ([ BSD-3-Clause] ( https://github.com/spf13/pflag/blob/v1.0.10/LICENSE ) )
186186- [ github.com/spf13/viper] ( https://pkg.go.dev/github.com/spf13/viper ) ([ MIT] ( https://github.com/spf13/viper/blob/v1.20.1/LICENSE ) )
187187- [ github.com/spiffe/go-spiffe/v2] ( https://pkg.go.dev/github.com/spiffe/go-spiffe/v2 ) ([ Apache-2.0] ( https://github.com/spiffe/go-spiffe/blob/v2.6.0/LICENSE ) )
@@ -215,6 +215,7 @@ Some packages may only be included on certain architectures or operating systems
215215- [ go.opentelemetry.io/otel/trace] ( https://pkg.go.dev/go.opentelemetry.io/otel/trace ) ([ Apache-2.0] ( https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.38.0/trace/LICENSE ) )
216216- [ go.uber.org/multierr] ( https://pkg.go.dev/go.uber.org/multierr ) ([ MIT] ( https://github.com/uber-go/multierr/blob/v1.11.0/LICENSE.txt ) )
217217- [ go.uber.org/zap] ( https://pkg.go.dev/go.uber.org/zap ) ([ MIT] ( https://github.com/uber-go/zap/blob/v1.27.0/LICENSE ) )
218+ - [ go.yaml.in/yaml/v3] ( https://pkg.go.dev/go.yaml.in/yaml/v3 ) ([ MIT] ( https://github.com/yaml/go-yaml/blob/v3.0.4/LICENSE ) )
218219- [ golang.org/x/crypto] ( https://pkg.go.dev/golang.org/x/crypto ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/crypto/+/v0.45.0:LICENSE ) )
219220- [ golang.org/x/exp] ( https://pkg.go.dev/golang.org/x/exp ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/exp/+/b7579e27:LICENSE ) )
220221- [ golang.org/x/mod] ( https://pkg.go.dev/golang.org/x/mod ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/mod/+/v0.30.0:LICENSE ) )
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Some packages may only be included on certain architectures or operating systems
181181- [ github.com/sourcegraph/conc] ( https://pkg.go.dev/github.com/sourcegraph/conc ) ([ MIT] ( https://github.com/sourcegraph/conc/blob/v0.3.0/LICENSE ) )
182182- [ github.com/spf13/afero] ( https://pkg.go.dev/github.com/spf13/afero ) ([ Apache-2.0] ( https://github.com/spf13/afero/blob/v1.14.0/LICENSE.txt ) )
183183- [ github.com/spf13/cast] ( https://pkg.go.dev/github.com/spf13/cast ) ([ MIT] ( https://github.com/spf13/cast/blob/v1.9.2/LICENSE ) )
184- - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.10.1 /LICENSE.txt ) )
184+ - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.10.2 /LICENSE.txt ) )
185185- [ github.com/spf13/pflag] ( https://pkg.go.dev/github.com/spf13/pflag ) ([ BSD-3-Clause] ( https://github.com/spf13/pflag/blob/v1.0.10/LICENSE ) )
186186- [ github.com/spf13/viper] ( https://pkg.go.dev/github.com/spf13/viper ) ([ MIT] ( https://github.com/spf13/viper/blob/v1.20.1/LICENSE ) )
187187- [ github.com/spiffe/go-spiffe/v2] ( https://pkg.go.dev/github.com/spiffe/go-spiffe/v2 ) ([ Apache-2.0] ( https://github.com/spiffe/go-spiffe/blob/v2.6.0/LICENSE ) )
@@ -215,6 +215,7 @@ Some packages may only be included on certain architectures or operating systems
215215- [ go.opentelemetry.io/otel/trace] ( https://pkg.go.dev/go.opentelemetry.io/otel/trace ) ([ Apache-2.0] ( https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.38.0/trace/LICENSE ) )
216216- [ go.uber.org/multierr] ( https://pkg.go.dev/go.uber.org/multierr ) ([ MIT] ( https://github.com/uber-go/multierr/blob/v1.11.0/LICENSE.txt ) )
217217- [ go.uber.org/zap] ( https://pkg.go.dev/go.uber.org/zap ) ([ MIT] ( https://github.com/uber-go/zap/blob/v1.27.0/LICENSE ) )
218+ - [ go.yaml.in/yaml/v3] ( https://pkg.go.dev/go.yaml.in/yaml/v3 ) ([ MIT] ( https://github.com/yaml/go-yaml/blob/v3.0.4/LICENSE ) )
218219- [ golang.org/x/crypto] ( https://pkg.go.dev/golang.org/x/crypto ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/crypto/+/v0.45.0:LICENSE ) )
219220- [ golang.org/x/exp] ( https://pkg.go.dev/golang.org/x/exp ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/exp/+/b7579e27:LICENSE ) )
220221- [ golang.org/x/mod] ( https://pkg.go.dev/golang.org/x/mod ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/mod/+/v0.30.0:LICENSE ) )
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ Some packages may only be included on certain architectures or operating systems
184184- [ github.com/sourcegraph/conc] ( https://pkg.go.dev/github.com/sourcegraph/conc ) ([ MIT] ( https://github.com/sourcegraph/conc/blob/v0.3.0/LICENSE ) )
185185- [ github.com/spf13/afero] ( https://pkg.go.dev/github.com/spf13/afero ) ([ Apache-2.0] ( https://github.com/spf13/afero/blob/v1.14.0/LICENSE.txt ) )
186186- [ github.com/spf13/cast] ( https://pkg.go.dev/github.com/spf13/cast ) ([ MIT] ( https://github.com/spf13/cast/blob/v1.9.2/LICENSE ) )
187- - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.10.1 /LICENSE.txt ) )
187+ - [ github.com/spf13/cobra] ( https://pkg.go.dev/github.com/spf13/cobra ) ([ Apache-2.0] ( https://github.com/spf13/cobra/blob/v1.10.2 /LICENSE.txt ) )
188188- [ github.com/spf13/pflag] ( https://pkg.go.dev/github.com/spf13/pflag ) ([ BSD-3-Clause] ( https://github.com/spf13/pflag/blob/v1.0.10/LICENSE ) )
189189- [ github.com/spf13/viper] ( https://pkg.go.dev/github.com/spf13/viper ) ([ MIT] ( https://github.com/spf13/viper/blob/v1.20.1/LICENSE ) )
190190- [ github.com/spiffe/go-spiffe/v2] ( https://pkg.go.dev/github.com/spiffe/go-spiffe/v2 ) ([ Apache-2.0] ( https://github.com/spiffe/go-spiffe/blob/v2.6.0/LICENSE ) )
@@ -218,6 +218,7 @@ Some packages may only be included on certain architectures or operating systems
218218- [ go.opentelemetry.io/otel/trace] ( https://pkg.go.dev/go.opentelemetry.io/otel/trace ) ([ Apache-2.0] ( https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.38.0/trace/LICENSE ) )
219219- [ go.uber.org/multierr] ( https://pkg.go.dev/go.uber.org/multierr ) ([ MIT] ( https://github.com/uber-go/multierr/blob/v1.11.0/LICENSE.txt ) )
220220- [ go.uber.org/zap] ( https://pkg.go.dev/go.uber.org/zap ) ([ MIT] ( https://github.com/uber-go/zap/blob/v1.27.0/LICENSE ) )
221+ - [ go.yaml.in/yaml/v3] ( https://pkg.go.dev/go.yaml.in/yaml/v3 ) ([ MIT] ( https://github.com/yaml/go-yaml/blob/v3.0.4/LICENSE ) )
221222- [ golang.org/x/crypto] ( https://pkg.go.dev/golang.org/x/crypto ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/crypto/+/v0.45.0:LICENSE ) )
222223- [ golang.org/x/exp] ( https://pkg.go.dev/golang.org/x/exp ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/exp/+/b7579e27:LICENSE ) )
223224- [ golang.org/x/mod] ( https://pkg.go.dev/golang.org/x/mod ) ([ BSD-3-Clause] ( https://cs.opensource.google/go/x/mod/+/v0.30.0:LICENSE ) )
You can’t perform that action at this time.
0 commit comments