fishy commented on a change in pull request #2353:
URL: https://github.com/apache/thrift/pull/2353#discussion_r600808293
##########
File path: lib/go/test/fuzz/fuzz.go
##########
@@ -24,10 +24,10 @@ package fuzz
import (
"context"
"fmt"
- "shared"
"strconv"
- "tutorial"
+ "github.com/apache/thrift/lib/go/test/fuzz/gen-go/shared"
+ "github.com/apache/thrift/lib/go/test/fuzz/gen-go/tutorial"
Review comment:
cc @catenacyber : I changed the import paths of these 2 so that we do
not need to do `go mod edit --replace` inside thrift's CI. I believe in
oss-fuzz you can still do `go mod edit --replace` to replace these 2 to
something local, but please give that a try and let me know if that doesn't
work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]