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

Commit b272457

Browse files
juan-leejackfrancis
authored andcommitted
Replace Glide with Golang Dep (#3522)
# Conflicts: # docs/developers.md
1 parent 29434e9 commit b272457

File tree

9,657 files changed

+1204
-4623189
lines changed

Some content is hidden

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

9,657 files changed

+1204
-4623189
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN git clone https://github.com/akesterson/shunit.git /tmp/shunit \
2727
WORKDIR /gopath/src/github.com/Azure/acs-engine
2828

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

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

0 commit comments

Comments
 (0)