gitea/modules/packages
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
Found using
`find . -type f -name '*.go' -print -exec vim {} -c
':%s/fmt\.Errorf(\(.*\)%v\(.*\)err/fmt.Errorf(\1%w\2err/g' -c ':wq' \;`

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
composer Add Package Registry ()
conan Allow non-semver packages in the Conan package registry ()
container Fix empty container layer history and UI ()
helm Add Helm Chart registry ()
maven Add Package Registry ()
npm npm package registry support for `bin` ()
nuget Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
pub Add support for Pub packages ()
pypi Add Package Registry ()
rubygems Fix Ruby package parsing by removed unused email field ()
vagrant Fix various typos ()
content_store.go Add migrate repo archiver and packages storage support on command line ()
hashed_buffer.go Add Package Registry ()
hashed_buffer_test.go Fix package upload for files >32mb ()
multi_hasher.go Add more linters to improve code readability ()
multi_hasher_test.go Add Package Registry ()