Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ You can retrieve the actual license text by following these steps:
---

cel.dev/expr,Apache-2.0
github.com/Khan/genqlient/graphql,MIT
github.com/Venafi/vcert/v5,Apache-2.0
github.com/antlr4-go/antlr/v4,BSD-3-Clause
github.com/aymerick/douceur,MIT
github.com/beorn7/perks/quantile,MIT
Expand All @@ -59,16 +57,13 @@ github.com/go-openapi/jsonreference,Apache-2.0
github.com/go-openapi/swag,Apache-2.0
github.com/go418/concurrentcache,Apache-2.0
github.com/go418/concurrentcache/logger,Apache-2.0
github.com/gogo/protobuf,BSD-3-Clause
github.com/golang-jwt/jwt/v4,MIT
github.com/golang-jwt/jwt/v5,MIT
github.com/google/btree,Apache-2.0
github.com/google/cel-go,Apache-2.0
github.com/google/cel-go,BSD-3-Clause
github.com/google/gnostic-models,Apache-2.0
github.com/google/uuid,BSD-3-Clause
github.com/gorilla/css/scanner,BSD-3-Clause
github.com/gorilla/websocket,BSD-2-Clause
github.com/hashicorp/errwrap,MPL-2.0
github.com/hashicorp/go-multierror,MPL-2.0
github.com/josharian/intern,MIT
Expand All @@ -85,7 +80,6 @@ github.com/microcosm-cc/bluemonday,BSD-3-Clause
github.com/modern-go/concurrent,Apache-2.0
github.com/modern-go/reflect2,Apache-2.0
github.com/munnerz/goautoneg,BSD-3-Clause
github.com/pkg/errors,BSD-2-Clause
github.com/pmezard/go-difflib/difflib,BSD-3-Clause
github.com/pmylund/go-cache,MIT
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil,BSD-3-Clause
Expand All @@ -98,21 +92,21 @@ github.com/spf13/cobra,Apache-2.0
github.com/spf13/pflag,BSD-3-Clause
github.com/stoewer/go-strcase,MIT
github.com/stretchr/testify,MIT
github.com/vektah/gqlparser/v2,MIT
github.com/x448/float16,MIT
github.com/youmark/pkcs8,MIT
go.opentelemetry.io/otel,Apache-2.0
go.opentelemetry.io/otel,BSD-3-Clause
go.opentelemetry.io/otel/trace,Apache-2.0
go.opentelemetry.io/otel/trace,BSD-3-Clause
go.uber.org/multierr,MIT
go.uber.org/zap,MIT
go.yaml.in/yaml/v2,Apache-2.0
go.yaml.in/yaml/v3,MIT
golang.org/x/crypto,BSD-3-Clause
golang.org/x/exp,BSD-3-Clause
golang.org/x/crypto/pbkdf2,BSD-3-Clause
golang.org/x/exp/slices,BSD-3-Clause
golang.org/x/net,BSD-3-Clause
golang.org/x/oauth2,BSD-3-Clause
golang.org/x/sync,BSD-3-Clause
golang.org/x/sys,BSD-3-Clause
golang.org/x/sys/unix,BSD-3-Clause
golang.org/x/term,BSD-3-Clause
golang.org/x/text,BSD-3-Clause
golang.org/x/time/rate,BSD-3-Clause
Expand All @@ -122,8 +116,6 @@ google.golang.org/genproto/googleapis/rpc/status,Apache-2.0
google.golang.org/protobuf,BSD-3-Clause
gopkg.in/evanphx/json-patch.v4,BSD-3-Clause
gopkg.in/inf.v0,BSD-3-Clause
gopkg.in/ini.v1,Apache-2.0
gopkg.in/yaml.v2,Apache-2.0
gopkg.in/yaml.v3,MIT
k8s.io/api,Apache-2.0
k8s.io/apiextensions-apiserver/pkg,Apache-2.0
Expand All @@ -142,6 +134,7 @@ k8s.io/kube-openapi/pkg/validation/strfmt,Apache-2.0
k8s.io/kube-openapi/pkg/validation/validate,Apache-2.0
k8s.io/utils,Apache-2.0
k8s.io/utils/internal/third_party/forked/golang,BSD-3-Clause
k8s.io/utils/third_party/forked/golang/btree,Apache-2.0
sigs.k8s.io/controller-runtime/pkg,Apache-2.0
sigs.k8s.io/json,Apache-2.0
sigs.k8s.io/json,BSD-3-Clause
Expand Down
Loading
Loading