Skip to content

Commit

Permalink
GITBOOK-8491: vc-Go for open Source: add info about private modules
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronicaSnyk authored and gitbook-bot committed Nov 19, 2024
1 parent 658f4c1 commit 6a614c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Go modules Projects that rely on modules from private Git repositories are suppo

If you have private modules in repositories from other Git organizations, your Project imports may not work properly. The same is true if your code uses Git Submodules from another organization.

If your private modules have other private modules from another Git organization, your Project imports will not work. All private modules, including the ones within other modules, need to be part of the same Git organization as the main project repository.

Private module support in different SCMs varies depending on whether [full source code analysis](go-for-open-source.md#enable-full-source-code-analysis) is enabled or disabled.

| Full source code analysis enabled | Full source code analysis disabled |
Expand Down

0 comments on commit 6a614c7

Please sign in to comment.