mirror of
https://github.com/containers/podman.git
synced 2025-05-29 22:46:25 +08:00
vendor: update everything
* If possible, update each dependency to the latest available version. * Use releases over commit IDs and avoid vendoring branches. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
3
vendor/github.com/fsouza/go-dockerclient/client.go
generated
vendored
3
vendor/github.com/fsouza/go-dockerclient/client.go
generated
vendored
@ -33,8 +33,8 @@ import (
|
||||
|
||||
"github.com/docker/docker/opts"
|
||||
"github.com/docker/docker/pkg/homedir"
|
||||
"github.com/docker/docker/pkg/jsonmessage"
|
||||
"github.com/docker/docker/pkg/stdcopy"
|
||||
"github.com/fsouza/go-dockerclient/internal/jsonmessage"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -58,6 +58,7 @@ var (
|
||||
apiVersion119, _ = NewAPIVersion("1.19")
|
||||
apiVersion124, _ = NewAPIVersion("1.24")
|
||||
apiVersion125, _ = NewAPIVersion("1.25")
|
||||
apiVersion135, _ = NewAPIVersion("1.35")
|
||||
)
|
||||
|
||||
// APIVersion is an internal representation of a version of the Remote API.
|
||||
|
Reference in New Issue
Block a user