Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 84896ce

Browse files
author
Mike Parker
committed
With @Silvin - Outcome of: dep ensure -update github.com/docker/cli
- New dep version 0.5.0 (so new items in .lock file: digest, pruneopts) - Needed additional gopkg.toml overrides around versions for: --- "github.com/dgrijalva/jwt-go" --- "github.com/docker/licensing" --- "github.com/docker/docker" - Then fixed compilation - Added new param around initialising the NewDockerCli object (for the additional error function param) Signed-off-by: Mike Parker <michael.parker@docker.com> Review: Update DEP_VERSION 0.4.1 -> 0.5.0 Signed-off-by: Mike Parker <michael.parker@docker.com>
1 parent a3680f2 commit 84896ce

114 files changed

Lines changed: 9508 additions & 2961 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /go/src/github.com/docker/app/
1919

2020
FROM build AS dev
2121
ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
22-
ARG DEP_VERSION=v0.4.1
22+
ARG DEP_VERSION=v0.5.0
2323
RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 && \
2424
chmod +x /usr/bin/dep
2525
RUN go get -d gopkg.in/mjibson/esc.v0 && \

0 commit comments

Comments
 (0)