-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,15 @@ require ( | |
|
||
require ( | ||
cloud.google.com/go v0.116.0 // indirect | ||
cloud.google.com/go/auth v0.10.1 // indirect | ||
cloud.google.com/go/auth v0.10.2 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect | ||
cloud.google.com/go/compute/metadata v0.5.2 // indirect | ||
cloud.google.com/go/iam v1.2.2 // indirect | ||
cloud.google.com/go/kms v1.20.1 // indirect | ||
cloud.google.com/go/longrunning v0.6.2 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.32.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.28.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.44 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.28.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.45 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // indirect | ||
|
@@ -35,10 +35,10 @@ require ( | |
github.com/aws/aws-sdk-go-v2/service/kms v1.37.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.24.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.32.4 // indirect | ||
github.com/aws/smithy-go v1.22.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.33.0 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 // indirect | ||
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
|
@@ -60,14 +60,13 @@ require ( | |
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/go-github/v62 v62.0.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/pprof v0.0.0-20241101162523-b92577c0c142 // indirect | ||
github.com/google/s2a-go v0.1.8 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect | ||
github.com/googleapis/gax-go/v2 v2.13.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.14.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
|
@@ -123,31 +122,22 @@ require ( | |
golang.org/x/time v0.8.0 // indirect | ||
golang.org/x/tools v0.27.0 // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect | ||
google.golang.org/api v0.205.0 // indirect | ||
google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect | ||
google.golang.org/api v0.206.0 // indirect | ||
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect | ||
google.golang.org/grpc v1.68.0 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
google.golang.org/protobuf v1.35.2 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/apiextensions-apiserver v0.31.2 // indirect | ||
k8s.io/klog/v2 v2.130.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect | ||
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 // indirect | ||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.3 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) | ||
|
||
replace ( | ||
github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 | ||
// Workaround upstream incompatibility introduced in kubernetes-sigs/structured-merge-diff#265 | ||
// Should be resolved with release of Kubernetes 1.32.0 | ||
// # k8s.io/apimachinery/pkg/util/managedfields/internal | ||
// ../../../go/pkg/mod/k8s.io/[email protected]/pkg/util/managedfields/internal/structuredmerge.go:56:4: unknown field IgnoredFields in struct literal of type merge.Updater | ||
// ../../../go/pkg/mod/k8s.io/[email protected]/pkg/util/managedfields/internal/structuredmerge.go:73:4: unknown field IgnoredFields in struct literal of type merge.Updater | ||
sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.4.1 | ||
) | ||
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 |
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