From b9354de8fd5e424ac2f246fff1a03b27e8094fd8 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 9 Jan 2020 18:21:10 +0100 Subject: Clean up go.mod and vendor --- vendor/golang.org/x/text/encoding/encoding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/golang.org/x/text/encoding/encoding.go') diff --git a/vendor/golang.org/x/text/encoding/encoding.go b/vendor/golang.org/x/text/encoding/encoding.go index a0bd7cd4..221f175c 100644 --- a/vendor/golang.org/x/text/encoding/encoding.go +++ b/vendor/golang.org/x/text/encoding/encoding.go @@ -124,7 +124,7 @@ func (e *Encoder) Writer(w io.Writer) io.Writer { } // ASCIISub is the ASCII substitute character, as recommended by -// https://unicode.org/reports/tr36/#Text_Comparison +// http://unicode.org/reports/tr36/#Text_Comparison const ASCIISub = '\x1a' // Nop is the nop encoding. Its transformed bytes are the same as the source -- cgit v1.2.3