Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Replace Glide with Golang Dep (#3522)
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/developers.md
  • Loading branch information
juan-lee authored and jackfrancis committed Jul 20, 2018
1 parent 29434e9 commit b272457
Show file tree
Hide file tree
Showing 9,657 changed files with 1,204 additions and 4,623,189 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN git clone https://github.com/akesterson/shunit.git /tmp/shunit \
WORKDIR /gopath/src/github.com/Azure/acs-engine

# Cache vendor layer
ADD Makefile test.mk versioning.mk glide.yaml glide.lock /gopath/src/github.com/Azure/acs-engine/
ADD Makefile test.mk versioning.mk Gopkg.toml Gopkg.lock /gopath/src/github.com/Azure/acs-engine/
RUN make bootstrap

# https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.2-sdk-download.md
Expand Down
Loading

0 comments on commit b272457

Please sign in to comment.