Files
docker-cli/vendor/github.com
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
..
2021-12-16 21:16:01 +01:00
2022-03-26 19:48:14 +01:00
2017-04-17 18:12:58 -04:00
2021-12-16 21:16:01 +01:00
2021-12-16 21:16:01 +01:00
2022-03-26 19:48:14 +01:00