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

go: Remove unnecesary replace directive in go.mod #176

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

yoheiueda
Copy link
Member

go.mod has a replace directive for google.golang.org/genproto. This is a workaround for a problem related to the TTRPC package.

The problem has been fixed, and we no longer need the workaround.

Fixes #175

go.mod has a replace directive for google.golang.org/genproto. This
is a workaround for a problem related to the TTRPC package. The problem
has been fixed, and we no longer need the workaround.

Fixes confidential-containers#175

Signed-off-by: Yohei Ueda <[email protected]>
@yoheiueda yoheiueda requested a review from huoqifeng August 18, 2022 07:01
Copy link

@huoqifeng huoqifeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

go.mod contains unnecesary replace directive
2 participants