mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 08:55:44 +00:00
30 lines
1.1 KiB
Modula-2
30 lines
1.1 KiB
Modula-2
module github.com/fsouza/go-dockerclient
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.2
|
|
github.com/docker/docker v20.10.3-0.20220208084023-a5c757555091+incompatible
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/gorilla/mux v1.8.0
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/containerd/containerd v1.6.1 // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/klauspost/compress v1.11.13 // indirect
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
github.com/moby/sys/mountinfo v0.5.0 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
|
github.com/opencontainers/runc v1.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
)
|