DockerCLI/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
..
Azure/go-ansiterm vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
Microsoft/go-winio vendor: github.com/Microsoft/go-winio v0.5.2 2022-04-30 12:01:41 +02:00
beorn7/perks vendor with go mod 2021-12-16 21:16:01 +01:00
cespare/xxhash/v2 vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
containerd/containerd vendor: github.com/containerd/containerd v1.6.2 2022-03-24 13:37:29 +01:00
creack/pty vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
docker vendor: docker 5aac513617f072b15322b147052cbda0d451d389 / v22.06-dev 2022-10-21 20:51:43 +02:00
fvbommel/sortorder vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
gogo/protobuf Set buildx as default builder 2022-02-03 10:38:05 +01:00
golang/protobuf vendor: compose-on-kubernetes v0.5.0 to remove use of github.com/golang/glog 2022-02-14 14:54:51 +01:00
google vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
gorilla/mux vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
imdario/mergo vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
inconshreveable/mousetrap Add vendor 2017-04-17 18:12:58 -04:00
klauspost/compress vendor: github.com/klauspost/compress v1.15.9 2022-09-10 18:50:02 +02:00
mattn/go-runewidth use our own version of text/tabwriter 2022-04-25 15:01:41 +02:00
matttproud/golang_protobuf_extensions vendor with go mod 2021-12-16 21:16:01 +01:00
miekg/pkcs11 vendor: github.com/miekg/pkcs11 v1.1.1 2022-04-30 12:01:33 +02:00
mitchellh/mapstructure vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
moby vendor: docker v20.10.3-0.20221006185438-87d9d96ab0b6 (v22.06-dev) 2022-10-21 15:15:11 +02:00
morikuni/aec vendor with go mod 2021-12-16 21:16:01 +01:00
opencontainers vendor: github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1 2022-04-30 12:01:31 +02:00
pkg/errors vendor with go mod 2021-12-16 21:16:01 +01:00
prometheus vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
rivo/uniseg use our own version of text/tabwriter 2022-04-25 15:01:41 +02:00
sirupsen/logrus vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
spf13 vendor: Bump github.com/spf13/cobra to v1.5.0 2022-06-27 16:01:16 +02:00
theupdateframework/notary vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
tonistiigi/go-rosetta vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
xeipuuv vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00