Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop vendor licenses #864

Merged
merged 2 commits into from Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion cmd/controller/kodata/HEAD

This file was deleted.

1 change: 0 additions & 1 deletion cmd/controller/kodata/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion cmd/controller/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion cmd/controller/kodata/refs

This file was deleted.

1 change: 0 additions & 1 deletion cmd/webhook/kodata/HEAD

This file was deleted.

1 change: 0 additions & 1 deletion cmd/webhook/kodata/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion cmd/webhook/kodata/VENDOR-LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion cmd/webhook/kodata/refs

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,6 @@ module knative.dev/sample-controller
go 1.21

require (
github.com/hashicorp/golang-lru v1.0.2
go.uber.org/zap v1.27.0
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
Expand Down Expand Up @@ -42,6 +41,7 @@ require (
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down

This file was deleted.