Skip to content

Commit

Permalink
Merge pull request #223 from mengqiy/dropvendor
Browse files Browse the repository at this point in the history
remove vendor
  • Loading branch information
k8s-ci-robot authored Jun 10, 2019
2 parents 783d255 + 6182d20 commit 203d8e8
Show file tree
Hide file tree
Showing 1,006 changed files with 3 additions and 662,736 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
run:
modules-download-mode: vendor
modules-download-mode: readonly
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ setup_envs

header_text "running go vet"

go vet -mod=vendor ./pkg/... ./cmd/...
go vet ./pkg/... ./cmd/...

header_text "running golangci-lint"

Expand All @@ -134,7 +134,7 @@ golangci-lint run --disable-all \

header_text "running go test"

go test -mod=vendor ./pkg/... ./cmd/... -parallel 4
go test ./pkg/... ./cmd/... -parallel 4

# ensure that Gopkg.{toml,lock} are up-to-date
header_text "ensuring that Gopkg.{toml,lock} are up to date..."
Expand Down
5 changes: 0 additions & 5 deletions vendor/github.com/gobuffalo/envy/.env

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/github.com/gobuffalo/envy/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/gobuffalo/envy/.gometalinter.json

This file was deleted.

36 changes: 0 additions & 36 deletions vendor/github.com/gobuffalo/envy/.travis.yml

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/gobuffalo/envy/LICENSE.txt

This file was deleted.

46 changes: 0 additions & 46 deletions vendor/github.com/gobuffalo/envy/Makefile

This file was deleted.

93 changes: 0 additions & 93 deletions vendor/github.com/gobuffalo/envy/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/github.com/gobuffalo/envy/SHOULDERS.md

This file was deleted.

Loading

0 comments on commit 203d8e8

Please sign in to comment.