k3s/vendor/go.uber.org/multierr
Brad Davidson e204d863a5 Update Kubernetes to v1.22.1
* Update Kubernetes to v1.22.1
* Update dependent modules to track with upstream

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-08-20 18:47:16 -07:00
..
.codecov.yml
.gitignore Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
.travis.yml Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
CHANGELOG.md Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
error.go Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
glide.yaml
go.mod Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
go.sum Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
go113.go Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
LICENSE.txt
Makefile Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
README.md Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00

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.