Skip to content

Commit 87136d9

Browse files
authored
Merge pull request #422 from DirectXMan12/feature/modules
🏃 Remove vendor
2 parents cdeb386 + 81c9bf5 commit 87136d9

File tree

2,219 files changed

+7
-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

+7
-856321
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ os:
44
- linux
55
- osx
66

7+
cache:
8+
directories:
9+
- $HOME/.cache/go-build
10+
- $GOPATH/pkg/mod
11+
712
go:
813
- "1.12"
914

@@ -18,7 +23,7 @@ install:
1823
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.15.0
1924

2025
script:
21-
- MODULES_OPT=vendor GO111MODULE=on TRACE=1 ./hack/check-everything.sh
26+
- GO111MODULE=on TRACE=1 ./hack/check-everything.sh
2227

2328

2429
# 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)