gdu icon indicating copy to clipboard operation
gdu copied to clipboard

updated dependencies and RPM SPEC

Open danie-dejager opened this issue 1 year ago • 1 comments

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.

danie-dejager avatar Jun 10 '24 13:06 danie-dejager

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

dundee avatar Jun 17 '24 10:06 dundee