mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
* chore: stop using go-homedir
The `github.com/mitchellh/go-homedir` repo is archived, no longer needed, and no longer maintained.
- `homedir.Dir` is replaced by the stdlib `os.UserHomeDir`
- `homedir.Expand` is replaced by fsutil.ExpandHome` in the `github.com/ipfs/kubo/misc/fsutil` package.
Additional functionality, such as `DirWritable` and `FileExists` was moved into or included in the `github.com/ipfs/kubo/misc/fsutil` package.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| badgerds | ||
| dagjose | ||
| flatfs | ||
| fxtest | ||
| git | ||
| levelds | ||
| nopfs | ||
| pebbleds | ||
| peerlog | ||
| .gitignore | ||
| gen_main.sh | ||
| Rules.mk | ||