@@ -7,27 +7,27 @@ require (
77 entgo.io/ent v0.14.5
88 github.com/atomix/dazl v1.1.4
99 github.com/deepmap/oapi-codegen v1.16.3
10- github.com/envoyproxy/protoc-gen-validate v1.3.0
10+ github.com/envoyproxy/protoc-gen-validate v1.3.3
1111 github.com/gin-contrib/cors v1.7.6
1212 github.com/gin-contrib/secure v1.1.2
1313 github.com/gin-gonic/gin v1.11.0
1414 github.com/go-playground/assert/v2 v2.2.0
1515 github.com/google/gnostic v0.7.1
16- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.4
16+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0
1717 github.com/labstack/gommon v0.4.2
18- github.com/lib/pq v1.10.9
18+ github.com/lib/pq v1.11.2
1919 github.com/open-edge-platform/orch-library/go v0.6.3
2020 github.com/open-edge-platform/orch-library/go/dazl v0.5.4
2121 github.com/open-edge-platform/orch-library/go/dazl/zap v0.5.4
2222 github.com/open-edge-platform/orch-utils/tenancy-datamodel v1.2.2
2323 github.com/stretchr/testify v1.11.1
2424 go.uber.org/mock v0.6.0
25- google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b
26- google.golang.org/grpc v1.78.0
27- google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.0
25+ google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
26+ google.golang.org/grpc v1.79.1
27+ google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1
2828 google.golang.org/protobuf v1.36.11
29- k8s.io/apimachinery v0.35.0
30- k8s.io/client-go v0.35.0
29+ k8s.io/apimachinery v0.35.1
30+ k8s.io/client-go v0.35.1
3131)
3232
3333require (
@@ -105,7 +105,7 @@ require (
105105 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
106106 github.com/labstack/echo/v4 v4.11.4 // indirect
107107 github.com/leodido/go-urn v1.4.0 // indirect
108- github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4 // indirect
108+ github.com/lyft/protoc-gen-star/v2 v2.0.4 // indirect
109109 github.com/mailgun/raymond/v2 v2.0.48 // indirect
110110 github.com/mailru/easyjson v0.7.7 // indirect
111111 github.com/mattn/go-colorable v0.1.14 // indirect
@@ -133,7 +133,7 @@ require (
133133 github.com/ryanuber/go-glob v1.0.0 // indirect
134134 github.com/schollz/closestmatch v2.1.0+incompatible // indirect
135135 github.com/sirupsen/logrus v1.9.3 // indirect
136- github.com/spf13/afero v1.11 .0 // indirect
136+ github.com/spf13/afero v1.15 .0 // indirect
137137 github.com/spf13/cobra v1.8.1 // indirect
138138 github.com/spf13/pflag v1.0.9 // indirect
139139 github.com/tdewolff/minify/v2 v2.12.9 // indirect
@@ -153,23 +153,23 @@ require (
153153 go.yaml.in/yaml/v2 v2.4.3 // indirect
154154 go.yaml.in/yaml/v3 v3.0.4 // indirect
155155 golang.org/x/arch v0.20.0 // indirect
156- golang.org/x/crypto v0.45 .0 // indirect
157- golang.org/x/mod v0.30 .0 // indirect
158- golang.org/x/net v0.47 .0 // indirect
159- golang.org/x/oauth2 v0.34 .0 // indirect
156+ golang.org/x/crypto v0.47 .0 // indirect
157+ golang.org/x/mod v0.32 .0 // indirect
158+ golang.org/x/net v0.49 .0 // indirect
159+ golang.org/x/oauth2 v0.35 .0 // indirect
160160 golang.org/x/sync v0.19.0 // indirect
161- golang.org/x/sys v0.38 .0 // indirect
162- golang.org/x/term v0.37 .0 // indirect
163- golang.org/x/text v0.32 .0 // indirect
161+ golang.org/x/sys v0.40 .0 // indirect
162+ golang.org/x/term v0.39 .0 // indirect
163+ golang.org/x/text v0.34 .0 // indirect
164164 golang.org/x/time v0.12.0 // indirect
165- golang.org/x/tools v0.39 .0 // indirect
165+ golang.org/x/tools v0.41 .0 // indirect
166166 google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
167- google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
167+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
168168 gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
169169 gopkg.in/inf.v0 v0.9.1 // indirect
170170 gopkg.in/ini.v1 v1.67.0 // indirect
171171 gopkg.in/yaml.v3 v3.0.1 // indirect
172- k8s.io/api v0.35.0 // indirect
172+ k8s.io/api v0.35.1 // indirect
173173 k8s.io/klog/v2 v2.130.1 // indirect
174174 k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
175175 k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
0 commit comments