Skip to content

Commit

Permalink
remove any mention of glide
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Mar 12, 2018
1 parent f499ce8 commit 47b8a88
Showing 3 changed files with 3 additions and 130 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
GOTOOLS = \
github.com/golang/dep/cmd/dep \
github.com/jteeuwen/go-bindata/go-bindata
github.com/jteeuwen/go-bindata/go-bindata
# gopkg.in/alecthomas/gometalinter.v2 \
#
GOTOOLS_CHECK = glide go-bindata #gometalinter.v2
GOTOOLS_CHECK = dep go-bindata #gometalinter.v2

all: check get_vendor_deps build test install
all: check get_vendor_deps build test install

check: check_tools

93 changes: 0 additions & 93 deletions glide.lock

This file was deleted.

34 changes: 0 additions & 34 deletions glide.yaml

This file was deleted.

0 comments on commit 47b8a88

Please sign in to comment.