Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove vendor directory #633

Merged
merged 2 commits into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VERSION := $(shell awk -F\" '/^const Version/ { print $$2; exit }' cmd/serf/vers
GITSHA:=$(shell git rev-parse HEAD)
GITBRANCH:=$(shell git symbolic-ref --short HEAD 2>/dev/null)

GOFILES ?= $(shell go list ./... | grep -v /vendor/)
GOFILES ?= $(shell go list ./...)

default: test

Expand Down
22 changes: 0 additions & 22 deletions vendor/github.com/armon/circbuf/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/armon/circbuf/LICENSE

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/armon/circbuf/README.md

This file was deleted.

92 changes: 0 additions & 92 deletions vendor/github.com/armon/circbuf/circbuf.go

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/github.com/armon/go-metrics/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/armon/go-metrics/LICENSE

This file was deleted.

91 changes: 0 additions & 91 deletions vendor/github.com/armon/go-metrics/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/armon/go-metrics/const_unix.go

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/armon/go-metrics/const_windows.go

This file was deleted.

Loading