Skip to content

Commit

Permalink
Replace kodata/VENDOR-LICENSE symlinks with symlink to third_party.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlynch committed Dec 11, 2019
1 parent 2d14159 commit 48ddd32
Show file tree
Hide file tree
Showing 256 changed files with 106,387 additions and 13,848 deletions.
1 change: 0 additions & 1 deletion cmd/controller/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions cmd/controller/kodata/third_party
1 change: 0 additions & 1 deletion cmd/creds-init/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions cmd/creds-init/kodata/third_party
1 change: 0 additions & 1 deletion cmd/entrypoint/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions cmd/entrypoint/kodata/third_party
1 change: 0 additions & 1 deletion cmd/git-init/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions cmd/git-init/kodata/third_party
4,505 changes: 0 additions & 4,505 deletions cmd/imagedigestexporter/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions cmd/imagedigestexporter/kodata/third_party
4,505 changes: 0 additions & 4,505 deletions cmd/kubeconfigwriter/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions cmd/kubeconfigwriter/kodata/third_party
4,827 changes: 0 additions & 4,827 deletions cmd/pullrequest-init/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions cmd/pullrequest-init/kodata/third_party
1 change: 0 additions & 1 deletion cmd/webhook/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions cmd/webhook/kodata/third_party
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ go 1.13

require (
cloud.google.com/go v0.47.0 // indirect
cloud.google.com/go/storage v1.0.0
contrib.go.opencensus.io/exporter/prometheus v0.1.0 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.12.8 // indirect
github.com/Azure/azure-sdk-for-go v36.1.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.9.2 // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher v0.0.0-20191203181535-308b93ad1f39
github.com/aws/aws-sdk-go v1.25.31 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cloudevents/sdk-go v0.0.0-20190509003705-56931988abe3
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/ghodss/yaml v1.0.0
Expand All @@ -30,7 +31,6 @@ require (
github.com/imdario/mergo v0.3.8 // indirect
github.com/jenkins-x/go-scm v1.5.65
github.com/json-iterator/go v1.1.8 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/markbates/inflect v1.0.4 // indirect
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
github.com/mitchellh/go-homedir v1.1.0
Expand All @@ -41,7 +41,7 @@ require (
github.com/prometheus/procfs v0.0.5 // indirect
github.com/shurcooL/githubv4 v0.0.0-20191102174205-af46314aec7b // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tektoncd/plumbing v0.0.0-20191206114338-712d544c2c21
github.com/tektoncd/plumbing v0.0.0-20191210145340-e34ec9c0a739
go.opencensus.io v0.22.1
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/zap v1.9.2-0.20180814183419-67bc79d13d15
Expand All @@ -52,7 +52,7 @@ require (
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
google.golang.org/api v0.10.0 // indirect
google.golang.org/api v0.10.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.24.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
56 changes: 56 additions & 0 deletions go.sum

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions hack/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ import (
_ "k8s.io/kube-openapi/cmd/openapi-gen"

_ "knative.dev/pkg/codegen/cmd/injection-gen"

_ "github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher"
)
Loading

0 comments on commit 48ddd32

Please sign in to comment.