mirror of https://github.com/google/oss-fuzz.git
Update proto dep to v2 api (#8572)
With the most recent update to cel-go, the legacy proto package has been completely replaced by the v2 proto API. This change updates the import to reflect code present in the cel-go vendor directory.
This commit is contained in:
parent
8b62de2784
commit
2f272a1a2b
|
@ -1,7 +1,7 @@
|
|||
package cel
|
||||
|
||||
import (
|
||||
"github.com/golang/protobuf/proto"
|
||||
"google.golang.org/protobuf/proto"
|
||||
|
||||
"github.com/google/cel-go/checker/decls"
|
||||
exprpb "google.golang.org/genproto/googleapis/api/expr/v1alpha1"
|
||||
|
|
Loading…
Reference in New Issue