go.mod: update osbuild/images to v0.69.0
This commit is contained in:
parent
1cc90c6a0b
commit
8ac80e8abc
611 changed files with 28281 additions and 32629 deletions
2
vendor/github.com/sigstore/fulcio/pkg/certificate/extensions.go
generated
vendored
2
vendor/github.com/sigstore/fulcio/pkg/certificate/extensions.go
generated
vendored
|
|
@ -338,7 +338,7 @@ func (e Extensions) Render() ([]pkix.Extension, error) {
|
|||
return exts, nil
|
||||
}
|
||||
|
||||
func parseExtensions(ext []pkix.Extension) (Extensions, error) {
|
||||
func ParseExtensions(ext []pkix.Extension) (Extensions, error) {
|
||||
out := Extensions{}
|
||||
|
||||
for _, e := range ext {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue