@@ -12,15 +12,15 @@ require (
12
12
github.com/fsnotify/fsnotify v1.8.0
13
13
github.com/go-openapi/spec v0.21.0
14
14
github.com/golang-jwt/jwt/v5 v5.2.2
15
+ github.com/google/gnostic-models v0.6.9
15
16
github.com/google/go-cmp v0.7.0
16
17
github.com/graphql-go/graphql v0.8.1
17
18
github.com/graphql-go/handler v0.2.4
18
19
github.com/hashicorp/go-multierror v1.1.1
19
- github.com/kcp-dev/kcp/pkg/apis v0.11.0
20
20
github.com/kcp-dev/kcp/sdk v0.27.0
21
21
github.com/kcp-dev/logicalcluster/v3 v3.0.5
22
22
github.com/mitchellh/mapstructure v1.5.0
23
- github.com/openmfp/golang-commons v0.142.15
23
+ github.com/openmfp/golang-commons v0.142.16
24
24
github.com/rs/zerolog v1.34.0
25
25
github.com/spf13/cobra v1.9.1
26
26
github.com/stretchr/testify v1.10.0
@@ -61,7 +61,6 @@ require (
61
61
github.com/gogo/protobuf v1.3.2 // indirect
62
62
github.com/golang/protobuf v1.5.4 // indirect
63
63
github.com/google/cel-go v0.22.1 // indirect
64
- github.com/google/gnostic-models v0.6.9 // indirect
65
64
github.com/google/gofuzz v1.2.0 // indirect
66
65
github.com/google/uuid v1.6.0 // indirect
67
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect
0 commit comments