Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: break mono-package into individual packages #1000

Merged
merged 30 commits into from
Feb 23, 2024

Conversation

hspitzley-czi
Copy link
Contributor

@hspitzley-czi hspitzley-czi commented Feb 22, 2024

Updates this repo structure so each package has its own go.mod. This allows projects relying on these packages to only bring in the sub-dependencies needed by the package they rely on instead of every sub-dependency from every package in this repo.

Process:

  • copy go.mod and go.sum into each package directory
  • run go mod tidy in each package dir
  • removed unnecessary replace/exclude directives in each package-specific go.mod
  • updated GH Actions to account for new structure

@hspitzley-czi hspitzley-czi marked this pull request as ready for review February 23, 2024 16:14
@hspitzley-czi hspitzley-czi requested a review from a team as a code owner February 23, 2024 16:14
@hspitzley-czi hspitzley-czi merged commit 5151c5e into main Feb 23, 2024
48 checks passed
@hspitzley-czi hspitzley-czi deleted the hspitzley/break_up_monopackage branch February 23, 2024 16:52
This was referenced Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants