2022-09-21 07:47:57 -04:00
|
|
|
module github.com/edgelesssys/constellation/v2
|
2022-03-22 11:03:15 -04:00
|
|
|
|
2024-07-03 03:49:37 -04:00
|
|
|
go 1.22.5
|
2022-03-22 11:03:15 -04:00
|
|
|
|
2024-06-11 14:15:42 -04:00
|
|
|
// TODO(daniel-weisse): revert after merging https://github.com/martinjungblut/go-cryptsetup/pull/16.
|
|
|
|
replace github.com/martinjungblut/go-cryptsetup => github.com/daniel-weisse/go-cryptsetup v0.0.0-20230705150314-d8c07bd1723c
|
2022-08-16 10:20:27 -04:00
|
|
|
|
2024-06-24 10:04:07 -04:00
|
|
|
// Kubernetes replace directives are required because we depend on k8s.io/kubernetes/cmd/kubeadm
|
|
|
|
// k8s discourages usage of k8s.io/kubernetes as a dependency, but no external staging repositories for kubeadm exist.
|
|
|
|
// Our code does not actually depend on these packages, but `go mod download` breaks without this replace directive.
|
|
|
|
// See this issue: https://github.com/kubernetes/kubernetes/issues/79384
|
|
|
|
// And this README: https://github.com/kubernetes/kubernetes/blob/master/staging/README.md
|
|
|
|
replace (
|
|
|
|
k8s.io/cloud-provider => k8s.io/cloud-provider v0.30.2
|
|
|
|
k8s.io/controller-manager => k8s.io/controller-manager v0.30.2
|
|
|
|
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.30.2
|
|
|
|
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.30.2
|
|
|
|
k8s.io/endpointslice => k8s.io/endpointslice v0.30.2
|
|
|
|
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.30.2
|
|
|
|
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.30.2
|
|
|
|
k8s.io/kube-proxy => k8s.io/kube-proxy v0.30.2
|
|
|
|
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.30.2
|
|
|
|
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.30.2
|
|
|
|
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.30.2
|
|
|
|
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.30.2
|
|
|
|
)
|
|
|
|
|
2022-03-22 11:03:15 -04:00
|
|
|
require (
|
2024-08-06 03:31:03 -04:00
|
|
|
cloud.google.com/go/compute v1.27.4
|
|
|
|
cloud.google.com/go/compute/metadata v0.5.0
|
|
|
|
cloud.google.com/go/kms v1.18.4
|
|
|
|
cloud.google.com/go/secretmanager v1.13.5
|
2024-07-10 04:29:58 -04:00
|
|
|
cloud.google.com/go/storage v1.43.0
|
2023-10-09 07:04:29 -04:00
|
|
|
dario.cat/mergo v1.0.0
|
2023-03-20 08:33:04 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
|
2024-08-01 05:28:15 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13.0
|
2024-06-26 09:40:45 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
|
2024-08-01 05:28:15 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.0.0
|
2024-08-01 06:46:03 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6 v6.0.0
|
2024-02-21 04:44:07 -05:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.1.0
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/BurntSushi/toml v1.4.0
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/aws/aws-sdk-go v1.55.5
|
|
|
|
github.com/aws/aws-sdk-go-v2 v1.30.3
|
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.27.27
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.27
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.10
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.43.3
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.38.4
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ec2 v1.173.0
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.34.0
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.23.3
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.3
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.4
|
2024-07-03 07:59:03 -04:00
|
|
|
github.com/aws/smithy-go v1.20.3
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/bazelbuild/buildtools v0.0.0-20240804201302-37932ddd7230
|
|
|
|
github.com/bazelbuild/rules_go v0.49.0
|
2022-11-10 05:38:27 -05:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
2024-08-08 04:24:32 -04:00
|
|
|
github.com/docker/docker v27.1.1+incompatible
|
2024-05-14 02:15:57 -04:00
|
|
|
github.com/edgelesssys/go-azguestattestation v0.0.0-20240513062303-05f8770a633d
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/edgelesssys/go-tdx-qpl v0.0.0-20240123150912-dcad3c41ec5f
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/foxboron/go-uefi v0.0.0-20240805124652-e2076f0e58ca
|
2023-10-26 09:33:23 -04:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
2023-01-06 12:49:45 -05:00
|
|
|
github.com/go-playground/locales v0.14.1
|
2023-02-28 05:19:26 -05:00
|
|
|
github.com/go-playground/universal-translator v0.18.1
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/go-playground/validator/v10 v10.22.0
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2024-05-14 02:15:57 -04:00
|
|
|
github.com/google/go-sev-guest v0.11.1
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/google/go-tdx-guest v0.3.1
|
2024-06-17 07:38:59 -04:00
|
|
|
github.com/google/go-tpm v0.9.1
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/google/go-tpm-tools v0.4.4
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/googleapis/gax-go/v2 v2.13.0
|
2024-08-08 04:37:09 -04:00
|
|
|
github.com/gophercloud/gophercloud/v2 v2.1.0
|
|
|
|
github.com/gophercloud/utils/v2 v2.0.0-20240807081201-990d90b23c70
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/hashicorp/go-kms-wrapping/v2 v2.0.16
|
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/awskms/v2 v2.0.9
|
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2 v2.0.11
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/hashicorp/go-kms-wrapping/wrappers/gcpckms/v2 v2.0.12
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/hashicorp/go-version v1.7.0
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/hashicorp/hc-install v0.8.0
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/hashicorp/hcl/v2 v2.21.0
|
|
|
|
github.com/hashicorp/terraform-exec v0.21.0
|
|
|
|
github.com/hashicorp/terraform-json v0.22.1
|
2024-07-10 04:29:58 -04:00
|
|
|
github.com/hashicorp/terraform-plugin-framework v1.10.0
|
|
|
|
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/hashicorp/terraform-plugin-go v0.23.0
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/hashicorp/terraform-plugin-log v0.9.0
|
2024-07-10 04:29:58 -04:00
|
|
|
github.com/hashicorp/terraform-plugin-testing v1.9.0
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/hexops/gotextdiff v1.0.3
|
2022-07-05 03:48:47 -04:00
|
|
|
github.com/martinjungblut/go-cryptsetup v0.0.0-20220520180014-fd0874fd07a6
|
2024-02-05 06:06:48 -05:00
|
|
|
github.com/mattn/go-isatty v0.0.20
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/onsi/ginkgo/v2 v2.19.1
|
|
|
|
github.com/onsi/gomega v1.34.1
|
2022-10-11 07:57:52 -04:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/regclient/regclient v0.7.1
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/rogpeppe/go-internal v1.12.0
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/samber/slog-multi v1.2.0
|
|
|
|
github.com/schollz/progressbar/v3 v3.14.6
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/secure-systems-lab/go-securesystemslib v0.8.0
|
2024-06-26 09:40:45 -04:00
|
|
|
github.com/siderolabs/talos/pkg/machinery v1.7.5
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/sigstore/rekor v1.3.6
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/sigstore/sigstore v1.8.7
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/spf13/afero v1.11.0
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2023-10-16 09:05:29 -04:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/tink-crypto/tink-go/v2 v2.2.0
|
2023-12-08 12:34:10 -05:00
|
|
|
github.com/vincent-petithory/dataurl v1.0.0
|
2024-08-06 03:31:03 -04:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.15
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.15
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.15
|
2023-10-25 11:39:41 -04:00
|
|
|
go.uber.org/goleak v1.3.0
|
2024-07-10 04:29:58 -04:00
|
|
|
golang.org/x/crypto v0.25.0
|
2024-08-06 03:31:03 -04:00
|
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
|
|
|
|
golang.org/x/mod v0.20.0
|
|
|
|
golang.org/x/sys v0.23.0
|
2024-08-08 04:37:09 -04:00
|
|
|
golang.org/x/text v0.17.0
|
2024-07-10 04:29:58 -04:00
|
|
|
golang.org/x/tools v0.23.0
|
2024-08-06 03:31:03 -04:00
|
|
|
google.golang.org/api v0.190.0
|
2024-07-10 04:29:58 -04:00
|
|
|
google.golang.org/grpc v1.65.0
|
2024-06-21 04:05:57 -04:00
|
|
|
google.golang.org/protobuf v1.34.2
|
2022-08-01 03:37:05 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-08-06 03:31:03 -04:00
|
|
|
helm.sh/helm/v3 v3.15.3
|
|
|
|
k8s.io/api v0.30.3
|
|
|
|
k8s.io/apiextensions-apiserver v0.30.3
|
|
|
|
k8s.io/apimachinery v0.30.3
|
|
|
|
k8s.io/apiserver v0.30.3
|
|
|
|
k8s.io/client-go v0.30.3
|
|
|
|
k8s.io/cluster-bootstrap v0.30.3
|
|
|
|
k8s.io/kubelet v0.30.3
|
2024-07-23 19:26:04 -04:00
|
|
|
k8s.io/kubernetes v1.30.3
|
2024-08-06 03:31:03 -04:00
|
|
|
k8s.io/mount-utils v0.30.3
|
|
|
|
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
|
|
|
|
libvirt.org/go/libvirt v1.10005.0
|
2024-06-21 04:05:57 -04:00
|
|
|
sigs.k8s.io/controller-runtime v0.18.4
|
2023-12-21 06:42:04 -05:00
|
|
|
sigs.k8s.io/yaml v1.4.0
|
2022-03-22 11:03:15 -04:00
|
|
|
)
|
|
|
|
|
2022-08-01 03:37:05 -04:00
|
|
|
require (
|
2024-06-21 04:05:57 -04:00
|
|
|
cloud.google.com/go v0.115.0 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
cloud.google.com/go/auth v0.7.3 // indirect
|
|
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
|
|
|
|
cloud.google.com/go/iam v1.1.12 // indirect
|
|
|
|
cloud.google.com/go/longrunning v0.5.11 // indirect
|
2023-10-27 07:31:54 -04:00
|
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
|
2024-08-01 05:28:15 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0 // indirect
|
2023-05-05 09:12:25 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
|
2024-02-21 04:44:07 -05:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
2022-12-06 12:51:06 -05:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2023-05-23 10:25:26 -04:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
|
2023-12-21 06:42:04 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
|
2023-02-08 06:03:54 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
2024-02-06 08:27:30 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
2023-02-08 06:03:54 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
|
2022-10-19 04:37:40 -04:00
|
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
2023-07-06 09:13:01 -04:00
|
|
|
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
2023-02-17 04:42:48 -05:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
2023-07-06 09:13:01 -04:00
|
|
|
github.com/Masterminds/squirrel v1.5.4 // indirect
|
2023-07-06 07:21:29 -04:00
|
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
2024-02-15 12:01:36 -05:00
|
|
|
github.com/Microsoft/hcsshim v0.11.4 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
|
|
|
|
github.com/agext/levenshtein v1.2.2 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
2023-05-11 11:23:17 -04:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
2024-07-03 07:59:03 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.15 // indirect
|
2024-07-03 07:59:03 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.17 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.15 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-10-11 07:57:52 -04:00
|
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
2023-02-16 09:20:36 -05:00
|
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
2024-07-10 04:29:58 -04:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2022-10-19 04:37:40 -04:00
|
|
|
github.com/chai2010/gettext-go v1.0.2 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/containerd/containerd v1.7.12 // indirect
|
2024-02-15 12:01:36 -05:00
|
|
|
github.com/containerd/log v0.1.0 // indirect
|
2024-07-03 13:38:55 -04:00
|
|
|
github.com/coredns/caddy v1.1.1 // indirect
|
|
|
|
github.com/coredns/corefile-migration v1.0.21 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
|
2023-09-11 04:27:53 -04:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
|
|
github.com/distribution/reference v0.5.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/docker/cli v25.0.1+incompatible // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/docker/distribution v2.8.3+incompatible // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/docker/go-connections v0.5.0 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
2022-11-01 07:14:55 -04:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
|
|
|
|
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
2022-10-11 07:57:52 -04:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
2023-10-27 07:31:54 -04:00
|
|
|
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
|
2024-04-05 06:14:48 -04:00
|
|
|
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
|
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
2023-08-04 11:48:14 -04:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/go-logr/zapr v1.3.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/go-openapi/analysis v0.23.0 // indirect
|
|
|
|
github.com/go-openapi/errors v0.22.0 // indirect
|
|
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
|
|
github.com/go-openapi/jsonreference v0.21.0 // indirect
|
|
|
|
github.com/go-openapi/loads v0.22.0 // indirect
|
|
|
|
github.com/go-openapi/runtime v0.28.0 // indirect
|
|
|
|
github.com/go-openapi/spec v0.21.0 // indirect
|
|
|
|
github.com/go-openapi/strfmt v0.23.0 // indirect
|
|
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
|
|
github.com/go-openapi/validate v0.24.0 // indirect
|
|
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2023-05-11 11:23:17 -04:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
2024-08-08 04:37:09 -04:00
|
|
|
github.com/gofrs/uuid/v5 v5.2.0 // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-03-23 04:50:09 -04:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2024-04-25 08:03:24 -04:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2022-10-11 07:57:52 -04:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2024-05-14 02:15:57 -04:00
|
|
|
github.com/google/certificate-transparency-go v1.1.8 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/google/gnostic-models v0.6.8 // indirect
|
2024-05-14 02:15:57 -04:00
|
|
|
github.com/google/go-attestation v0.5.1 // indirect
|
2023-10-27 03:59:26 -04:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2024-01-24 09:10:15 -05:00
|
|
|
github.com/google/go-configfs-tsm v0.2.2 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/google/go-containerregistry v0.20.0 // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/google/go-tspi v0.3.0 // indirect
|
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2022-12-06 12:51:06 -05:00
|
|
|
github.com/google/logger v1.1.1 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/google/s2a-go v0.1.8 // indirect
|
2022-12-06 12:51:06 -05:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
2024-05-14 02:15:57 -04:00
|
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/gosuri/uitable v0.0.4 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
|
2022-06-15 10:00:48 -04:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
|
2022-09-27 03:22:29 -04:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/hashicorp/go-hclog v1.6.3 // indirect
|
2022-12-06 12:51:06 -05:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/hashicorp/go-plugin v1.6.0 // indirect
|
2024-06-26 09:40:45 -04:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/hashicorp/go-secure-stdlib/awsutil v0.1.6 // indirect
|
2023-02-08 06:03:54 -05:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
2024-07-10 04:29:58 -04:00
|
|
|
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
|
|
|
|
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
|
|
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
2023-04-03 10:40:49 -04:00
|
|
|
github.com/huandu/xstrings v1.4.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/imdario/mergo v0.3.15 // indirect
|
2023-04-12 10:46:16 -04:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/jmoiron/sqlx v1.3.5 // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
2024-06-27 04:32:17 -04:00
|
|
|
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
|
2023-05-31 17:30:27 -04:00
|
|
|
github.com/lib/pq v1.10.9 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2022-11-01 07:14:55 -04:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
2023-06-01 07:55:46 -04:00
|
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
2022-10-11 07:57:52 -04:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/moby/sys/mountinfo v0.6.2 // indirect
|
2023-10-27 07:31:54 -04:00
|
|
|
github.com/moby/term v0.5.0 // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
2022-05-04 06:01:25 -04:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/oklog/run v1.0.0 // indirect
|
2022-10-11 07:57:52 -04:00
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
|
2022-10-11 07:57:52 -04:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
2023-02-28 04:13:22 -05:00
|
|
|
github.com/pborman/uuid v1.2.1 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/prometheus/client_golang v1.19.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
|
|
github.com/prometheus/common v0.48.0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/rubenv/sql-migrate v1.5.2 // indirect
|
2023-02-17 04:42:48 -05:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/samber/lo v1.38.1 // indirect
|
2023-05-11 11:23:17 -04:00
|
|
|
github.com/sassoftware/relic v7.2.1+incompatible // indirect
|
2023-02-28 09:17:21 -05:00
|
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
2023-10-27 07:31:54 -04:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
github.com/spf13/cast v1.6.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
2024-02-21 04:30:46 -05:00
|
|
|
github.com/theupdateframework/go-tuf v0.7.0 // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
|
2023-05-31 17:30:27 -04:00
|
|
|
github.com/transparency-dev/merkle v0.0.2 // indirect
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/ulikunitz/xz v0.5.12 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2023-03-08 08:13:57 -05:00
|
|
|
github.com/vtolstov/go-ioctl v0.0.0-20151206205506-6be9cced4810 // indirect
|
2023-05-24 12:57:45 -04:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
2022-09-21 10:53:06 -04:00
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
2023-10-27 07:31:54 -04:00
|
|
|
github.com/xlab/treeprint v1.2.0 // indirect
|
2024-06-21 04:05:57 -04:00
|
|
|
github.com/zclconf/go-cty v1.14.4 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
go.mongodb.org/mongo-driver v1.14.0 // indirect
|
2022-11-21 08:45:48 -05:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2024-06-26 09:40:45 -04:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.27.0 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
|
2023-07-06 09:41:14 -04:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
go.uber.org/zap v1.27.0 // indirect
|
2024-07-10 04:29:58 -04:00
|
|
|
golang.org/x/net v0.27.0 // indirect
|
2024-06-21 04:05:57 -04:00
|
|
|
golang.org/x/oauth2 v0.21.0 // indirect
|
2024-08-08 04:37:09 -04:00
|
|
|
golang.org/x/sync v0.8.0 // indirect
|
2024-07-10 04:29:58 -04:00
|
|
|
golang.org/x/term v0.22.0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2024-01-08 07:19:38 -05:00
|
|
|
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2022-12-06 12:51:06 -05:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2024-06-21 04:05:57 -04:00
|
|
|
k8s.io/cli-runtime v0.30.0 // indirect
|
2024-08-06 03:31:03 -04:00
|
|
|
k8s.io/component-base v0.30.3 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
k8s.io/klog/v2 v2.120.1 // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
|
2024-06-21 04:05:57 -04:00
|
|
|
k8s.io/kubectl v0.30.0 // indirect
|
2024-02-21 04:18:52 -05:00
|
|
|
oras.land/oras-go v1.2.5 // indirect
|
2023-03-01 08:52:19 -05:00
|
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
2024-05-08 11:31:47 -04:00
|
|
|
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
|
|
|
|
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
|
2023-12-21 06:42:04 -05:00
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
2022-03-22 11:03:15 -04:00
|
|
|
)
|