buildx/vendor
Jonathan A. Sternberg 1d12c1f5b3
Integration test for docker buildx version
An integration test for `docker buildx version` has been created. The
integration test checks that there is one line output, the output is
composed of three sections, and that these sections could feasibly be
the package path, version, and revision information.

The intention of the checks is to find obvious errors in the output like
the package path not existing or the version and revision being swapped.
It is not intended to assert that these values must be certain values
because it is assumed these values may vary depending on the build
process for buildx.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
..
github.com vendor: github.com/docker/cli v24.0.5
go.opentelemetry.io vendor: update buildkit to master@8b7bcb900d3c
golang.org/x Integration test for docker buildx version
google.golang.org go.mod: update k8s deps to v0.26.2 (remove "replace" rule)
gopkg.in bake: better handling of compose extension interface
k8s.io go.mod: update k8s deps to v0.26.2 (remove "replace" rule)
sigs.k8s.io vendor: bump k8s to v0.25.4
modules.txt Integration test for docker buildx version