diff --git a/verify/go.mod b/verify/go.mod index d651376..4b92d54 100644 --- a/verify/go.mod +++ b/verify/go.mod @@ -3,7 +3,7 @@ module github.com/containers/podman-machine-os go 1.22.6 require ( - github.com/containers/storage v1.55.0 + github.com/containers/storage v1.56.0 github.com/onsi/ginkgo/v2 v2.20.1 github.com/onsi/gomega v1.36.1 ) diff --git a/verify/go.sum b/verify/go.sum index 0c8a58a..6cdf9d5 100644 --- a/verify/go.sum +++ b/verify/go.sum @@ -1,5 +1,5 @@ -github.com/containers/storage v1.55.0 h1:wTWZ3YpcQf1F+dSP4KxG9iqDfpQY1otaUXjPpffuhgg= -github.com/containers/storage v1.55.0/go.mod h1:28cB81IDk+y7ok60Of6u52RbCeBRucbFOeLunhER1RQ= +github.com/containers/storage v1.56.0 h1:DZ9KSkj6M2tvj/4bBoaJu3QDHRl35BwsZ4kmLJS97ZI= +github.com/containers/storage v1.56.0/go.mod h1:c6WKowcAlED/DkWGNuL9bvGYqIWCVy7isRMdCSKWNjk= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= diff --git a/verify/vendor/github.com/containers/storage/pkg/regexp/regexp_dontprecompile.go b/verify/vendor/github.com/containers/storage/pkg/regexp/regexp_dontprecompile.go index 834dd94..ccd9d0f 100644 --- a/verify/vendor/github.com/containers/storage/pkg/regexp/regexp_dontprecompile.go +++ b/verify/vendor/github.com/containers/storage/pkg/regexp/regexp_dontprecompile.go @@ -1,5 +1,4 @@ //go:build !regexp_precompile -// +build !regexp_precompile package regexp diff --git a/verify/vendor/github.com/containers/storage/pkg/regexp/regexp_precompile.go b/verify/vendor/github.com/containers/storage/pkg/regexp/regexp_precompile.go index a5fe0db..fe4421b 100644 --- a/verify/vendor/github.com/containers/storage/pkg/regexp/regexp_precompile.go +++ b/verify/vendor/github.com/containers/storage/pkg/regexp/regexp_precompile.go @@ -1,5 +1,4 @@ //go:build regexp_precompile -// +build regexp_precompile package regexp diff --git a/verify/vendor/modules.txt b/verify/vendor/modules.txt index d48920d..9bcd079 100644 --- a/verify/vendor/modules.txt +++ b/verify/vendor/modules.txt @@ -1,5 +1,5 @@ -# github.com/containers/storage v1.55.0 -## explicit; go 1.21 +# github.com/containers/storage v1.56.0 +## explicit; go 1.22.0 github.com/containers/storage/pkg/regexp github.com/containers/storage/pkg/stringid # github.com/go-logr/logr v1.4.2