mirror of https://github.com/containers/podman.git
19 lines
648 B
Modula-2
19 lines
648 B
Modula-2
module github.com/fsouza/go-dockerclient
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.1
|
|
github.com/containerd/containerd v1.5.9 // indirect
|
|
github.com/docker/docker v20.10.3-0.20220208084023-a5c757555091+incompatible
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/runc v1.0.3 // indirect
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
|
)
|