@@ -27,15 +27,14 @@ require (
2727 github.com/docker/distribution v2.8.3+incompatible
2828 github.com/fsnotify/fsnotify v1.8.0
2929 github.com/go-jose/go-jose/v3 v3.0.4
30- github.com/golang/protobuf v1.5.4
3130 github.com/google/go-containerregistry v0.20.3
3231 github.com/gorilla/mux v1.8.1
3332 github.com/notaryproject/notation-core-go v1.3.0
3433 github.com/notaryproject/notation-go v1.3.2
3534 github.com/notaryproject/notation-plugin-framework-go v1.0.0
3635 github.com/open-policy-agent/cert-controller v0.8.0
3736 github.com/open-policy-agent/frameworks/constraint v0.0.0-20230411224310-3f237e2710fa
38- github.com/open-policy-agent/opa v1.4.0
37+ github.com/open-policy-agent/opa v1.4.2
3938 github.com/opencontainers/go-digest v1.0.0
4039 github.com/opencontainers/image-spec v1.1.1
4140 github.com/owenrumney/go-sarif/v2 v2.3.3
@@ -51,8 +50,6 @@ require (
5150 go.opentelemetry.io/otel/metric v1.35.0
5251 go.opentelemetry.io/otel/sdk/metric v1.35.0
5352 golang.org/x/sync v0.13.0
54- google.golang.org/grpc v1.71.1
55- google.golang.org/protobuf v1.36.6
5653 k8s.io/api v0.28.15
5754 k8s.io/apimachinery v0.28.15
5855 k8s.io/client-go v0.28.15
@@ -103,6 +100,7 @@ require (
103100 github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
104101 github.com/gobwas/glob v0.2.3 // indirect
105102 github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
103+ github.com/golang/protobuf v1.5.4 // indirect
106104 github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
107105 github.com/google/go-github/v55 v55.0.0 // indirect
108106 github.com/google/go-querystring v1.1.0 // indirect
@@ -129,6 +127,8 @@ require (
129127 go.step.sm/crypto v0.60.0 // indirect
130128 google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
131129 google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
130+ google.golang.org/grpc v1.71.1 // indirect
131+ google.golang.org/protobuf v1.36.6 // indirect
132132 sigs.k8s.io/release-utils v0.8.5 // indirect
133133)
134134
0 commit comments