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: make generated gRPC client its own module #583

Merged
merged 2 commits into from
May 4, 2021
Merged

Conversation

zepatrik
Copy link
Member

@zepatrik zepatrik commented May 4, 2021

Related issue

At least two people had issues with using the gRPC client previously, because they had to copy go.mod replacements from our root go.mod
Having it's own go.mod, the gRPC client can now be imported with way less dependencies and without having to apply all those replacements.

@zepatrik zepatrik requested review from aeneasr and robinbraemer May 4, 2021 08:50
@aeneasr
Copy link
Member

aeneasr commented May 4, 2021

LGTM but nancy is having issues ._.

I think we resolved this for Ory Kratos somehow - maybe need to update the orbs?

@zepatrik
Copy link
Member Author

zepatrik commented May 4, 2021

In Kratos we just removed the nancy check completely. I guess it should be fixed now though, let's see 😅

@zepatrik zepatrik merged commit f0fbb64 into master May 4, 2021
@zepatrik zepatrik deleted the grpc-packet-go-mod branch May 4, 2021 17:12
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