@@ -13,22 +13,19 @@ require (
13
13
github.com/go-openapi/spec v0.21.0
14
14
github.com/golang-jwt/jwt/v5 v5.2.2
15
15
github.com/google/gnostic-models v0.6.9
16
- github.com/google/go-cmp v0.7.0
17
16
github.com/graphql-go/graphql v0.8.1
18
17
github.com/graphql-go/handler v0.2.4
19
18
github.com/hashicorp/go-multierror v1.1.1
20
19
github.com/kcp-dev/kcp/sdk v0.27.1
21
20
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
24
22
github.com/openmfp/golang-commons v0.147.6
25
23
github.com/rs/zerolog v1.34.0
26
24
github.com/spf13/cobra v1.9.1
27
25
github.com/stretchr/testify v1.10.0
28
26
github.com/vrischmann/envconfig v1.4.1
29
27
go.opentelemetry.io/otel v1.35.0
30
28
go.opentelemetry.io/otel/trace v1.35.0
31
- golang.org/x/text v0.25.0
32
29
gopkg.in/yaml.v3 v3.0.1
33
30
k8s.io/api v0.32.4
34
31
k8s.io/apiextensions-apiserver v0.32.4
@@ -62,6 +59,7 @@ require (
62
59
github.com/gogo/protobuf v1.3.2 // indirect
63
60
github.com/golang/protobuf v1.5.4 // indirect
64
61
github.com/google/cel-go v0.22.1 // indirect
62
+ github.com/google/go-cmp v0.7.0 // indirect
65
63
github.com/google/gofuzz v1.2.0 // indirect
66
64
github.com/google/uuid v1.6.0 // indirect
67
65
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect
@@ -105,11 +103,12 @@ require (
105
103
golang.org/x/sync v0.14.0 // indirect
106
104
golang.org/x/sys v0.32.0 // indirect
107
105
golang.org/x/term v0.31.0 // indirect
106
+ golang.org/x/text v0.25.0 // indirect
108
107
golang.org/x/time v0.9.0 // indirect
109
108
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
110
109
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
111
110
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
113
112
google.golang.org/protobuf v1.36.6 // indirect
114
113
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
115
114
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments