-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
e8b8d4d
commit b75e159
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters