update dependency

This commit is contained in:
Wiley Wang
2018-09-17 03:20:28 +00:00
parent 2e6bf0f566
commit db08431ac1
99 changed files with 15839 additions and 24 deletions

9
vendor/github.com/go-openapi/swag/post_go18.go generated vendored Normal file
View File

@@ -0,0 +1,9 @@
// +build go1.8
package swag
import "net/url"
func pathUnescape(path string) (string, error) {
return url.PathUnescape(path)
}