alertmanager/vendor/github.com/go-openapi/errors
Simon Pasquier c7de536129
*: use stdlib context (#1768)
This changes removes all usage of golang.org/x/net/context in the code
base. It also bumps a few dependencies for the same reason:
- github.com/gogo/protobuf
- go-openapi/*

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-02-26 12:18:57 +01:00
..
.gitignore *: support Go modules 2018-11-20 16:09:40 +01:00
api.go *: use stdlib context (#1768) 2019-02-26 12:18:57 +01:00
auth.go api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00
CODE_OF_CONDUCT.md api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00
doc.go api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00
go.mod *: use stdlib context (#1768) 2019-02-26 12:18:57 +01:00
go.sum *: use stdlib context (#1768) 2019-02-26 12:18:57 +01:00
headers.go api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00
LICENSE api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00
middleware.go api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00
parsing.go api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00
README.md *: use stdlib context (#1768) 2019-02-26 12:18:57 +01:00
schema.go api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00

OpenAPI errors Build Status codecov Slack Status

license GoDoc GolangCI Go Report Card

Shared errors and error interface used throughout the various libraries found in the go-openapi toolkit.