1
0
mirror of https://github.com/ipfs/kubo.git synced 2026-03-13 09:53:17 +08:00
Files
Andrew Gillis bb58ca4737 remove unneeded thirdparty packages (#10871)
* remove unneeded thirdparty packages

Remove unnecessary packages from `thirdparty` in repo.

- Remove `thirdparty/assert` (replaced by `github.com/stretchr/testify/require`)
- Remove `thirdparty/dir` (replacd by `misc/fsutil`)
- Remove `thirdparty/notifier` (unused)
2025-07-16 01:53:42 -07:00
..

packages under this directory must not import packages under ipfs/kubo that are not also under thirdparty.