mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +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
|
||
|---|---|---|
| .. | ||
| loader | ||
| plugins | ||
| daemon.go | ||
| daemoninternal.go | ||
| datastore.go | ||
| fx.go | ||
| ipld.go | ||
| plugin.go | ||
| Rules.mk | ||
| tracer.go | ||