csi-driver-nfs/vendor/github.com/PuerkitoBio/urlesc
Jan Wozniak 0e6e8d1926 Update vendor from go modules
$ go mod tidy
$ go mod vendor
2020-02-02 15:55:23 +01:00
..
.travis.yml Update vendor from go modules 2020-02-02 15:55:23 +01:00
LICENSE update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
README.md Update vendor from go modules 2020-02-02 15:55:23 +01:00
urlesc.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00

README.md

urlesc Build Status GoDoc

Package urlesc implements query escaping as per RFC 3986.

It contains some parts of the net/url package, modified so as to allow some reserved characters incorrectly escaped by net/url (see issue 5684).

Install

go get github.com/PuerkitoBio/urlesc

License

Go license (BSD-3-Clause)