Skip to content

Commit 408db94

Browse files
committed
Remove vendor
Modules don't need vendor any more, so it doesn't serve any purpose.
1 parent dfc2508 commit 408db94

File tree

2,219 files changed

+2
-856321
lines changed

Some content is hidden

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

2,219 files changed

+2
-856321
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.15.0
1919

2020
script:
21-
- MODULES_OPT=vendor GO111MODULE=on TRACE=1 ./hack/check-everything.sh
21+
- GO111MODULE=on TRACE=1 ./hack/check-everything.sh
2222

2323

2424
# TBD. Suppressing for now.

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ require (
88
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
99
github.com/evanphx/json-patch v4.1.0+incompatible
1010
github.com/fsnotify/fsnotify v1.4.7 // indirect
11-
github.com/ghodss/yaml v1.0.0
1211
github.com/go-logr/logr v0.1.0
1312
github.com/go-logr/zapr v0.1.0
1413
github.com/gogo/protobuf v1.1.1 // indirect
@@ -57,5 +56,5 @@ require (
5756
k8s.io/klog v0.1.0 // indirect
5857
k8s.io/kube-openapi v0.0.0-20180731170545-e3762e86a74c // indirect
5958
sigs.k8s.io/testing_frameworks v0.1.1
60-
sigs.k8s.io/yaml v1.1.0 // indirect
59+
sigs.k8s.io/yaml v1.1.0
6160
)

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ github.com/evanphx/json-patch v4.1.0+incompatible h1:K1MDoo4AZ4wU0GIU/fPmtZg7Vpz
1111
github.com/evanphx/json-patch v4.1.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
1212
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
1313
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
14-
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
15-
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
1614
github.com/go-logr/logr v0.1.0 h1:M1Tv3VzNlEHg6uyACnRdtrploV2P7wZqH8BoQMtz0cg=
1715
github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas=
1816
github.com/go-logr/zapr v0.1.0 h1:h+WVe9j6HAA01niTJPA/kKH0i7e0rLZBCwauQFcRE54=

vendor/cloud.google.com/go/AUTHORS

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

vendor/cloud.google.com/go/CONTRIBUTORS

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

vendor/cloud.google.com/go/LICENSE

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

0 commit comments

Comments
 (0)