velero/vendor/github.com/PuerkitoBio/urlesc
Andy Goldstein 742f45849f Switch to dep & update dependencies
Switch to dep.

Update the following:
- azure-sdk-for-go to 10.2.1-beta
- go-autorest to 8.1.1
- client-go to 4.0.0

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
2017-09-06 13:41:25 -04:00
..
LICENSE Initial commit 2017-08-02 13:27:17 -04:00
README.md Switch to dep & update dependencies 2017-09-06 13:41:25 -04:00
urlesc.go Initial commit 2017-08-02 13:27:17 -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)