-
- Downloads
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)
Showing
- cmd/ipfswatch/ipfswatch_test.go 4 additions, 4 deletionscmd/ipfswatch/ipfswatch_test.go
- core/corehttp/p2p_proxy_test.go 6 additions, 11 deletionscore/corehttp/p2p_proxy_test.go
- docs/changelogs/v0.37.md 9 additions, 0 deletionsdocs/changelogs/v0.37.md
- repo/common/common_test.go 6 additions, 6 deletionsrepo/common/common_test.go
- repo/fsrepo/fsrepo.go 1 addition, 2 deletionsrepo/fsrepo/fsrepo.go
- repo/fsrepo/fsrepo_test.go 32 additions, 33 deletionsrepo/fsrepo/fsrepo_test.go
- thirdparty/README.md 1 addition, 4 deletionsthirdparty/README.md
- thirdparty/assert/assert.go 0 additions, 25 deletionsthirdparty/assert/assert.go
- thirdparty/dir/dir.go 0 additions, 25 deletionsthirdparty/dir/dir.go
- thirdparty/notifier/notifier.go 0 additions, 142 deletionsthirdparty/notifier/notifier.go
- thirdparty/notifier/notifier_test.go 0 additions, 289 deletionsthirdparty/notifier/notifier_test.go
Loading
Please register or sign in to comment