mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 16:24:25 +00:00
86e2789960
* update github.com/PuerkitoBio/goquery * update github.com/alecthomas/chroma * update github.com/blevesearch/bleve/v2 * update github.com/caddyserver/certmagic * update github.com/go-enry/go-enry/v2 * update github.com/go-git/go-billy/v5 * update github.com/go-git/go-git/v5 * update github.com/go-redis/redis/v8 * update github.com/go-testfixtures/testfixtures/v3 * update github.com/jaytaylor/html2text * update github.com/json-iterator/go * update github.com/klauspost/compress * update github.com/markbates/goth * update github.com/mattn/go-isatty * update github.com/mholt/archiver/v3 * update github.com/microcosm-cc/bluemonday * update github.com/minio/minio-go/v7 * update github.com/prometheus/client_golang * update github.com/unrolled/render * update github.com/xanzy/go-gitlab * update github.com/yuin/goldmark * update github.com/yuin/goldmark-highlighting Co-authored-by: techknowlogick <techknowlogick@gitea.io>
1.2 KiB
Vendored
1.2 KiB
Vendored
Releases
v1.7.0 (2021-05-06)
- Add
AppendInvoke
to append into errors fromdefer
blocks.
v1.6.0 (2020-09-14)
- Actually drop library dependency on development-time tooling.
v1.5.0 (2020-02-24)
- Drop library dependency on development-time tooling.
v1.4.0 (2019-11-04)
- Add
AppendInto
function to more ergonomically build errors inside a loop.
v1.3.0 (2019-10-29)
- Switch to Go modules.
v1.2.0 (2019-09-26)
- Support extracting and matching against wrapped errors with
errors.As
anderrors.Is
.
v1.1.0 (2017-06-30)
- Added an
Errors(error) []error
function to extract the underlying list of errors for a multierr error.
v1.0.0 (2017-05-31)
No changes since v0.2.0. This release is committing to making no breaking changes to the current API in the 1.X series.
v0.2.0 (2017-04-11)
- Repeatedly appending to the same error is now faster due to fewer allocations.
v0.1.0 (2017-31-03)
- Initial release