You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filters/openpolicyagent: use google.golang.org/protobuf (#2975)
Use google.golang.org/protobuf to avoid direct dependency
on github.com/golang/protobuf (which is still imported indirectly):
```
$ go mod why -m github.com/golang/protobuf
github.com/zalando/skipper/filters/openpolicyagent
github.com/envoyproxy/go-control-plane/envoy/config/core/v3
github.com/golang/protobuf/ptypes/any
```
Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
0 commit comments