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 dependencies and RPM SPEC #366

Open
wants to merge 12 commits into
base: master
Choose a base branch
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.

@daniejstriata daniejstriata changed the title updated to dependencies and RPM SPEC updated dependencies and RPM SPEC Jun 10, 2024
@dundee
Copy link
Owner

dundee commented Jun 17, 2024

It's unfortunately not possible to remove/replace gogo/protobuf. It's a dependency for badger: https://github.com/dgraph-io/badger/blob/main/go.mod#L9

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

2 participants