Skip to content

Commit

Permalink
Merge pull request #138 from fatih/remove-vendor-folder
Browse files Browse the repository at this point in the history
Remove `vendor/` folder
  • Loading branch information
fatih committed May 13, 2021
2 parents 4d2835f + 8b8f621 commit 4e981ce
Show file tree
Hide file tree
Showing 315 changed files with 2 additions and 235,521 deletions.
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.

0 comments on commit 4e981ce

Please sign in to comment.