cert-manager/LICENSES
Erik Godding Boye 069f38faa9
Bump most direct dependencies to their latest release
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
2025-07-23 21:17:07 +02:00

235 lines
9.8 KiB
Plaintext

This LICENSES file is generated by the `licenses` module in makefile-modules[0].
The licenses below the "---" are determined by the go-licenses tool[1].
The aim of this file is to collect the licenses of all dependencies, and provide
a single source of truth for licenses used by this project.
## For Developers
If CI reports that this file is out of date, you should be careful to check that the
new licenses are acceptable for this project before running `make generate-go-licenses`
to update this file.
Acceptable licenses are those allowlisted by the CNCF[2].
You MUST NOT add any new dependencies whose licenses are not allowlisted by the CNCF,
or which do not have an explicit license exception[3].
## For Users
If this file was included in a release artifact, it is a snapshot of the licenses of all dependencies at the time of the release.
You can retrieve the actual license text by following these steps:
1. Find the dependency name in this file
2. Go to the source code repository of this project, and go to the tag corresponding to this release.
3. Find the exact version of the dependency in the `go.mod` file
4. Search for the dependency at the correct version in the [Go package index](https://pkg.go.dev/).
## Links
[0]: https://github.com/cert-manager/makefile-modules/
[1]: https://github.com/google/go-licenses
[2]: https://github.com/cncf/foundation/blob/db4179134ebe7fa00b140a050c19147db808b6fa/policies-guidance/allowed-third-party-license-policy.md#cncf-allowlist-license-policy
[3]: https://github.com/cncf/foundation/blob/db4179134ebe7fa00b140a050c19147db808b6fa/license-exceptions/README.md
---
cel.dev/expr,Apache-2.0
cloud.google.com/go/auth,Apache-2.0
cloud.google.com/go/auth/oauth2adapt,Apache-2.0
cloud.google.com/go/compute/metadata,Apache-2.0
github.com/Azure/azure-sdk-for-go/sdk/azcore,MIT
github.com/Azure/azure-sdk-for-go/sdk/azidentity,MIT
github.com/Azure/azure-sdk-for-go/sdk/internal,MIT
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns,MIT
github.com/Azure/go-ntlmssp,MIT
github.com/AzureAD/microsoft-authentication-library-for-go/apps,MIT
github.com/Khan/genqlient/graphql,MIT
github.com/NYTimes/gziphandler,Apache-2.0
github.com/Venafi/vcert/v5,Apache-2.0
github.com/akamai/AkamaiOPEN-edgegrid-golang,Apache-2.0
github.com/antlr4-go/antlr/v4,BSD-3-Clause
github.com/aws/aws-sdk-go-v2,Apache-2.0
github.com/aws/aws-sdk-go-v2/config,Apache-2.0
github.com/aws/aws-sdk-go-v2/credentials,Apache-2.0
github.com/aws/aws-sdk-go-v2/feature/ec2/imds,Apache-2.0
github.com/aws/aws-sdk-go-v2/internal/configsources,Apache-2.0
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2,Apache-2.0
github.com/aws/aws-sdk-go-v2/internal/ini,Apache-2.0
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight,BSD-3-Clause
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding,Apache-2.0
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url,Apache-2.0
github.com/aws/aws-sdk-go-v2/service/route53,Apache-2.0
github.com/aws/aws-sdk-go-v2/service/sso,Apache-2.0
github.com/aws/aws-sdk-go-v2/service/ssooidc,Apache-2.0
github.com/aws/aws-sdk-go-v2/service/sts,Apache-2.0
github.com/aws/smithy-go,Apache-2.0
github.com/aws/smithy-go/internal/sync/singleflight,BSD-3-Clause
github.com/beorn7/perks/quantile,MIT
github.com/blang/semver/v4,MIT
github.com/cenkalti/backoff/v4,MIT
github.com/cenkalti/backoff/v5,MIT
github.com/cert-manager/cert-manager,Apache-2.0
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/azuredns,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/clouddns,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/cloudflare,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/route53,MIT
github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/util,MIT
github.com/cert-manager/cert-manager/third_party/forked/acme,BSD-3-Clause
github.com/cespare/xxhash/v2,MIT
github.com/coreos/go-semver/semver,Apache-2.0
github.com/coreos/go-systemd/v22,Apache-2.0
github.com/davecgh/go-spew/spew,ISC
github.com/digitalocean/godo,MIT
github.com/digitalocean/godo,BSD-3-Clause
github.com/emicklei/go-restful/v3,MIT
github.com/evanphx/json-patch/v5,BSD-3-Clause
github.com/felixge/httpsnoop,MIT
github.com/fsnotify/fsnotify,BSD-3-Clause
github.com/fxamacker/cbor/v2,MIT
github.com/go-asn1-ber/asn1-ber,MIT
github.com/go-http-utils/headers,MIT
github.com/go-jose/go-jose/v4,Apache-2.0
github.com/go-jose/go-jose/v4/json,BSD-3-Clause
github.com/go-ldap/ldap/v3,MIT
github.com/go-logr/logr,Apache-2.0
github.com/go-logr/stdr,Apache-2.0
github.com/go-logr/zapr,Apache-2.0
github.com/go-openapi/jsonpointer,Apache-2.0
github.com/go-openapi/jsonreference,Apache-2.0
github.com/go-openapi/swag,Apache-2.0
github.com/gogo/protobuf,BSD-3-Clause
github.com/golang-jwt/jwt/v5,MIT
github.com/golang/protobuf/proto,BSD-3-Clause
github.com/golang/snappy,BSD-3-Clause
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/certificate-transparency-go,Apache-2.0
github.com/google/gnostic-models,Apache-2.0
github.com/google/go-cmp/cmp,BSD-3-Clause
github.com/google/go-querystring/query,BSD-3-Clause
github.com/google/s2a-go,Apache-2.0
github.com/google/uuid,BSD-3-Clause
github.com/googleapis/enterprise-certificate-proxy/client,Apache-2.0
github.com/googleapis/gax-go/v2,BSD-3-Clause
github.com/gorilla/websocket,BSD-2-Clause
github.com/grpc-ecosystem/go-grpc-prometheus,Apache-2.0
github.com/grpc-ecosystem/grpc-gateway/v2,BSD-3-Clause
github.com/hashicorp/errwrap,MPL-2.0
github.com/hashicorp/go-cleanhttp,MPL-2.0
github.com/hashicorp/go-hmac-drbg/hmacdrbg,MIT
github.com/hashicorp/go-multierror,MPL-2.0
github.com/hashicorp/go-retryablehttp,MPL-2.0
github.com/hashicorp/go-rootcerts,MPL-2.0
github.com/hashicorp/go-secure-stdlib/cryptoutil,MPL-2.0
github.com/hashicorp/go-secure-stdlib/parseutil,MPL-2.0
github.com/hashicorp/go-secure-stdlib/strutil,MPL-2.0
github.com/hashicorp/go-sockaddr,MPL-2.0
github.com/hashicorp/hcl,MPL-2.0
github.com/hashicorp/vault/api,MPL-2.0
github.com/hashicorp/vault/sdk/helper,MPL-2.0
github.com/josharian/intern,MIT
github.com/json-iterator/go,MIT
github.com/kr/pretty,MIT
github.com/kr/text,MIT
github.com/kylelemons/godebug,Apache-2.0
github.com/mailru/easyjson,MIT
github.com/miekg/dns,BSD-3-Clause
github.com/mitchellh/go-homedir,MIT
github.com/mitchellh/mapstructure,MIT
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/nrdcg/goacmedns,MIT
github.com/patrickmn/go-cache,MIT
github.com/pavlo-v-chernykh/keystore-go/v4,MIT
github.com/pierrec/lz4,BSD-3-Clause
github.com/pkg/browser,BSD-2-Clause
github.com/pkg/errors,BSD-2-Clause
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil,BSD-3-Clause
github.com/prometheus/client_golang/prometheus,Apache-2.0
github.com/prometheus/client_model/go,Apache-2.0
github.com/prometheus/common,Apache-2.0
github.com/prometheus/procfs,Apache-2.0
github.com/rogpeppe/go-internal/fmtsort,BSD-3-Clause
github.com/ryanuber/go-glob,MIT
github.com/sirupsen/logrus,MIT
github.com/sosodev/duration,MIT
github.com/spf13/cobra,Apache-2.0
github.com/spf13/pflag,BSD-3-Clause
github.com/stoewer/go-strcase,MIT
github.com/vektah/gqlparser/v2,MIT
github.com/x448/float16,MIT
github.com/youmark/pkcs8,MIT
go.etcd.io/etcd/api/v3,Apache-2.0
go.etcd.io/etcd/client/pkg/v3,Apache-2.0
go.etcd.io/etcd/client/v3,Apache-2.0
go.opentelemetry.io/auto/sdk,Apache-2.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc,Apache-2.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp,Apache-2.0
go.opentelemetry.io/otel,Apache-2.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace,Apache-2.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,Apache-2.0
go.opentelemetry.io/otel/metric,Apache-2.0
go.opentelemetry.io/otel/sdk,Apache-2.0
go.opentelemetry.io/otel/trace,Apache-2.0
go.opentelemetry.io/proto/otlp,Apache-2.0
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/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/term,BSD-3-Clause
golang.org/x/text,BSD-3-Clause
golang.org/x/time/rate,BSD-3-Clause
gomodules.xyz/jsonpatch/v2,Apache-2.0
google.golang.org/api,BSD-3-Clause
google.golang.org/api/internal/third_party/uritemplates,BSD-3-Clause
google.golang.org/genproto/googleapis/api,Apache-2.0
google.golang.org/genproto/googleapis/rpc,Apache-2.0
google.golang.org/grpc,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/natefinch/lumberjack.v2,MIT
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
k8s.io/apimachinery/pkg,Apache-2.0
k8s.io/apimachinery/third_party/forked/golang,BSD-3-Clause
k8s.io/apiserver,Apache-2.0
k8s.io/client-go,Apache-2.0
k8s.io/component-base,Apache-2.0
k8s.io/klog/v2,Apache-2.0
k8s.io/kms,Apache-2.0
k8s.io/kube-aggregator/pkg/apis/apiregistration,Apache-2.0
k8s.io/kube-openapi/pkg,Apache-2.0
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,BSD-3-Clause
k8s.io/kube-openapi/pkg/internal/third_party/govalidator,MIT
k8s.io/kube-openapi/pkg/validation/errors,Apache-2.0
k8s.io/kube-openapi/pkg/validation/spec,Apache-2.0
k8s.io/kube-openapi/pkg/validation/strfmt,Apache-2.0
k8s.io/utils,Apache-2.0
k8s.io/utils/internal/third_party/forked/golang,BSD-3-Clause
sigs.k8s.io/apiserver-network-proxy/konnectivity-client,Apache-2.0
sigs.k8s.io/controller-runtime,Apache-2.0
sigs.k8s.io/gateway-api,Apache-2.0
sigs.k8s.io/json,Apache-2.0
sigs.k8s.io/json,BSD-3-Clause
sigs.k8s.io/randfill,Apache-2.0
sigs.k8s.io/structured-merge-diff/v4,Apache-2.0
sigs.k8s.io/yaml,MIT
sigs.k8s.io/yaml,Apache-2.0
sigs.k8s.io/yaml,BSD-3-Clause
software.sslmate.com/src/go-pkcs12,BSD-3-Clause