You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
We then use Bazel to tie everything back together meaning that we don't actually need (or use) GOPATH.
It would be great if dep could be configured to manage a different folder (in our case third-party/go) so we can keep all third-party code from all of our languages in a single place. On a side note, it would be great if dep worked outside of GOPATH but that should probably have its own ticket.
I understand that our use case is a little niche but I'm sure some of the larger organizations running multi-language monorepos have faced similar issues (probably fixed by custom tooling before dep existed)
I won't work on a solution until we have had some time to discuss this.
Thanks for your time 😄
The text was updated successfully, but these errors were encountered:
On Mon, Jun 10, 2019 at 01:34 Brendan Weibrecht ***@***.***> wrote:
Why was this closed?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1448?email_source=notifications&email_token=AABZEIYJLSFT2G5LGILY3PLPZYGY5A5CNFSM4EH43HJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXJIUGA#issuecomment-500337176>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABZEI6NJQWAT72PK7JKIR3PZYGY5ANCNFSM4EH43HJA>
.
--
Kevin Burke
phone: 925-271-7005 | kevin.burke.dev
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have a multi-language codebase, which means the project structure is a little weird.
At a high level, it looks like this:
We then use Bazel to tie everything back together meaning that we don't actually need (or use) GOPATH.
It would be great if dep could be configured to manage a different folder (in our case third-party/go) so we can keep all third-party code from all of our languages in a single place. On a side note, it would be great if dep worked outside of GOPATH but that should probably have its own ticket.
I understand that our use case is a little niche but I'm sure some of the larger organizations running multi-language monorepos have faced similar issues (probably fixed by custom tooling before dep existed)
I won't work on a solution until we have had some time to discuss this.
Thanks for your time 😄
The text was updated successfully, but these errors were encountered: