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

updated go.mod and added updated spec. #365

Closed
wants to merge 11 commits into from

Conversation

daniejstriata
Copy link
Collaborator

@daniejstriata daniejstriata commented Jun 10, 2024

I updated the go.mod. There were 2 protobuf includes:

  • github.com/gogo/protobuf v1.3.2 // indirect
  • github.com/golang/protobuf v1.3.1 // indirect

which I replaced with:

  • github.com/golang/protobuf v1.5.4 // indirect

I also updated opencensus.io from:

  • go.opencensus.io v0.22.5 // indirect

to:

  • go.opencensus.io v0.24.0 // indirect

I updated the RPM SPEC file.
I compiled this in my branch and did not see any obvious issues.

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.

None yet

1 participant