]> Cypherpunks repositories - gostls13.git/commit
vendor: add golang.org/x/net/idna to the vendor directory for Punycode
authorBrad Fitzpatrick <bradfitz@golang.org>
Sun, 11 Sep 2016 01:32:22 +0000 (01:32 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 11 Sep 2016 16:30:46 +0000 (16:30 +0000)
commit13dc4d378bb40261fb2e7f9e1f0eb2f840250040
treea609b537376e83c72a476bb62cc8d5813884ad57
parent74190735be5e722a0a977d056204307c2468cf21
vendor: add golang.org/x/net/idna to the vendor directory for Punycode

Adds golang.org/x/net/idna to the Go repo from the
golang.org/x/net repo's git rev 7db922ba (Dec 2012).

Punycode is needed for http.Get("привет.рф") etc., which will
come in separate commits.

Updates #13835

Change-Id: I313ed82d292737579a3ec5dcf8a9e766f2f75138
Reviewed-on: https://go-review.googlesource.com/28961
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/vendor/golang_org/x/net/idna/idna.go [new file with mode: 0644]
src/vendor/golang_org/x/net/idna/idna_test.go [new file with mode: 0644]
src/vendor/golang_org/x/net/idna/punycode.go [new file with mode: 0644]
src/vendor/golang_org/x/net/idna/punycode_test.go [new file with mode: 0644]