mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00

1. This means those deps don't get pulled in unless we actually need to test. 2. It means we can cordon all the golangci-lint module replace hacks off into a separate package.
thirdparty consists of Golang packages that contain no go-ipfs dependencies and may be vendored ipfs/go-ipfs at a later date.
packages in under this directory must not import packages under
ipfs/go-ipfs
that are not also under thirdparty
.