dundee / gdu

Fast disk usage analyzer with console interface written in Go
MIT License
3.75k stars 137 forks source link

updated dependencies and RPM SPEC #366

Open daniejstriata opened 2 months ago

daniejstriata commented 2 months ago

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

which I replaced with:

I also updated opencensus.io from:

to:

I updated the RPM SPEC file.

I compiled this in my branch and did not see any obvious issues.

dundee commented 2 months ago

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