Skip to content

Commit

Permalink
drop vendor licenses (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Mar 28, 2024
1 parent 2d5cb09 commit d4d3f76
Show file tree
Hide file tree
Showing 107 changed files with 1 addition and 10,746 deletions.
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.

2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -4,7 +4,6 @@ go 1.21

require (
github.com/google/go-cmp v0.6.0
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 @@ -44,6 +43,7 @@ require (
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.1 // 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.16 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down

This file was deleted.

0 comments on commit d4d3f76

Please sign in to comment.