Skip to content

Commit

Permalink
Removing vendor directory and fixing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikunjy committed Apr 18, 2019
1 parent 3c968de commit 1547df5
Show file tree
Hide file tree
Showing 80 changed files with 3 additions and 21,032 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
sudo: false
go:
- 1.11.0
- 1.12.4
- tip
cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
dep version || go get -u github.com/golang/dep/cmd/dep
dep ensure
go get -u github.com/axw/gocov/gocov
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint

.PHONY: fmt
fmt:
Expand Down
52 changes: 0 additions & 52 deletions vendor/github.com/antlr/antlr4/LICENSE.txt

This file was deleted.

212 changes: 0 additions & 212 deletions vendor/github.com/antlr/antlr4/contributors.txt

This file was deleted.

Loading

0 comments on commit 1547df5

Please sign in to comment.