Skip to content

Commit 45dff0c

Browse files
committed
Merge pull request #119 from arschles/clean-deps
fix(glide.yaml): clean up dependency list
2 parents 55de9ee + 431fe12 commit 45dff0c

3 files changed

Lines changed: 598 additions & 12 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ all:
3434
bootstrap:
3535
${DEV_ENV_CMD} glide install
3636

37+
glideup:
38+
${DEV_ENV_CMD} glide up
39+
3740
# This illustrates a two-stage Docker build. docker-compile runs inside of
3841
# the Docker environment. Other alternatives are cross-compiling, doing
3942
# the build as a `docker build`.

0 commit comments

Comments
 (0)