func/vendor/go.uber.org/multierr
David Simansky c7b1bce369
chore(deps): update Knative dependencies to v1.4 @dsimansk (#1194)
* Update to Golang 1.17

* Update Knative dependencies to v1.4

* Update vendor dir

* Update go version in GH actions

* Fix go.mod

* fixup: update deps

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: update deps

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup: update deps

Signed-off-by: Matej Vasek <mvasek@redhat.com>

Signed-off-by: Matej Vasek <mvasek@redhat.com>
Co-authored-by: Matej Vasek <mvasek@redhat.com>
2022-08-25 16:32:19 +00:00
..
.codecov.yml Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
.gitignore Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
CHANGELOG.md feat!: support on cluster build from git repo with Tekton (#743) 2022-01-12 11:58:51 -08:00
LICENSE.txt feat!: support on cluster build from git repo with Tekton (#743) 2022-01-12 11:58:51 -08:00
Makefile feat!: support on cluster build from git repo with Tekton (#743) 2022-01-12 11:58:51 -08:00
README.md feat!: support on cluster build from git repo with Tekton (#743) 2022-01-12 11:58:51 -08:00
error.go feat!: support on cluster build from git repo with Tekton (#743) 2022-01-12 11:58:51 -08:00
glide.yaml Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00

README.md

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors together.

Installation

go get -u go.uber.org/multierr

Status

Stable: No breaking changes will be made before 2.0.


Released under the MIT License.