client/vendor/go.uber.org/multierr
Navid Shaikh ad4a7b18a2
Pin deps back to master (#1082)
* Update autoscaling annotation validation

 see ref: https://github.com/knative/serving/pull/9496

* Replace DeprecatedInjectionAnnotation with InjectionAnnotation

* Vendor deps at master

* Use context.TODO instead of context.Background
2020-10-30 08:15:35 -07:00
..
.codecov.yml Vendors serving v0.9.0 (#458) 2019-10-27 22:22:36 -07:00
.gitignore Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07:00
.travis.yml Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
CHANGELOG.md Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
LICENSE.txt Vendors serving v0.9.0 (#458) 2019-10-27 22:22:36 -07:00
Makefile Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
README.md Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07:00
error.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
glide.yaml Vendors serving v0.9.0 (#458) 2019-10-27 22:22:36 -07:00
go.mod Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
go.sum Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
go113.go Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -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.