@@ -10,7 +10,6 @@ require (
1010 github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e
1111 github.com/cristalhq/jwt/v3 v3.1.0
1212 github.com/elliotchance/pie/v2 v2.8.0
13- github.com/golang/protobuf v1.5.4
1413 github.com/hashicorp/terraform-plugin-docs v0.19.4
1514 github.com/hashicorp/terraform-plugin-framework v1.10.0
1615 github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
@@ -22,6 +21,7 @@ require (
2221 github.com/robfig/cron/v3 v3.0.1
2322 github.com/stretchr/testify v1.9.0
2423 golang.org/x/crypto v0.26.0
24+ google.golang.org/protobuf v1.35.1
2525 k8s.io/apiextensions-apiserver v0.24.17
2626 k8s.io/apimachinery v0.24.17
2727 k8s.io/client-go v0.24.17
@@ -117,6 +117,7 @@ require (
117117 github.com/gogo/protobuf v1.3.2 // indirect
118118 github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
119119 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
120+ github.com/golang/protobuf v1.5.4 // indirect
120121 github.com/google/btree v1.1.2 // indirect
121122 github.com/google/gnostic v0.6.9 // indirect
122123 github.com/google/go-cmp v0.6.0 // indirect
@@ -252,7 +253,6 @@ require (
252253 google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
253254 google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
254255 google.golang.org/grpc v1.63.2 // indirect
255- google.golang.org/protobuf v1.34.0 // indirect
256256 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
257257 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
258258 gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments