DockerCLI/vendor/github.com/docker
Sebastiaan van Stijn 67e6ba0d09
vendor: docker 5aac513617f072b15322b147052cbda0d451d389 / v22.06-dev
This restores compatibility with go1.18, which was broken since commit;
c062238ea4

cmd.Environ() is new in go1.19, and not needed for this specific case.
Without this, trying to use this package in code that uses go1.18 will fail;

    builder/remotecontext/git/gitutils.go:216:23: cmd.Environ undefined (type *exec.Cmd has no field or method Environ)

Changing to use `os.Environ()` instead restores compatibility with go1.18

Full diff: f9cb47a052...5aac513617

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-21 20:51:43 +02:00
..
distribution vendor: github.com/docker/distribution v2.8.1 2022-03-09 18:20:28 +01:00
docker vendor: docker 5aac513617f072b15322b147052cbda0d451d389 / v22.06-dev 2022-10-21 20:51:43 +02:00
docker-credential-helpers vendor: github.com/docker/docker-credential-helpers v0.7.0 2022-09-22 17:27:16 +02:00
go vendor with go mod 2021-12-16 21:16:01 +01:00
go-connections vendor with go mod 2021-12-16 21:16:01 +01:00
go-events vendor with go mod 2021-12-16 21:16:01 +01:00
go-metrics vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
go-units vendor: github.com/docker/go-units v0.5.0 2022-08-31 19:17:10 +02:00