Hi there, I am trying to add a new database instrumentation support in golfing agent locally. But I see that by default if I add a new module in place, the import module should point to "go.elastic.co" for me to pull it in my test project.. e.g. in apmmongo the import statement here is go.elastic.co/apm.
How to do local development using the golang agent, when all the import statements are pointing to go.elastic.co/apm?