Update a few dependencies

github.com/go-openapi/*
github.com/asaskevich/govalidator
This commit is contained in:
Mikhail Mazurskiy
2018-10-18 23:33:10 +11:00
parent b8731a76f0
commit 8763223ab9
191 changed files with 18648 additions and 1800 deletions

View File

@@ -15,7 +15,7 @@
package runtime
// Statuses lists the most common HTTP status codes to default message
// taken from http://status.es
// taken from https://httpstatuses.com/
var Statuses = map[int]string{
100: "Continue",
101: "Switching Protocols",
@@ -29,7 +29,7 @@ var Statuses = map[int]string{
204: "No Content",
205: "Reset Content",
206: "Partial Content",
207: "Mutli-Status",
207: "Multi-Status",
208: "Already Reported",
226: "IM Used",
300: "Multiple Choices",