fix deprecation
parent
ce8135d569
commit
470c52548c
4
go.mod
4
go.mod
|
@ -16,8 +16,8 @@ require (
|
|||
github.com/cenkalti/backoff/v4 v4.2.1
|
||||
github.com/cheggaaa/pb/v3 v3.1.5
|
||||
github.com/cloudevents/sdk-go/v2 v2.15.2
|
||||
github.com/distribution/reference v0.5.0
|
||||
github.com/docker/cli v25.0.4+incompatible
|
||||
github.com/docker/distribution v2.8.3+incompatible
|
||||
github.com/docker/docker v25.0.4+incompatible
|
||||
github.com/docker/go-connections v0.5.0
|
||||
github.com/docker/go-units v0.5.0
|
||||
|
@ -116,7 +116,7 @@ require (
|
|||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
|
||||
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||
github.com/distribution/reference v0.5.0 // indirect
|
||||
github.com/docker/distribution v2.8.3+incompatible // indirect
|
||||
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
||||
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
||||
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
|
||||
|
|
|
@ -25,7 +25,7 @@ import (
|
|||
"runtime"
|
||||
"strings"
|
||||
|
||||
dockerref "github.com/docker/distribution/reference"
|
||||
dockerref "github.com/distribution/reference"
|
||||
|
||||
"github.com/docker/machine/libmachine/state"
|
||||
"github.com/pkg/errors"
|
||||
|
|
Loading…
Reference in New Issue