Skip to content

Commit 8b8f621

Browse files
committed
Remove vendor/ folder
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/
1 parent 4d2835f commit 8b8f621

File tree

315 files changed

+2
-235521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+2
-235521
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818

1919
- name: Test
2020
run: |
21-
go mod tidy -v
22-
go test -mod=vendor -race ./...
21+
go test -race ./...
2322
2423
- name: Build
25-
run: go build -mod=vendor ./...
24+
run: go build ./...

vendor/github.com/mattn/go-colorable/.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/mattn/go-colorable/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/github.com/mattn/go-colorable/README.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

vendor/github.com/mattn/go-colorable/colorable_appengine.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

vendor/github.com/mattn/go-colorable/colorable_others.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)