deps: Update osbuild images module to commit 03212162ff49

This pulls in the Size(0) change for test_distro.

Ran:
go get github.com/osbuild/images@latest
./tools/prepare-source.sh
This commit is contained in:
Brian C. Lane 2023-08-04 08:45:35 -07:00 committed by Ondřej Budai
parent e96ed30d4b
commit 50c5147cf1
9 changed files with 486 additions and 18 deletions

View file

@ -21,5 +21,5 @@ const (
ClientName = "govmomi"
// ClientVersion is the version of this SDK
ClientVersion = "0.30.6"
ClientVersion = "0.30.7"
)