Chen Wan
Chen Wan
I am also seeing the same issue: ``` % go list -m all go: github.com/SAP/[email protected]: invalid version: unknown revision v0.14.1 ``` @paulheg's workaround didn't work for me.
Hi @doujiang24, I’m curious about what it would take to implement this. Which Envoy API call needs to be wrapped? Is there a similar example we could reference? Thanks.
@doujiang24, thank you for your response. I’ve realized it’s more complex than I initially thought. I tried implementing an HTTP call (key point 1), but it was tougher than I...