ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.19k stars 3.02k forks source link

chore: stop using go-homedir #10568

Closed gammazero closed 2 weeks ago

gammazero commented 3 weeks ago

The github.com/mitchellh/go-homedir repo is archived, no longer needed, and no longer maintained.

Additional functionality, such as DirWritable and FileExists was moved into or included in the github.com/ipfs/kubo/misc/fsutil package.