forked from wal-g/wal-g
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tamal Saha <[email protected]>
- Loading branch information
Showing
3 changed files
with
462 additions
and
627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,229 +1,248 @@ | ||
module github.com/wal-g/wal-g | ||
|
||
go 1.20 | ||
go 1.22.7 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.30.1 | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1 | ||
github.com/Azure/go-autorest/autorest v0.11.28 | ||
cloud.google.com/go/storage v1.40.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.1 | ||
github.com/Azure/go-autorest/autorest v0.11.29 | ||
github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756 | ||
github.com/RoaringBitmap/roaring v0.4.21 | ||
github.com/aws/aws-sdk-go v1.44.149 | ||
github.com/aws/aws-sdk-go v1.50.36 | ||
github.com/blang/semver v3.5.1+incompatible | ||
github.com/cactus/go-statsd-client/v5 v5.0.0 | ||
github.com/cenkalti/backoff v2.2.1+incompatible | ||
github.com/cucumber/godog v0.12.5 | ||
github.com/cyberdelia/lzo v0.0.0-20171006181345-d85071271a6f | ||
github.com/denisenkom/go-mssqldb v0.10.0 | ||
github.com/docker/docker v20.10.20+incompatible | ||
github.com/docker/docker v25.0.6+incompatible | ||
github.com/go-mysql-org/go-mysql v1.7.0 | ||
github.com/go-redis/redis v6.15.6+incompatible | ||
github.com/go-sql-driver/mysql v1.6.0 | ||
github.com/go-sql-driver/mysql v1.8.1 | ||
github.com/gofrs/flock v0.8.0 | ||
github.com/golang/mock v1.5.0 | ||
github.com/google/uuid v1.3.0 | ||
github.com/google/brotli/go/cbrotli v0.0.0-20220110100810-f4153a09f87c | ||
github.com/google/uuid v1.6.0 | ||
github.com/greenplum-db/gp-common-go-libs v1.0.4 | ||
github.com/hashicorp/golang-lru v0.5.4 | ||
github.com/jackc/pgconn v1.6.5-0.20200823013804-5db484908cf7 | ||
github.com/jackc/pglogrepl v0.0.0-20210109153808-a78a685a0bff | ||
github.com/jackc/pgproto3/v2 v2.0.7 | ||
github.com/jackc/pgx v3.6.0+incompatible | ||
github.com/jedib0t/go-pretty v4.3.0+incompatible | ||
github.com/magiconair/properties v1.8.5 // indirect | ||
github.com/klauspost/compress v1.17.2 | ||
github.com/minio/sio v0.2.0 | ||
github.com/mongodb/mongo-tools-common v2.0.1+incompatible | ||
github.com/ncw/swift/v2 v2.0.2 | ||
github.com/pierrec/lz4/v4 v4.1.11 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pkg/profile v1.6.0 | ||
github.com/pkg/sftp v1.11.0 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/prometheus/client_golang v1.18.0 | ||
github.com/prometheus/client_model v0.6.1 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.8.1 | ||
github.com/stretchr/testify v1.8.3 | ||
github.com/stretchr/testify v1.10.0 | ||
github.com/ulikunitz/xz v0.5.8 | ||
github.com/wal-g/json v0.3.1 | ||
github.com/wal-g/tracelog v0.0.0-20231219102105-60dcd9126592 | ||
github.com/yandex-cloud/go-genproto v0.0.0-20230918115514-93a99045c9de | ||
github.com/yandex-cloud/go-sdk v0.0.0-20230918120620-9e95f0816d79 | ||
go.mongodb.org/mongo-driver v1.9.1 | ||
golang.org/x/crypto v0.14.0 | ||
golang.org/x/sync v0.4.0 | ||
golang.org/x/time v0.3.0 | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 | ||
google.golang.org/api v0.126.0 | ||
gopkg.in/ini.v1 v1.66.2 | ||
) | ||
|
||
require ( | ||
github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756 | ||
github.com/cactus/go-statsd-client/v5 v5.0.0 | ||
github.com/google/brotli/go/cbrotli v0.0.0-20220110100810-f4153a09f87c | ||
github.com/klauspost/compress v1.16.5 | ||
github.com/ncw/swift/v2 v2.0.2 | ||
github.com/pkg/profile v1.6.0 | ||
github.com/prometheus/client_golang v1.13.0 | ||
github.com/prometheus/client_model v0.2.0 | ||
golang.org/x/mod v0.9.0 | ||
golang.org/x/net v0.17.0 | ||
golang.org/x/sys v0.13.0 | ||
golang.org/x/crypto v0.31.0 | ||
golang.org/x/mod v0.19.0 | ||
golang.org/x/net v0.32.0 | ||
golang.org/x/sync v0.10.0 | ||
golang.org/x/sys v0.28.0 | ||
golang.org/x/time v0.5.0 | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 | ||
google.golang.org/api v0.181.0 | ||
gopkg.in/ini.v1 v1.67.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
k8s.io/apimachinery v0.25.3 | ||
k8s.io/client-go v0.25.3 | ||
kmodules.xyz/client-go v0.25.41 | ||
kubedb.dev/apimachinery v0.37.1-0.20231121085114-0a987940309d | ||
kubestash.dev/apimachinery v0.2.0-rc.0.0.20231114115833-0b99d5ce666e | ||
sigs.k8s.io/controller-runtime v0.13.1 | ||
k8s.io/apimachinery v0.30.3 | ||
k8s.io/client-go v0.30.3 | ||
kmodules.xyz/client-go v0.30.42 | ||
kubedb.dev/apimachinery v0.49.0 | ||
kubestash.dev/apimachinery v0.13.0 | ||
sigs.k8s.io/controller-runtime v0.18.4 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.110.4 // indirect | ||
cloud.google.com/go/compute v1.21.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
cloud.google.com/go/iam v1.1.1 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect | ||
cloud.google.com/go v0.113.0 // indirect | ||
cloud.google.com/go/auth v0.4.2 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect | ||
cloud.google.com/go/compute/metadata v0.5.0 // indirect | ||
cloud.google.com/go/iam v1.1.7 // indirect | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.1 // indirect | ||
github.com/Microsoft/go-winio v0.6.0 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect | ||
github.com/Masterminds/semver/v3 v3.3.0 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cert-manager/cert-manager v1.9.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/cert-manager/cert-manager v1.15.2 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cloudflare/circl v1.1.0 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
github.com/coreos/go-semver v0.3.1 // indirect | ||
github.com/cucumber/gherkin-go/v19 v19.0.3 // indirect | ||
github.com/cucumber/messages-go/v16 v16.0.1 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.4 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/distribution v2.8.1+incompatible // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/distribution/reference v0.6.0 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.10.1 // indirect | ||
github.com/evanphx/json-patch v5.6.0+incompatible // indirect | ||
github.com/evanphx/json-patch/v5 v5.6.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.12.1 // indirect | ||
github.com/evanphx/json-patch v5.9.0+incompatible // indirect | ||
github.com/evanphx/json-patch/v5 v5.9.0 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-openapi/errors v0.19.3 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
github.com/go-openapi/jsonreference v0.21.0 // indirect | ||
github.com/go-openapi/strfmt v0.19.4 // indirect | ||
github.com/go-openapi/swag v0.22.3 // indirect | ||
github.com/go-openapi/swag v0.23.0 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/gofrs/uuid v4.3.0+incompatible // indirect | ||
github.com/gofrs/uuid v4.4.0+incompatible // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect | ||
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect | ||
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/gnostic v0.6.9 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/go-containerregistry v0.13.0 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/go-containerregistry v0.19.1 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/s2a-go v0.1.4 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.11.0 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.4 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect | ||
github.com/hashicorp/go-memdb v1.3.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/imdario/mergo v0.3.13 // indirect | ||
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect | ||
github.com/imdario/mergo v0.3.16 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
github.com/jackc/pgio v1.0.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect | ||
github.com/jessevdk/go-flags v1.4.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect | ||
github.com/jmoiron/sqlx v1.3.4 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect | ||
github.com/kr/fs v0.1.0 // indirect | ||
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0 // indirect | ||
github.com/kubernetes-csi/external-snapshotter/client/v7 v7.0.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/magiconair/properties v1.8.5 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/onsi/gomega v1.27.6 // indirect | ||
github.com/onsi/gomega v1.34.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect | ||
github.com/pelletier/go-toml v1.9.3 // indirect | ||
github.com/philhofer/fwd v1.0.0 // indirect | ||
github.com/pingcap/errors v0.11.5-0.20210425183316-da1aaba5fb63 // indirect | ||
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.59.1 // indirect | ||
github.com/prometheus-operator/prometheus-operator/pkg/client v0.59.1 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.75.2 // indirect | ||
github.com/prometheus-operator/prometheus-operator/pkg/client v0.75.2 // indirect | ||
github.com/prometheus/common v0.46.0 // indirect | ||
github.com/prometheus/procfs v0.15.0 // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/shopspring/decimal v1.2.0 // indirect | ||
github.com/shopspring/decimal v1.4.0 // indirect | ||
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect | ||
github.com/siddontang/go-log v0.0.0-20180807004314-8d05993dda07 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/smarty/assertions v1.16.0 // indirect | ||
github.com/spf13/afero v1.6.0 // indirect | ||
github.com/spf13/cast v1.4.1 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/tinylib/msgp v1.1.0 // indirect | ||
github.com/willf/bitset v1.1.10 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.0.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.2 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20240424034433-3c2c7870ae76 // indirect | ||
github.com/yudai/gojsondiff v1.0.0 // indirect | ||
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect | ||
github.com/zeebo/xxh3 v1.0.2 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect | ||
go.opentelemetry.io/otel v1.33.0 // indirect | ||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.33.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.33.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.33.0 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
golang.org/x/oauth2 v0.13.0 // indirect | ||
golang.org/x/term v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/tools v0.7.0 // indirect | ||
gomodules.xyz/encoding v0.0.7 // indirect | ||
gomodules.xyz/envsubst v0.2.0 // indirect | ||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect | ||
golang.org/x/oauth2 v0.23.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/tools v0.23.0 // indirect | ||
gomodules.xyz/encoding v0.0.8 // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect | ||
gomodules.xyz/mergo v0.3.13 // indirect | ||
gomodules.xyz/pointer v0.1.0 // indirect | ||
gomodules.xyz/sets v0.2.1 // indirect | ||
gomodules.xyz/x v0.0.15 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect | ||
google.golang.org/grpc v1.58.3 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gomodules.xyz/x v0.0.17 // indirect | ||
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect | ||
google.golang.org/grpc v1.68.1 // indirect | ||
google.golang.org/protobuf v1.35.2 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
k8s.io/api v0.25.3 // indirect | ||
k8s.io/apiextensions-apiserver v0.25.3 // indirect | ||
k8s.io/component-base v0.25.3 // indirect | ||
k8s.io/klog/v2 v2.80.1 // indirect | ||
k8s.io/kube-aggregator v0.25.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect | ||
k8s.io/metrics v0.25.1 // indirect | ||
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect | ||
kmodules.xyz/custom-resources v0.25.2 // indirect | ||
kmodules.xyz/monitoring-agent-api v0.25.5 // indirect | ||
kmodules.xyz/objectstore-api v0.25.1 // indirect | ||
kmodules.xyz/offshoot-api v0.25.5-0.20231004063620-dff8fb030d57 // indirect | ||
kmodules.xyz/prober v0.25.0 // indirect | ||
kubeops.dev/sidekick v0.0.2-0.20230304025549-a99a1477617d // indirect | ||
sigs.k8s.io/gateway-api v0.4.3 // indirect | ||
k8s.io/api v0.30.3 // indirect | ||
k8s.io/apiextensions-apiserver v0.30.2 // indirect | ||
k8s.io/apiserver v0.30.2 // indirect | ||
k8s.io/component-base v0.30.2 // indirect | ||
k8s.io/klog/v2 v2.130.1 // indirect | ||
k8s.io/kube-aggregator v0.30.2 // indirect | ||
k8s.io/kube-openapi v0.0.0-20240726031636-6f6746feab9c // indirect | ||
k8s.io/metrics v0.30.2 // indirect | ||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect | ||
kmodules.xyz/apiversion v0.2.0 // indirect | ||
kmodules.xyz/custom-resources v0.30.0 // indirect | ||
kmodules.xyz/monitoring-agent-api v0.30.2 // indirect | ||
kmodules.xyz/objectstore-api v0.29.1 // indirect | ||
kmodules.xyz/offshoot-api v0.30.1 // indirect | ||
kmodules.xyz/prober v0.29.0 // indirect | ||
kmodules.xyz/resource-metadata v0.22.5 // indirect | ||
kubeops.dev/csi-driver-cacerts v0.1.0 // indirect | ||
kubeops.dev/petset v0.0.7 // indirect | ||
kubeops.dev/sidekick v0.0.8 // indirect | ||
sigs.k8s.io/gateway-api v1.1.0 // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
stash.appscode.dev/apimachinery v0.32.0 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
stash.appscode.dev/apimachinery v0.36.0 // indirect | ||
) |
Oops, something went wrong.