Then why are they in a monorepo? AFAIK monorepos for strictly controlled dependenies and easier refactorings.
If two part needs different versions for something common, then they should live and evolve separately. ________________________________ From: Sankar P <[email protected]> Sent: Saturday, August 8, 2020 9:16:04 PM To: Tamás Gulácsi <[email protected]> Cc: golang-nuts <[email protected]> Subject: Re: [go-nuts] go modules and local packages > Use one go.mod pee repo. That won't be possible. It is a monolithic repo. svc1 and svc2 may need two different versions of a common dependency. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/VI1P192MB0285592B3524312012CA5495F2460%40VI1P192MB0285.EURP192.PROD.OUTLOOK.COM.
