Skip to content

Commit

Permalink
Switch to glide
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jul 4, 2016
1 parent f74ab08 commit 699a08d
Show file tree
Hide file tree
Showing 1,623 changed files with 359,264 additions and 5,851 deletions.
254 changes: 0 additions & 254 deletions Godeps/Godeps.json

This file was deleted.

16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
GOENV ?= GO15VENDOREXPERIMENT=1
GODEP ?= $(GOENV) godep
GO ?= $(GOENV) go
SOURCES := $(shell find . -name "*.go")
PORT ?= 8080
Expand All @@ -11,24 +10,9 @@ build: moul-showcase

.PHONY: test
test:
$(GO) get github.com/tools/godep
$(GODEP) restore
$(GO) get -t .
$(GO) test -v .

.PHONY: godep-save
godep-save:
$(GO) get github.com/tools/godep
$(GODEP) save $(shell go list ./... | grep -v /vendor/)

.PHONY: godep-update
godep-update:
GO15VENDOREXPERIMENT=1 go get -u -v $(go list ./... | grep -v /vendor/)
rm -rf vendor Godeps
GO15VENDOREXPERIMENT=1 godep save $(go list ./... | grep -v /vendor/)
mv Godeps/_workspace/src vendor
rm -rf Godeps/_workspace

.PHONY: cover
cover:
rm -f profile.out
Expand Down
Loading

0 comments on commit 699a08d

Please sign in to comment.