kubo/repo
Andrew Gillis c53f3c552d chore: stop using go-homedir (#10568)
* 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 4009ad3e5a)
2024-11-05 17:02:55 +01:00
..
common style: gofumpt and godot [skip changelog] (#10081) 2023-08-17 14:02:08 +02:00
fsrepo chore: stop using go-homedir (#10568) 2024-11-05 17:02:55 +01:00
mock.go Fix issue in ResourceManager and nopfsPlugin about repo path (#10492) 2024-09-28 20:58:24 -07:00
onlyone.go fmt: applies go1.19 fmt 2022-09-08 18:34:06 +02:00
repo.go Fix issue in ResourceManager and nopfsPlugin about repo path (#10492) 2024-09-28 20:58:24 -07:00