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/ folder #138

Merged
merged 1 commit into from May 13, 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.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -18,8 +18,7 @@ jobs:

- name: Test
run: |
go mod tidy -v
go test -mod=vendor -race ./...
go test -race ./...

- name: Build
run: go build -mod=vendor ./...
run: go build ./...
15 changes: 0 additions & 15 deletions vendor/github.com/mattn/go-colorable/.travis.yml

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/mattn/go-colorable/LICENSE

This file was deleted.

48 changes: 0 additions & 48 deletions vendor/github.com/mattn/go-colorable/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions vendor/github.com/mattn/go-colorable/colorable_appengine.go

This file was deleted.

38 changes: 0 additions & 38 deletions vendor/github.com/mattn/go-colorable/colorable_others.go

This file was deleted.