@@ -13,22 +13,19 @@ require (
1313 github.com/go-openapi/spec v0.21.0
1414 github.com/golang-jwt/jwt/v5 v5.2.2
1515 github.com/google/gnostic-models v0.6.9
16- github.com/google/go-cmp v0.7.0
1716 github.com/graphql-go/graphql v0.8.1
1817 github.com/graphql-go/handler v0.2.4
1918 github.com/hashicorp/go-multierror v1.1.1
2019 github.com/kcp-dev/kcp/sdk v0.27.1
2120 github.com/kcp-dev/logicalcluster/v3 v3.0.5
22- github.com/mitchellh/mapstructure v1.5.0
23- github.com/openmfp/account-operator v0.169.3
21+ github.com/openmfp/account-operator v0.169.4
2422 github.com/openmfp/golang-commons v0.147.6
2523 github.com/rs/zerolog v1.34.0
2624 github.com/spf13/cobra v1.9.1
2725 github.com/stretchr/testify v1.10.0
2826 github.com/vrischmann/envconfig v1.4.1
2927 go.opentelemetry.io/otel v1.35.0
3028 go.opentelemetry.io/otel/trace v1.35.0
31- golang.org/x/text v0.25.0
3229 gopkg.in/yaml.v3 v3.0.1
3330 k8s.io/api v0.32.4
3431 k8s.io/apiextensions-apiserver v0.32.4
@@ -62,6 +59,7 @@ require (
6259 github.com/gogo/protobuf v1.3.2 // indirect
6360 github.com/golang/protobuf v1.5.4 // indirect
6461 github.com/google/cel-go v0.22.1 // indirect
62+ github.com/google/go-cmp v0.7.0 // indirect
6563 github.com/google/gofuzz v1.2.0 // indirect
6664 github.com/google/uuid v1.6.0 // indirect
6765 github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect
@@ -105,11 +103,12 @@ require (
105103 golang.org/x/sync v0.14.0 // indirect
106104 golang.org/x/sys v0.32.0 // indirect
107105 golang.org/x/term v0.31.0 // indirect
106+ golang.org/x/text v0.25.0 // indirect
108107 golang.org/x/time v0.9.0 // indirect
109108 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
110109 google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
111110 google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
112- google.golang.org/grpc v1.72.0 // indirect
111+ google.golang.org/grpc v1.72.1 // indirect
113112 google.golang.org/protobuf v1.36.6 // indirect
114113 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
115114 gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments