Skip to content

Commit

Permalink
Remove vendor/ folder
Browse files Browse the repository at this point in the history
I started to like working on projects that **don't** use `vendor/`
folders anymore. The Go ecosystem has improved a lot over the years.
With the introduction of the Go module proxy, it's more efficient and
faster for users as well.

If you're interested, here is a blog post I wrote once that goes into
more details:
https://arslan.io/2019/08/02/why-you-should-use-a-go-module-proxy/
  • Loading branch information
fatih committed May 13, 2021
1 parent 4d2835f commit 8b8f621
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 8b8f621

Please sign in to comment.