mirror of
https://github.com/containers/skopeo.git
synced 2025-09-20 09:30:15 +00:00
Bump github.com/containers/image/v5 from 5.19.1 to 5.20.0
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.19.1 to 5.20.0. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.19.1...v5.20.0) --- updated-dependencies: - dependency-name: github.com/containers/image/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
3
vendor/github.com/ostreedev/ostree-go/pkg/glibobject/gvariant.go
generated
vendored
3
vendor/github.com/ostreedev/ostree-go/pkg/glibobject/gvariant.go
generated
vendored
@@ -56,6 +56,9 @@ func (v *GVariant) native() *C.GVariant {
|
||||
}
|
||||
|
||||
func (v *GVariant) Ptr() unsafe.Pointer {
|
||||
if v == nil {
|
||||
return nil
|
||||
}
|
||||
return v.ptr
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user