mirror of
https://github.com/containers/podman.git
synced 2025-09-28 01:04:28 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/containers/buildah](https://github.com/containers/buildah) from 1.24.1 to 1.24.2. - [Release notes](https://github.com/containers/buildah/releases) - [Changelog](https://github.com/containers/buildah/blob/main/CHANGELOG.md) - [Commits](https://github.com/containers/buildah/compare/v1.24.1...v1.24.2) --- updated-dependencies: - dependency-name: github.com/containers/buildah dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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
|
|
)
|