Mon Feb 3 14:46:07 2020 UTC ()
Update go-net to 20200130.

No changelog available, but this is needed for go-crypto-acme.


(bsiegert)
diff -r1.36 -r1.37 pkgsrc/net/go-net/Makefile
diff -r1.6 -r1.7 pkgsrc/net/go-net/PLIST
diff -r1.6 -r1.7 pkgsrc/net/go-net/buildlink3.mk
diff -r1.6 -r1.7 pkgsrc/net/go-net/distinfo

cvs diff -r1.36 -r1.37 pkgsrc/net/go-net/Makefile (expand / switch to unified diff)

--- pkgsrc/net/go-net/Makefile 2020/02/02 14:19:08 1.36
+++ pkgsrc/net/go-net/Makefile 2020/02/03 14:46:07 1.37
@@ -1,38 +1,40 @@ @@ -1,38 +1,40 @@
1# $NetBSD: Makefile,v 1.36 2020/02/02 14:19:08 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.37 2020/02/03 14:46:07 bsiegert Exp $
2 2
3DISTNAME= go-net-20170308 3DISTNAME= go-net-20200130
4PKGREVISION= 17 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
7GITHUB_PROJECT= net 6GITHUB_PROJECT= net
8GITHUB_TAG= a6577fa 7GITHUB_TAG= 1617124
9 8
10MAINTAINER= bsiegert@NetBSD.org 9MAINTAINER= bsiegert@NetBSD.org
11HOMEPAGE= https://golang.org/ 10HOMEPAGE= https://golang.org/
12COMMENT= Supplementary network libraries for Go 11COMMENT= Supplementary network libraries for Go
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15GO_SRCPATH= golang.org/x/net 14GO_SRCPATH= golang.org/x/net
16GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* 15GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
17 16
18CHECK_RELRO_SKIP+= bin/h2i 17CHECK_RELRO_SKIP+= bin/h2i
19 18
20.include "../../lang/go/go-vars.mk" 19.include "../../lang/go/go-vars.mk"
21.include "../../mk/bsd.prefs.mk" 20.include "../../mk/bsd.prefs.mk"
22 21
23PLIST_VARS+= h2i route 22PLIST_VARS+= h2i route
24 23
25.if ${OPSYS} == "SunOS" 24.if ${OPSYS} == "SunOS"
26# route support is not yet implemented for sunos 25# route support is not yet implemented for sunos
27# h2i is missing terminal.MakeRaw and terminal.Restore 26# h2i is missing terminal.MakeRaw and terminal.Restore
28.elif ${OPSYS} == "Linux" 27.elif ${OPSYS} == "Linux"
29PLIST.h2i= yes 28PLIST.h2i= yes
30.else 29.else
31PLIST.h2i= yes 30PLIST.h2i= yes
32PLIST.route= yes 31PLIST.route= yes
33.endif 32.endif
34 33
 34pre-patch:
 35 ${RM} -rf ${WRKSRC}/http2/h2demo
 36
35.include "../../textproc/go-text/buildlink3.mk" 37.include "../../textproc/go-text/buildlink3.mk"
36.include "../../security/go-crypto/buildlink3.mk" 38.include "../../security/go-crypto/buildlink3.mk"
37.include "../../lang/go/go-package.mk" 39.include "../../lang/go/go-package.mk"
38.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/net/go-net/PLIST (expand / switch to unified diff)

--- pkgsrc/net/go-net/PLIST 2017/12/31 15:59:24 1.6
+++ pkgsrc/net/go-net/PLIST 2020/02/03 14:46:07 1.7
@@ -1,81 +1,87 @@ @@ -1,81 +1,87 @@
1@comment $NetBSD: PLIST,v 1.6 2017/12/31 15:59:24 bsiegert Exp $ 1@comment $NetBSD: PLIST,v 1.7 2020/02/03 14:46:07 bsiegert Exp $
2${PLIST.h2i}bin/h2i 2${PLIST.h2i}bin/h2i
3gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/bpf.a 3gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/bpf.a
4gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context.a 4gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context.a
5gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context/ctxhttp.a 5gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context/ctxhttp.a
6gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dict.a 6gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dict.a
7gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dns/dnsmessage.a 7gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dns/dnsmessage.a
8gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html.a 8gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html.a
9gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/atom.a 9gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/atom.a
10gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/charset.a 10gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/html/charset.a
 11gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http/httpguts.a
 12gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http/httpproxy.a
11gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2.a 13gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2.a
 14gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2/h2c.a
12gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2/hpack.a 15gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2/hpack.a
13gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/icmp.a 16gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/icmp.a
14gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/idna.a 17gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/idna.a
15gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/iana.a 18gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/iana.a
16gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/netreflect.a 19gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/socket.a
17gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/nettest.a 20gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/socks.a
 21gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/sockstest.a
18gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/timeseries.a 22gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/timeseries.a
19gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv4.a 23gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv4.a
20gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv6.a 24gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv6.a
21gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/lex/httplex.a 
22gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/nettest.a 25gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/nettest.a
23gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/netutil.a 26gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/netutil.a
24gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/proxy.a 27gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/proxy.a
25gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/publicsuffix.a 28gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/publicsuffix.a
26${PLIST.route}gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/route.a 29${PLIST.route}gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/route.a
27gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/trace.a 30gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/trace.a
28gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav.a 31gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav.a
29gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav/internal/xml.a 32gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav/internal/xml.a
30gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/websocket.a 33gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/websocket.a
31gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/xsrftoken.a 34gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/xsrftoken.a
32gopkg/src/golang.org/x/net/AUTHORS 35gopkg/src/golang.org/x/net/AUTHORS
33gopkg/src/golang.org/x/net/CONTRIBUTING.md 36gopkg/src/golang.org/x/net/CONTRIBUTING.md
34gopkg/src/golang.org/x/net/CONTRIBUTORS 37gopkg/src/golang.org/x/net/CONTRIBUTORS
35gopkg/src/golang.org/x/net/LICENSE 38gopkg/src/golang.org/x/net/LICENSE
36gopkg/src/golang.org/x/net/PATENTS 39gopkg/src/golang.org/x/net/PATENTS
37gopkg/src/golang.org/x/net/README 40gopkg/src/golang.org/x/net/README.md
38gopkg/src/golang.org/x/net/bpf/asm.go 41gopkg/src/golang.org/x/net/bpf/asm.go
39gopkg/src/golang.org/x/net/bpf/constants.go 42gopkg/src/golang.org/x/net/bpf/constants.go
40gopkg/src/golang.org/x/net/bpf/doc.go 43gopkg/src/golang.org/x/net/bpf/doc.go
41gopkg/src/golang.org/x/net/bpf/instructions.go 44gopkg/src/golang.org/x/net/bpf/instructions.go
42gopkg/src/golang.org/x/net/bpf/instructions_test.go 45gopkg/src/golang.org/x/net/bpf/instructions_test.go
 46gopkg/src/golang.org/x/net/bpf/setter.go
43gopkg/src/golang.org/x/net/bpf/testdata/all_instructions.bpf 47gopkg/src/golang.org/x/net/bpf/testdata/all_instructions.bpf
44gopkg/src/golang.org/x/net/bpf/testdata/all_instructions.txt 48gopkg/src/golang.org/x/net/bpf/testdata/all_instructions.txt
45gopkg/src/golang.org/x/net/bpf/vm.go 49gopkg/src/golang.org/x/net/bpf/vm.go
46gopkg/src/golang.org/x/net/bpf/vm_aluop_test.go 50gopkg/src/golang.org/x/net/bpf/vm_aluop_test.go
47gopkg/src/golang.org/x/net/bpf/vm_bpf_test.go 51gopkg/src/golang.org/x/net/bpf/vm_bpf_test.go
48gopkg/src/golang.org/x/net/bpf/vm_extension_test.go 52gopkg/src/golang.org/x/net/bpf/vm_extension_test.go
49gopkg/src/golang.org/x/net/bpf/vm_instructions.go 53gopkg/src/golang.org/x/net/bpf/vm_instructions.go
50gopkg/src/golang.org/x/net/bpf/vm_jump_test.go 54gopkg/src/golang.org/x/net/bpf/vm_jump_test.go
51gopkg/src/golang.org/x/net/bpf/vm_load_test.go 55gopkg/src/golang.org/x/net/bpf/vm_load_test.go
52gopkg/src/golang.org/x/net/bpf/vm_ret_test.go 56gopkg/src/golang.org/x/net/bpf/vm_ret_test.go
53gopkg/src/golang.org/x/net/bpf/vm_scratch_test.go 57gopkg/src/golang.org/x/net/bpf/vm_scratch_test.go
54gopkg/src/golang.org/x/net/bpf/vm_test.go 58gopkg/src/golang.org/x/net/bpf/vm_test.go
55gopkg/src/golang.org/x/net/codereview.cfg 59gopkg/src/golang.org/x/net/codereview.cfg
56gopkg/src/golang.org/x/net/context/context.go 60gopkg/src/golang.org/x/net/context/context.go
57gopkg/src/golang.org/x/net/context/context_test.go 61gopkg/src/golang.org/x/net/context/context_test.go
58gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp.go 62gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp.go
59gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_17_test.go 
60gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go 
61gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17_test.go 
62gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_test.go 63gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_test.go
63gopkg/src/golang.org/x/net/context/go17.go 64gopkg/src/golang.org/x/net/context/go17.go
 65gopkg/src/golang.org/x/net/context/go19.go
64gopkg/src/golang.org/x/net/context/pre_go17.go 66gopkg/src/golang.org/x/net/context/pre_go17.go
 67gopkg/src/golang.org/x/net/context/pre_go19.go
65gopkg/src/golang.org/x/net/context/withtimeout_test.go 68gopkg/src/golang.org/x/net/context/withtimeout_test.go
66gopkg/src/golang.org/x/net/dict/dict.go 69gopkg/src/golang.org/x/net/dict/dict.go
 70gopkg/src/golang.org/x/net/dns/dnsmessage/example_test.go
67gopkg/src/golang.org/x/net/dns/dnsmessage/message.go 71gopkg/src/golang.org/x/net/dns/dnsmessage/message.go
68gopkg/src/golang.org/x/net/dns/dnsmessage/message_test.go 72gopkg/src/golang.org/x/net/dns/dnsmessage/message_test.go
 73gopkg/src/golang.org/x/net/go.mod
 74gopkg/src/golang.org/x/net/go.sum
69gopkg/src/golang.org/x/net/html/atom/atom.go 75gopkg/src/golang.org/x/net/html/atom/atom.go
70gopkg/src/golang.org/x/net/html/atom/atom_test.go 76gopkg/src/golang.org/x/net/html/atom/atom_test.go
71gopkg/src/golang.org/x/net/html/atom/gen.go 77gopkg/src/golang.org/x/net/html/atom/gen.go
72gopkg/src/golang.org/x/net/html/atom/table.go 78gopkg/src/golang.org/x/net/html/atom/table.go
73gopkg/src/golang.org/x/net/html/atom/table_test.go 79gopkg/src/golang.org/x/net/html/atom/table_test.go
74gopkg/src/golang.org/x/net/html/charset/charset.go 80gopkg/src/golang.org/x/net/html/charset/charset.go
75gopkg/src/golang.org/x/net/html/charset/charset_test.go 81gopkg/src/golang.org/x/net/html/charset/charset_test.go
76gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-charset.html 82gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-charset.html
77gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-UTF-8-BOM.html 83gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-UTF-8-BOM.html
78gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-charset.html 84gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-charset.html
79gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-content.html 85gopkg/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-content.html
80gopkg/src/golang.org/x/net/html/charset/testdata/No-encoding-declaration.html 86gopkg/src/golang.org/x/net/html/charset/testdata/No-encoding-declaration.html
81gopkg/src/golang.org/x/net/html/charset/testdata/README 87gopkg/src/golang.org/x/net/html/charset/testdata/README
@@ -90,44 +96,57 @@ gopkg/src/golang.org/x/net/html/doc.go @@ -90,44 +96,57 @@ gopkg/src/golang.org/x/net/html/doc.go
90gopkg/src/golang.org/x/net/html/doctype.go 96gopkg/src/golang.org/x/net/html/doctype.go
91gopkg/src/golang.org/x/net/html/entity.go 97gopkg/src/golang.org/x/net/html/entity.go
92gopkg/src/golang.org/x/net/html/entity_test.go 98gopkg/src/golang.org/x/net/html/entity_test.go
93gopkg/src/golang.org/x/net/html/escape.go 99gopkg/src/golang.org/x/net/html/escape.go
94gopkg/src/golang.org/x/net/html/escape_test.go 100gopkg/src/golang.org/x/net/html/escape_test.go
95gopkg/src/golang.org/x/net/html/example_test.go 101gopkg/src/golang.org/x/net/html/example_test.go
96gopkg/src/golang.org/x/net/html/foreign.go 102gopkg/src/golang.org/x/net/html/foreign.go
97gopkg/src/golang.org/x/net/html/node.go 103gopkg/src/golang.org/x/net/html/node.go
98gopkg/src/golang.org/x/net/html/node_test.go 104gopkg/src/golang.org/x/net/html/node_test.go
99gopkg/src/golang.org/x/net/html/parse.go 105gopkg/src/golang.org/x/net/html/parse.go
100gopkg/src/golang.org/x/net/html/parse_test.go 106gopkg/src/golang.org/x/net/html/parse_test.go
101gopkg/src/golang.org/x/net/html/render.go 107gopkg/src/golang.org/x/net/html/render.go
102gopkg/src/golang.org/x/net/html/render_test.go 108gopkg/src/golang.org/x/net/html/render_test.go
 109gopkg/src/golang.org/x/net/html/testdata/go/issue_30600_parse_panics_in_cell_mode.dat
 110gopkg/src/golang.org/x/net/html/testdata/go/issue_30961_error_nested_unknown_tag_types.dat
 111gopkg/src/golang.org/x/net/html/testdata/go/select.dat
 112gopkg/src/golang.org/x/net/html/testdata/go/template.dat
103gopkg/src/golang.org/x/net/html/testdata/go1.html 113gopkg/src/golang.org/x/net/html/testdata/go1.html
104gopkg/src/golang.org/x/net/html/testdata/webkit/README 114gopkg/src/golang.org/x/net/html/testdata/webkit/README
105gopkg/src/golang.org/x/net/html/testdata/webkit/adoption01.dat 115gopkg/src/golang.org/x/net/html/testdata/webkit/adoption01.dat
106gopkg/src/golang.org/x/net/html/testdata/webkit/adoption02.dat 116gopkg/src/golang.org/x/net/html/testdata/webkit/adoption02.dat
 117gopkg/src/golang.org/x/net/html/testdata/webkit/blocks.dat
107gopkg/src/golang.org/x/net/html/testdata/webkit/comments01.dat 118gopkg/src/golang.org/x/net/html/testdata/webkit/comments01.dat
108gopkg/src/golang.org/x/net/html/testdata/webkit/doctype01.dat 119gopkg/src/golang.org/x/net/html/testdata/webkit/doctype01.dat
 120gopkg/src/golang.org/x/net/html/testdata/webkit/domjs-unsafe.dat
109gopkg/src/golang.org/x/net/html/testdata/webkit/entities01.dat 121gopkg/src/golang.org/x/net/html/testdata/webkit/entities01.dat
110gopkg/src/golang.org/x/net/html/testdata/webkit/entities02.dat 122gopkg/src/golang.org/x/net/html/testdata/webkit/entities02.dat
 123gopkg/src/golang.org/x/net/html/testdata/webkit/foreign-fragment.dat
111gopkg/src/golang.org/x/net/html/testdata/webkit/html5test-com.dat 124gopkg/src/golang.org/x/net/html/testdata/webkit/html5test-com.dat
112gopkg/src/golang.org/x/net/html/testdata/webkit/inbody01.dat 125gopkg/src/golang.org/x/net/html/testdata/webkit/inbody01.dat
113gopkg/src/golang.org/x/net/html/testdata/webkit/isindex.dat 126gopkg/src/golang.org/x/net/html/testdata/webkit/isindex.dat
 127gopkg/src/golang.org/x/net/html/testdata/webkit/main-element.dat
 128gopkg/src/golang.org/x/net/html/testdata/webkit/math.dat
 129gopkg/src/golang.org/x/net/html/testdata/webkit/namespace-sensitivity.dat
114gopkg/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat 130gopkg/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat
115gopkg/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat 131gopkg/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat
116gopkg/src/golang.org/x/net/html/testdata/webkit/plain-text-unsafe.dat 132gopkg/src/golang.org/x/net/html/testdata/webkit/plain-text-unsafe.dat
 133gopkg/src/golang.org/x/net/html/testdata/webkit/ruby.dat
117gopkg/src/golang.org/x/net/html/testdata/webkit/scriptdata01.dat 134gopkg/src/golang.org/x/net/html/testdata/webkit/scriptdata01.dat
118gopkg/src/golang.org/x/net/html/testdata/webkit/scripted/adoption01.dat 135gopkg/src/golang.org/x/net/html/testdata/webkit/scripted/adoption01.dat
 136gopkg/src/golang.org/x/net/html/testdata/webkit/scripted/ark.dat
119gopkg/src/golang.org/x/net/html/testdata/webkit/scripted/webkit01.dat 137gopkg/src/golang.org/x/net/html/testdata/webkit/scripted/webkit01.dat
120gopkg/src/golang.org/x/net/html/testdata/webkit/tables01.dat 138gopkg/src/golang.org/x/net/html/testdata/webkit/tables01.dat
 139gopkg/src/golang.org/x/net/html/testdata/webkit/template.dat
121gopkg/src/golang.org/x/net/html/testdata/webkit/tests1.dat 140gopkg/src/golang.org/x/net/html/testdata/webkit/tests1.dat
122gopkg/src/golang.org/x/net/html/testdata/webkit/tests10.dat 141gopkg/src/golang.org/x/net/html/testdata/webkit/tests10.dat
123gopkg/src/golang.org/x/net/html/testdata/webkit/tests11.dat 142gopkg/src/golang.org/x/net/html/testdata/webkit/tests11.dat
124gopkg/src/golang.org/x/net/html/testdata/webkit/tests12.dat 143gopkg/src/golang.org/x/net/html/testdata/webkit/tests12.dat
125gopkg/src/golang.org/x/net/html/testdata/webkit/tests14.dat 144gopkg/src/golang.org/x/net/html/testdata/webkit/tests14.dat
126gopkg/src/golang.org/x/net/html/testdata/webkit/tests15.dat 145gopkg/src/golang.org/x/net/html/testdata/webkit/tests15.dat
127gopkg/src/golang.org/x/net/html/testdata/webkit/tests16.dat 146gopkg/src/golang.org/x/net/html/testdata/webkit/tests16.dat
128gopkg/src/golang.org/x/net/html/testdata/webkit/tests17.dat 147gopkg/src/golang.org/x/net/html/testdata/webkit/tests17.dat
129gopkg/src/golang.org/x/net/html/testdata/webkit/tests18.dat 148gopkg/src/golang.org/x/net/html/testdata/webkit/tests18.dat
130gopkg/src/golang.org/x/net/html/testdata/webkit/tests19.dat 149gopkg/src/golang.org/x/net/html/testdata/webkit/tests19.dat
131gopkg/src/golang.org/x/net/html/testdata/webkit/tests2.dat 150gopkg/src/golang.org/x/net/html/testdata/webkit/tests2.dat
132gopkg/src/golang.org/x/net/html/testdata/webkit/tests20.dat 151gopkg/src/golang.org/x/net/html/testdata/webkit/tests20.dat
133gopkg/src/golang.org/x/net/html/testdata/webkit/tests21.dat 152gopkg/src/golang.org/x/net/html/testdata/webkit/tests21.dat
@@ -139,385 +158,486 @@ gopkg/src/golang.org/x/net/html/testdata @@ -139,385 +158,486 @@ gopkg/src/golang.org/x/net/html/testdata
139gopkg/src/golang.org/x/net/html/testdata/webkit/tests3.dat 158gopkg/src/golang.org/x/net/html/testdata/webkit/tests3.dat
140gopkg/src/golang.org/x/net/html/testdata/webkit/tests4.dat 159gopkg/src/golang.org/x/net/html/testdata/webkit/tests4.dat
141gopkg/src/golang.org/x/net/html/testdata/webkit/tests5.dat 160gopkg/src/golang.org/x/net/html/testdata/webkit/tests5.dat
142gopkg/src/golang.org/x/net/html/testdata/webkit/tests6.dat 161gopkg/src/golang.org/x/net/html/testdata/webkit/tests6.dat
143gopkg/src/golang.org/x/net/html/testdata/webkit/tests7.dat 162gopkg/src/golang.org/x/net/html/testdata/webkit/tests7.dat
144gopkg/src/golang.org/x/net/html/testdata/webkit/tests8.dat 163gopkg/src/golang.org/x/net/html/testdata/webkit/tests8.dat
145gopkg/src/golang.org/x/net/html/testdata/webkit/tests9.dat 164gopkg/src/golang.org/x/net/html/testdata/webkit/tests9.dat
146gopkg/src/golang.org/x/net/html/testdata/webkit/tests_innerHTML_1.dat 165gopkg/src/golang.org/x/net/html/testdata/webkit/tests_innerHTML_1.dat
147gopkg/src/golang.org/x/net/html/testdata/webkit/tricky01.dat 166gopkg/src/golang.org/x/net/html/testdata/webkit/tricky01.dat
148gopkg/src/golang.org/x/net/html/testdata/webkit/webkit01.dat 167gopkg/src/golang.org/x/net/html/testdata/webkit/webkit01.dat
149gopkg/src/golang.org/x/net/html/testdata/webkit/webkit02.dat 168gopkg/src/golang.org/x/net/html/testdata/webkit/webkit02.dat
150gopkg/src/golang.org/x/net/html/token.go 169gopkg/src/golang.org/x/net/html/token.go
151gopkg/src/golang.org/x/net/html/token_test.go 170gopkg/src/golang.org/x/net/html/token_test.go
 171gopkg/src/golang.org/x/net/http/httpguts/guts.go
 172gopkg/src/golang.org/x/net/http/httpguts/httplex.go
 173gopkg/src/golang.org/x/net/http/httpguts/httplex_test.go
 174gopkg/src/golang.org/x/net/http/httpproxy/export_test.go
 175gopkg/src/golang.org/x/net/http/httpproxy/go19_test.go
 176gopkg/src/golang.org/x/net/http/httpproxy/proxy.go
 177gopkg/src/golang.org/x/net/http/httpproxy/proxy_test.go
152gopkg/src/golang.org/x/net/http2/.gitignore 178gopkg/src/golang.org/x/net/http2/.gitignore
153gopkg/src/golang.org/x/net/http2/Dockerfile 179gopkg/src/golang.org/x/net/http2/Dockerfile
154gopkg/src/golang.org/x/net/http2/Makefile 180gopkg/src/golang.org/x/net/http2/Makefile
155gopkg/src/golang.org/x/net/http2/README 181gopkg/src/golang.org/x/net/http2/README
 182gopkg/src/golang.org/x/net/http2/ciphers.go
 183gopkg/src/golang.org/x/net/http2/ciphers_test.go
156gopkg/src/golang.org/x/net/http2/client_conn_pool.go 184gopkg/src/golang.org/x/net/http2/client_conn_pool.go
157gopkg/src/golang.org/x/net/http2/configure_transport.go 
158gopkg/src/golang.org/x/net/http2/databuffer.go 185gopkg/src/golang.org/x/net/http2/databuffer.go
159gopkg/src/golang.org/x/net/http2/databuffer_test.go 186gopkg/src/golang.org/x/net/http2/databuffer_test.go
160gopkg/src/golang.org/x/net/http2/errors.go 187gopkg/src/golang.org/x/net/http2/errors.go
161gopkg/src/golang.org/x/net/http2/errors_test.go 188gopkg/src/golang.org/x/net/http2/errors_test.go
162gopkg/src/golang.org/x/net/http2/flow.go 189gopkg/src/golang.org/x/net/http2/flow.go
163gopkg/src/golang.org/x/net/http2/flow_test.go 190gopkg/src/golang.org/x/net/http2/flow_test.go
164gopkg/src/golang.org/x/net/http2/frame.go 191gopkg/src/golang.org/x/net/http2/frame.go
165gopkg/src/golang.org/x/net/http2/frame_test.go 192gopkg/src/golang.org/x/net/http2/frame_test.go
166gopkg/src/golang.org/x/net/http2/go16.go 193gopkg/src/golang.org/x/net/http2/go111.go
167gopkg/src/golang.org/x/net/http2/go17.go 
168gopkg/src/golang.org/x/net/http2/go17_not18.go 
169gopkg/src/golang.org/x/net/http2/go18.go 
170gopkg/src/golang.org/x/net/http2/go18_test.go 
171gopkg/src/golang.org/x/net/http2/gotrack.go 194gopkg/src/golang.org/x/net/http2/gotrack.go
172gopkg/src/golang.org/x/net/http2/gotrack_test.go 195gopkg/src/golang.org/x/net/http2/gotrack_test.go
173gopkg/src/golang.org/x/net/http2/h2demo/.gitignore 196gopkg/src/golang.org/x/net/http2/h2c/h2c.go
174gopkg/src/golang.org/x/net/http2/h2demo/Makefile 197gopkg/src/golang.org/x/net/http2/h2c/h2c_test.go
175gopkg/src/golang.org/x/net/http2/h2demo/README 
176gopkg/src/golang.org/x/net/http2/h2demo/h2demo.go 
177gopkg/src/golang.org/x/net/http2/h2demo/launch.go 
178gopkg/src/golang.org/x/net/http2/h2demo/rootCA.key 
179gopkg/src/golang.org/x/net/http2/h2demo/rootCA.pem 
180gopkg/src/golang.org/x/net/http2/h2demo/rootCA.srl 
181gopkg/src/golang.org/x/net/http2/h2demo/server.crt 
182gopkg/src/golang.org/x/net/http2/h2demo/server.key 
183gopkg/src/golang.org/x/net/http2/h2i/README.md 198gopkg/src/golang.org/x/net/http2/h2i/README.md
184gopkg/src/golang.org/x/net/http2/h2i/h2i.go 199gopkg/src/golang.org/x/net/http2/h2i/h2i.go
185gopkg/src/golang.org/x/net/http2/headermap.go 200gopkg/src/golang.org/x/net/http2/headermap.go
186gopkg/src/golang.org/x/net/http2/hpack/encode.go 201gopkg/src/golang.org/x/net/http2/hpack/encode.go
187gopkg/src/golang.org/x/net/http2/hpack/encode_test.go 202gopkg/src/golang.org/x/net/http2/hpack/encode_test.go
188gopkg/src/golang.org/x/net/http2/hpack/hpack.go 203gopkg/src/golang.org/x/net/http2/hpack/hpack.go
189gopkg/src/golang.org/x/net/http2/hpack/hpack_test.go 204gopkg/src/golang.org/x/net/http2/hpack/hpack_test.go
190gopkg/src/golang.org/x/net/http2/hpack/huffman.go 205gopkg/src/golang.org/x/net/http2/hpack/huffman.go
191gopkg/src/golang.org/x/net/http2/hpack/tables.go 206gopkg/src/golang.org/x/net/http2/hpack/tables.go
192gopkg/src/golang.org/x/net/http2/hpack/tables_test.go 207gopkg/src/golang.org/x/net/http2/hpack/tables_test.go
193gopkg/src/golang.org/x/net/http2/http2.go 208gopkg/src/golang.org/x/net/http2/http2.go
194gopkg/src/golang.org/x/net/http2/http2_test.go 209gopkg/src/golang.org/x/net/http2/http2_test.go
195gopkg/src/golang.org/x/net/http2/not_go16.go 210gopkg/src/golang.org/x/net/http2/not_go111.go
196gopkg/src/golang.org/x/net/http2/not_go17.go 
197gopkg/src/golang.org/x/net/http2/not_go18.go 
198gopkg/src/golang.org/x/net/http2/pipe.go 211gopkg/src/golang.org/x/net/http2/pipe.go
199gopkg/src/golang.org/x/net/http2/pipe_test.go 212gopkg/src/golang.org/x/net/http2/pipe_test.go
200gopkg/src/golang.org/x/net/http2/server.go 213gopkg/src/golang.org/x/net/http2/server.go
201gopkg/src/golang.org/x/net/http2/server_push_test.go 214gopkg/src/golang.org/x/net/http2/server_push_test.go
202gopkg/src/golang.org/x/net/http2/server_test.go 215gopkg/src/golang.org/x/net/http2/server_test.go
203gopkg/src/golang.org/x/net/http2/testdata/draft-ietf-httpbis-http2.xml 216gopkg/src/golang.org/x/net/http2/testdata/draft-ietf-httpbis-http2.xml
204gopkg/src/golang.org/x/net/http2/transport.go 217gopkg/src/golang.org/x/net/http2/transport.go
205gopkg/src/golang.org/x/net/http2/transport_test.go 218gopkg/src/golang.org/x/net/http2/transport_test.go
206gopkg/src/golang.org/x/net/http2/write.go 219gopkg/src/golang.org/x/net/http2/write.go
207gopkg/src/golang.org/x/net/http2/writesched.go 220gopkg/src/golang.org/x/net/http2/writesched.go
208gopkg/src/golang.org/x/net/http2/writesched_priority.go 221gopkg/src/golang.org/x/net/http2/writesched_priority.go
209gopkg/src/golang.org/x/net/http2/writesched_priority_test.go 222gopkg/src/golang.org/x/net/http2/writesched_priority_test.go
210gopkg/src/golang.org/x/net/http2/writesched_random.go 223gopkg/src/golang.org/x/net/http2/writesched_random.go
211gopkg/src/golang.org/x/net/http2/writesched_random_test.go 224gopkg/src/golang.org/x/net/http2/writesched_random_test.go
212gopkg/src/golang.org/x/net/http2/writesched_test.go 225gopkg/src/golang.org/x/net/http2/writesched_test.go
213gopkg/src/golang.org/x/net/http2/z_spec_test.go 226gopkg/src/golang.org/x/net/http2/z_spec_test.go
 227gopkg/src/golang.org/x/net/icmp/diag_test.go
214gopkg/src/golang.org/x/net/icmp/dstunreach.go 228gopkg/src/golang.org/x/net/icmp/dstunreach.go
215gopkg/src/golang.org/x/net/icmp/echo.go 229gopkg/src/golang.org/x/net/icmp/echo.go
216gopkg/src/golang.org/x/net/icmp/endpoint.go 230gopkg/src/golang.org/x/net/icmp/endpoint.go
217gopkg/src/golang.org/x/net/icmp/example_test.go 231gopkg/src/golang.org/x/net/icmp/example_test.go
218gopkg/src/golang.org/x/net/icmp/extension.go 232gopkg/src/golang.org/x/net/icmp/extension.go
219gopkg/src/golang.org/x/net/icmp/extension_test.go 233gopkg/src/golang.org/x/net/icmp/extension_test.go
220gopkg/src/golang.org/x/net/icmp/helper.go 
221gopkg/src/golang.org/x/net/icmp/helper_posix.go 234gopkg/src/golang.org/x/net/icmp/helper_posix.go
222gopkg/src/golang.org/x/net/icmp/interface.go 235gopkg/src/golang.org/x/net/icmp/interface.go
223gopkg/src/golang.org/x/net/icmp/ipv4.go 236gopkg/src/golang.org/x/net/icmp/ipv4.go
224gopkg/src/golang.org/x/net/icmp/ipv4_test.go 237gopkg/src/golang.org/x/net/icmp/ipv4_test.go
225gopkg/src/golang.org/x/net/icmp/ipv6.go 238gopkg/src/golang.org/x/net/icmp/ipv6.go
226gopkg/src/golang.org/x/net/icmp/listen_posix.go 239gopkg/src/golang.org/x/net/icmp/listen_posix.go
227gopkg/src/golang.org/x/net/icmp/listen_stub.go 240gopkg/src/golang.org/x/net/icmp/listen_stub.go
228gopkg/src/golang.org/x/net/icmp/message.go 241gopkg/src/golang.org/x/net/icmp/message.go
229gopkg/src/golang.org/x/net/icmp/message_test.go 242gopkg/src/golang.org/x/net/icmp/message_test.go
230gopkg/src/golang.org/x/net/icmp/messagebody.go 243gopkg/src/golang.org/x/net/icmp/messagebody.go
231gopkg/src/golang.org/x/net/icmp/mpls.go 244gopkg/src/golang.org/x/net/icmp/mpls.go
232gopkg/src/golang.org/x/net/icmp/multipart.go 245gopkg/src/golang.org/x/net/icmp/multipart.go
233gopkg/src/golang.org/x/net/icmp/multipart_test.go 246gopkg/src/golang.org/x/net/icmp/multipart_test.go
234gopkg/src/golang.org/x/net/icmp/packettoobig.go 247gopkg/src/golang.org/x/net/icmp/packettoobig.go
235gopkg/src/golang.org/x/net/icmp/paramprob.go 248gopkg/src/golang.org/x/net/icmp/paramprob.go
236gopkg/src/golang.org/x/net/icmp/ping_test.go 
237gopkg/src/golang.org/x/net/icmp/sys_freebsd.go 249gopkg/src/golang.org/x/net/icmp/sys_freebsd.go
238gopkg/src/golang.org/x/net/icmp/timeexceeded.go 250gopkg/src/golang.org/x/net/icmp/timeexceeded.go
239gopkg/src/golang.org/x/net/idna/idna.go 251gopkg/src/golang.org/x/net/idna/example_test.go
 252gopkg/src/golang.org/x/net/idna/idna10.0.0.go
 253gopkg/src/golang.org/x/net/idna/idna9.0.0.go
240gopkg/src/golang.org/x/net/idna/idna_test.go 254gopkg/src/golang.org/x/net/idna/idna_test.go
241gopkg/src/golang.org/x/net/idna/punycode.go 255gopkg/src/golang.org/x/net/idna/punycode.go
242gopkg/src/golang.org/x/net/idna/punycode_test.go 256gopkg/src/golang.org/x/net/idna/punycode_test.go
 257gopkg/src/golang.org/x/net/idna/tables10.0.0.go
 258gopkg/src/golang.org/x/net/idna/tables11.0.0.go
 259gopkg/src/golang.org/x/net/idna/tables12.00.go
 260gopkg/src/golang.org/x/net/idna/tables9.0.0.go
 261gopkg/src/golang.org/x/net/idna/trie.go
 262gopkg/src/golang.org/x/net/idna/trieval.go
243gopkg/src/golang.org/x/net/internal/iana/const.go 263gopkg/src/golang.org/x/net/internal/iana/const.go
244gopkg/src/golang.org/x/net/internal/iana/gen.go 264gopkg/src/golang.org/x/net/internal/iana/gen.go
245gopkg/src/golang.org/x/net/internal/netreflect/socket.go 265gopkg/src/golang.org/x/net/internal/socket/cmsghdr.go
246gopkg/src/golang.org/x/net/internal/netreflect/socket_19.go 266gopkg/src/golang.org/x/net/internal/socket/cmsghdr_bsd.go
247gopkg/src/golang.org/x/net/internal/netreflect/socket_posix.go 267gopkg/src/golang.org/x/net/internal/socket/cmsghdr_linux_32bit.go
248gopkg/src/golang.org/x/net/internal/netreflect/socket_stub.go 268gopkg/src/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go
249gopkg/src/golang.org/x/net/internal/netreflect/socket_test.go 269gopkg/src/golang.org/x/net/internal/socket/cmsghdr_solaris_64bit.go
250gopkg/src/golang.org/x/net/internal/nettest/helper_bsd.go 270gopkg/src/golang.org/x/net/internal/socket/cmsghdr_stub.go
251gopkg/src/golang.org/x/net/internal/nettest/helper_nobsd.go 271gopkg/src/golang.org/x/net/internal/socket/defs_aix.go
252gopkg/src/golang.org/x/net/internal/nettest/helper_posix.go 272gopkg/src/golang.org/x/net/internal/socket/defs_darwin.go
253gopkg/src/golang.org/x/net/internal/nettest/helper_stub.go 273gopkg/src/golang.org/x/net/internal/socket/defs_dragonfly.go
254gopkg/src/golang.org/x/net/internal/nettest/helper_unix.go 274gopkg/src/golang.org/x/net/internal/socket/defs_freebsd.go
255gopkg/src/golang.org/x/net/internal/nettest/helper_windows.go 275gopkg/src/golang.org/x/net/internal/socket/defs_linux.go
256gopkg/src/golang.org/x/net/internal/nettest/interface.go 276gopkg/src/golang.org/x/net/internal/socket/defs_netbsd.go
257gopkg/src/golang.org/x/net/internal/nettest/rlimit.go 277gopkg/src/golang.org/x/net/internal/socket/defs_openbsd.go
258gopkg/src/golang.org/x/net/internal/nettest/stack.go 278gopkg/src/golang.org/x/net/internal/socket/defs_solaris.go
 279gopkg/src/golang.org/x/net/internal/socket/empty.s
 280gopkg/src/golang.org/x/net/internal/socket/error_unix.go
 281gopkg/src/golang.org/x/net/internal/socket/error_windows.go
 282gopkg/src/golang.org/x/net/internal/socket/iovec_32bit.go
 283gopkg/src/golang.org/x/net/internal/socket/iovec_64bit.go
 284gopkg/src/golang.org/x/net/internal/socket/iovec_solaris_64bit.go
 285gopkg/src/golang.org/x/net/internal/socket/iovec_stub.go
 286gopkg/src/golang.org/x/net/internal/socket/mmsghdr_stub.go
 287gopkg/src/golang.org/x/net/internal/socket/mmsghdr_unix.go
 288gopkg/src/golang.org/x/net/internal/socket/msghdr_bsd.go
 289gopkg/src/golang.org/x/net/internal/socket/msghdr_bsdvar.go
 290gopkg/src/golang.org/x/net/internal/socket/msghdr_linux.go
 291gopkg/src/golang.org/x/net/internal/socket/msghdr_linux_32bit.go
 292gopkg/src/golang.org/x/net/internal/socket/msghdr_linux_64bit.go
 293gopkg/src/golang.org/x/net/internal/socket/msghdr_openbsd.go
 294gopkg/src/golang.org/x/net/internal/socket/msghdr_solaris_64bit.go
 295gopkg/src/golang.org/x/net/internal/socket/msghdr_stub.go
 296gopkg/src/golang.org/x/net/internal/socket/norace.go
 297gopkg/src/golang.org/x/net/internal/socket/race.go
 298gopkg/src/golang.org/x/net/internal/socket/rawconn.go
 299gopkg/src/golang.org/x/net/internal/socket/rawconn_mmsg.go
 300gopkg/src/golang.org/x/net/internal/socket/rawconn_msg.go
 301gopkg/src/golang.org/x/net/internal/socket/rawconn_nommsg.go
 302gopkg/src/golang.org/x/net/internal/socket/rawconn_nomsg.go
 303gopkg/src/golang.org/x/net/internal/socket/socket.go
 304gopkg/src/golang.org/x/net/internal/socket/socket_test.go
 305gopkg/src/golang.org/x/net/internal/socket/sys.go
 306gopkg/src/golang.org/x/net/internal/socket/sys_bsd.go
 307gopkg/src/golang.org/x/net/internal/socket/sys_bsdvar.go
 308gopkg/src/golang.org/x/net/internal/socket/sys_const_unix.go
 309gopkg/src/golang.org/x/net/internal/socket/sys_darwin.go
 310gopkg/src/golang.org/x/net/internal/socket/sys_dragonfly.go
 311gopkg/src/golang.org/x/net/internal/socket/sys_go1_11_darwin.go
 312gopkg/src/golang.org/x/net/internal/socket/sys_linkname.go
 313gopkg/src/golang.org/x/net/internal/socket/sys_linux.go
 314gopkg/src/golang.org/x/net/internal/socket/sys_linux_386.go
 315gopkg/src/golang.org/x/net/internal/socket/sys_linux_386.s
 316gopkg/src/golang.org/x/net/internal/socket/sys_linux_amd64.go
 317gopkg/src/golang.org/x/net/internal/socket/sys_linux_arm.go
 318gopkg/src/golang.org/x/net/internal/socket/sys_linux_arm64.go
 319gopkg/src/golang.org/x/net/internal/socket/sys_linux_mips.go
 320gopkg/src/golang.org/x/net/internal/socket/sys_linux_mips64.go
 321gopkg/src/golang.org/x/net/internal/socket/sys_linux_mips64le.go
 322gopkg/src/golang.org/x/net/internal/socket/sys_linux_mipsle.go
 323gopkg/src/golang.org/x/net/internal/socket/sys_linux_ppc64.go
 324gopkg/src/golang.org/x/net/internal/socket/sys_linux_ppc64le.go
 325gopkg/src/golang.org/x/net/internal/socket/sys_linux_riscv64.go
 326gopkg/src/golang.org/x/net/internal/socket/sys_linux_s390x.go
 327gopkg/src/golang.org/x/net/internal/socket/sys_linux_s390x.s
 328gopkg/src/golang.org/x/net/internal/socket/sys_netbsd.go
 329gopkg/src/golang.org/x/net/internal/socket/sys_posix.go
 330gopkg/src/golang.org/x/net/internal/socket/sys_solaris.go
 331gopkg/src/golang.org/x/net/internal/socket/sys_solaris_amd64.s
 332gopkg/src/golang.org/x/net/internal/socket/sys_stub.go
 333gopkg/src/golang.org/x/net/internal/socket/sys_unix.go
 334gopkg/src/golang.org/x/net/internal/socket/sys_windows.go
 335gopkg/src/golang.org/x/net/internal/socket/zsys_aix_ppc64.go
 336gopkg/src/golang.org/x/net/internal/socket/zsys_darwin_386.go
 337gopkg/src/golang.org/x/net/internal/socket/zsys_darwin_amd64.go
 338gopkg/src/golang.org/x/net/internal/socket/zsys_darwin_arm.go
 339gopkg/src/golang.org/x/net/internal/socket/zsys_darwin_arm64.go
 340gopkg/src/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go
 341gopkg/src/golang.org/x/net/internal/socket/zsys_freebsd_386.go
 342gopkg/src/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go
 343gopkg/src/golang.org/x/net/internal/socket/zsys_freebsd_arm.go
 344gopkg/src/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go
 345gopkg/src/golang.org/x/net/internal/socket/zsys_linux_386.go
 346gopkg/src/golang.org/x/net/internal/socket/zsys_linux_amd64.go
 347gopkg/src/golang.org/x/net/internal/socket/zsys_linux_arm.go
 348gopkg/src/golang.org/x/net/internal/socket/zsys_linux_arm64.go
 349gopkg/src/golang.org/x/net/internal/socket/zsys_linux_mips.go
 350gopkg/src/golang.org/x/net/internal/socket/zsys_linux_mips64.go
 351gopkg/src/golang.org/x/net/internal/socket/zsys_linux_mips64le.go
 352gopkg/src/golang.org/x/net/internal/socket/zsys_linux_mipsle.go
 353gopkg/src/golang.org/x/net/internal/socket/zsys_linux_ppc64.go
 354gopkg/src/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go
 355gopkg/src/golang.org/x/net/internal/socket/zsys_linux_riscv64.go
 356gopkg/src/golang.org/x/net/internal/socket/zsys_linux_s390x.go
 357gopkg/src/golang.org/x/net/internal/socket/zsys_netbsd_386.go
 358gopkg/src/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go
 359gopkg/src/golang.org/x/net/internal/socket/zsys_netbsd_arm.go
 360gopkg/src/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go
 361gopkg/src/golang.org/x/net/internal/socket/zsys_openbsd_386.go
 362gopkg/src/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go
 363gopkg/src/golang.org/x/net/internal/socket/zsys_openbsd_arm.go
 364gopkg/src/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go
 365gopkg/src/golang.org/x/net/internal/socket/zsys_solaris_amd64.go
 366gopkg/src/golang.org/x/net/internal/socks/client.go
 367gopkg/src/golang.org/x/net/internal/socks/dial_test.go
 368gopkg/src/golang.org/x/net/internal/socks/socks.go
 369gopkg/src/golang.org/x/net/internal/sockstest/server.go
 370gopkg/src/golang.org/x/net/internal/sockstest/server_test.go
259gopkg/src/golang.org/x/net/internal/timeseries/timeseries.go 371gopkg/src/golang.org/x/net/internal/timeseries/timeseries.go
260gopkg/src/golang.org/x/net/internal/timeseries/timeseries_test.go 372gopkg/src/golang.org/x/net/internal/timeseries/timeseries_test.go
 373gopkg/src/golang.org/x/net/ipv4/batch.go
261gopkg/src/golang.org/x/net/ipv4/bpf_test.go 374gopkg/src/golang.org/x/net/ipv4/bpf_test.go
262gopkg/src/golang.org/x/net/ipv4/bpfopt_linux.go 
263gopkg/src/golang.org/x/net/ipv4/bpfopt_stub.go 
264gopkg/src/golang.org/x/net/ipv4/control.go 375gopkg/src/golang.org/x/net/ipv4/control.go
265gopkg/src/golang.org/x/net/ipv4/control_bsd.go 376gopkg/src/golang.org/x/net/ipv4/control_bsd.go
266gopkg/src/golang.org/x/net/ipv4/control_pktinfo.go 377gopkg/src/golang.org/x/net/ipv4/control_pktinfo.go
267gopkg/src/golang.org/x/net/ipv4/control_stub.go 378gopkg/src/golang.org/x/net/ipv4/control_stub.go
 379gopkg/src/golang.org/x/net/ipv4/control_test.go
268gopkg/src/golang.org/x/net/ipv4/control_unix.go 380gopkg/src/golang.org/x/net/ipv4/control_unix.go
269gopkg/src/golang.org/x/net/ipv4/control_windows.go 381gopkg/src/golang.org/x/net/ipv4/control_windows.go
 382gopkg/src/golang.org/x/net/ipv4/defs_aix.go
270gopkg/src/golang.org/x/net/ipv4/defs_darwin.go 383gopkg/src/golang.org/x/net/ipv4/defs_darwin.go
271gopkg/src/golang.org/x/net/ipv4/defs_dragonfly.go 384gopkg/src/golang.org/x/net/ipv4/defs_dragonfly.go
272gopkg/src/golang.org/x/net/ipv4/defs_freebsd.go 385gopkg/src/golang.org/x/net/ipv4/defs_freebsd.go
273gopkg/src/golang.org/x/net/ipv4/defs_linux.go 386gopkg/src/golang.org/x/net/ipv4/defs_linux.go
274gopkg/src/golang.org/x/net/ipv4/defs_netbsd.go 387gopkg/src/golang.org/x/net/ipv4/defs_netbsd.go
275gopkg/src/golang.org/x/net/ipv4/defs_openbsd.go 388gopkg/src/golang.org/x/net/ipv4/defs_openbsd.go
276gopkg/src/golang.org/x/net/ipv4/defs_solaris.go 389gopkg/src/golang.org/x/net/ipv4/defs_solaris.go
277gopkg/src/golang.org/x/net/ipv4/dgramopt_posix.go 390gopkg/src/golang.org/x/net/ipv4/dgramopt.go
278gopkg/src/golang.org/x/net/ipv4/dgramopt_stub.go 
279gopkg/src/golang.org/x/net/ipv4/doc.go 391gopkg/src/golang.org/x/net/ipv4/doc.go
280gopkg/src/golang.org/x/net/ipv4/endpoint.go 392gopkg/src/golang.org/x/net/ipv4/endpoint.go
281gopkg/src/golang.org/x/net/ipv4/example_test.go 393gopkg/src/golang.org/x/net/ipv4/example_test.go
282gopkg/src/golang.org/x/net/ipv4/gen.go 394gopkg/src/golang.org/x/net/ipv4/gen.go
283gopkg/src/golang.org/x/net/ipv4/genericopt_posix.go 395gopkg/src/golang.org/x/net/ipv4/genericopt.go
284gopkg/src/golang.org/x/net/ipv4/genericopt_stub.go 
285gopkg/src/golang.org/x/net/ipv4/go19_test.go 
286gopkg/src/golang.org/x/net/ipv4/header.go 396gopkg/src/golang.org/x/net/ipv4/header.go
287gopkg/src/golang.org/x/net/ipv4/header_test.go 397gopkg/src/golang.org/x/net/ipv4/header_test.go
288gopkg/src/golang.org/x/net/ipv4/helper.go 398gopkg/src/golang.org/x/net/ipv4/helper.go
 399gopkg/src/golang.org/x/net/ipv4/helper_posix_test.go
 400gopkg/src/golang.org/x/net/ipv4/helper_stub_test.go
289gopkg/src/golang.org/x/net/ipv4/iana.go 401gopkg/src/golang.org/x/net/ipv4/iana.go
290gopkg/src/golang.org/x/net/ipv4/icmp.go 402gopkg/src/golang.org/x/net/ipv4/icmp.go
291gopkg/src/golang.org/x/net/ipv4/icmp_linux.go 403gopkg/src/golang.org/x/net/ipv4/icmp_linux.go
292gopkg/src/golang.org/x/net/ipv4/icmp_stub.go 404gopkg/src/golang.org/x/net/ipv4/icmp_stub.go
293gopkg/src/golang.org/x/net/ipv4/icmp_test.go 405gopkg/src/golang.org/x/net/ipv4/icmp_test.go
294gopkg/src/golang.org/x/net/ipv4/ipv4_test.go 
295gopkg/src/golang.org/x/net/ipv4/multicast_test.go 406gopkg/src/golang.org/x/net/ipv4/multicast_test.go
296gopkg/src/golang.org/x/net/ipv4/multicastlistener_test.go 407gopkg/src/golang.org/x/net/ipv4/multicastlistener_test.go
297gopkg/src/golang.org/x/net/ipv4/multicastsockopt_test.go 408gopkg/src/golang.org/x/net/ipv4/multicastsockopt_test.go
298gopkg/src/golang.org/x/net/ipv4/packet.go 409gopkg/src/golang.org/x/net/ipv4/packet.go
299gopkg/src/golang.org/x/net/ipv4/payload.go 410gopkg/src/golang.org/x/net/ipv4/payload.go
300gopkg/src/golang.org/x/net/ipv4/payload_cmsg.go 411gopkg/src/golang.org/x/net/ipv4/payload_cmsg.go
301gopkg/src/golang.org/x/net/ipv4/payload_nocmsg.go 412gopkg/src/golang.org/x/net/ipv4/payload_nocmsg.go
302gopkg/src/golang.org/x/net/ipv4/readwrite_test.go 413gopkg/src/golang.org/x/net/ipv4/readwrite_test.go
303gopkg/src/golang.org/x/net/ipv4/sockopt.go 414gopkg/src/golang.org/x/net/ipv4/sockopt.go
304gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq.go 
305gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_posix.go 
306gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_stub.go 
307gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_stub.go 
308gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_unix.go 
309gopkg/src/golang.org/x/net/ipv4/sockopt_posix.go 415gopkg/src/golang.org/x/net/ipv4/sockopt_posix.go
310gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_stub.go 
311gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_unix.go 
312gopkg/src/golang.org/x/net/ipv4/sockopt_stub.go 416gopkg/src/golang.org/x/net/ipv4/sockopt_stub.go
 417gopkg/src/golang.org/x/net/ipv4/sys_aix.go
 418gopkg/src/golang.org/x/net/ipv4/sys_asmreq.go
 419gopkg/src/golang.org/x/net/ipv4/sys_asmreq_stub.go
 420gopkg/src/golang.org/x/net/ipv4/sys_asmreqn.go
 421gopkg/src/golang.org/x/net/ipv4/sys_asmreqn_stub.go
 422gopkg/src/golang.org/x/net/ipv4/sys_bpf.go
 423gopkg/src/golang.org/x/net/ipv4/sys_bpf_stub.go
313gopkg/src/golang.org/x/net/ipv4/sys_bsd.go 424gopkg/src/golang.org/x/net/ipv4/sys_bsd.go
314gopkg/src/golang.org/x/net/ipv4/sys_darwin.go 425gopkg/src/golang.org/x/net/ipv4/sys_darwin.go
 426gopkg/src/golang.org/x/net/ipv4/sys_dragonfly.go
315gopkg/src/golang.org/x/net/ipv4/sys_freebsd.go 427gopkg/src/golang.org/x/net/ipv4/sys_freebsd.go
316gopkg/src/golang.org/x/net/ipv4/sys_linux.go 428gopkg/src/golang.org/x/net/ipv4/sys_linux.go
317gopkg/src/golang.org/x/net/ipv4/sys_linux_386.s 
318gopkg/src/golang.org/x/net/ipv4/sys_openbsd.go 
319gopkg/src/golang.org/x/net/ipv4/sys_solaris.go 429gopkg/src/golang.org/x/net/ipv4/sys_solaris.go
320gopkg/src/golang.org/x/net/ipv4/sys_solaris_amd64.s 430gopkg/src/golang.org/x/net/ipv4/sys_ssmreq.go
 431gopkg/src/golang.org/x/net/ipv4/sys_ssmreq_stub.go
321gopkg/src/golang.org/x/net/ipv4/sys_stub.go 432gopkg/src/golang.org/x/net/ipv4/sys_stub.go
322gopkg/src/golang.org/x/net/ipv4/sys_windows.go 433gopkg/src/golang.org/x/net/ipv4/sys_windows.go
323gopkg/src/golang.org/x/net/ipv4/syscall_linux_386.go 
324gopkg/src/golang.org/x/net/ipv4/syscall_solaris.go 
325gopkg/src/golang.org/x/net/ipv4/syscall_unix.go 
326gopkg/src/golang.org/x/net/ipv4/syscall_windows.go 
327gopkg/src/golang.org/x/net/ipv4/unicast_test.go 434gopkg/src/golang.org/x/net/ipv4/unicast_test.go
328gopkg/src/golang.org/x/net/ipv4/unicastsockopt_test.go 435gopkg/src/golang.org/x/net/ipv4/unicastsockopt_test.go
 436gopkg/src/golang.org/x/net/ipv4/zsys_aix_ppc64.go
329gopkg/src/golang.org/x/net/ipv4/zsys_darwin.go 437gopkg/src/golang.org/x/net/ipv4/zsys_darwin.go
330gopkg/src/golang.org/x/net/ipv4/zsys_dragonfly.go 438gopkg/src/golang.org/x/net/ipv4/zsys_dragonfly.go
331gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_386.go 439gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_386.go
332gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_amd64.go 440gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_amd64.go
333gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_arm.go 441gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_arm.go
 442gopkg/src/golang.org/x/net/ipv4/zsys_freebsd_arm64.go
334gopkg/src/golang.org/x/net/ipv4/zsys_linux_386.go 443gopkg/src/golang.org/x/net/ipv4/zsys_linux_386.go
335gopkg/src/golang.org/x/net/ipv4/zsys_linux_amd64.go 444gopkg/src/golang.org/x/net/ipv4/zsys_linux_amd64.go
336gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm.go 445gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm.go
337gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm64.go 446gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm64.go
338gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips.go 447gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips.go
339gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64.go 448gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64.go
340gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64le.go 449gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64le.go
341gopkg/src/golang.org/x/net/ipv4/zsys_linux_mipsle.go 450gopkg/src/golang.org/x/net/ipv4/zsys_linux_mipsle.go
342gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc.go 451gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc.go
343gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64.go 452gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64.go
344gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64le.go 453gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64le.go
 454gopkg/src/golang.org/x/net/ipv4/zsys_linux_riscv64.go
345gopkg/src/golang.org/x/net/ipv4/zsys_linux_s390x.go 455gopkg/src/golang.org/x/net/ipv4/zsys_linux_s390x.go
346gopkg/src/golang.org/x/net/ipv4/zsys_netbsd.go 456gopkg/src/golang.org/x/net/ipv4/zsys_netbsd.go
347gopkg/src/golang.org/x/net/ipv4/zsys_openbsd.go 457gopkg/src/golang.org/x/net/ipv4/zsys_openbsd.go
348gopkg/src/golang.org/x/net/ipv4/zsys_solaris.go 458gopkg/src/golang.org/x/net/ipv4/zsys_solaris.go
 459gopkg/src/golang.org/x/net/ipv6/batch.go
349gopkg/src/golang.org/x/net/ipv6/bpf_test.go 460gopkg/src/golang.org/x/net/ipv6/bpf_test.go
350gopkg/src/golang.org/x/net/ipv6/bpfopt_linux.go 
351gopkg/src/golang.org/x/net/ipv6/bpfopt_stub.go 
352gopkg/src/golang.org/x/net/ipv6/control.go 461gopkg/src/golang.org/x/net/ipv6/control.go
353gopkg/src/golang.org/x/net/ipv6/control_rfc2292_unix.go 462gopkg/src/golang.org/x/net/ipv6/control_rfc2292_unix.go
354gopkg/src/golang.org/x/net/ipv6/control_rfc3542_unix.go 463gopkg/src/golang.org/x/net/ipv6/control_rfc3542_unix.go
355gopkg/src/golang.org/x/net/ipv6/control_stub.go 464gopkg/src/golang.org/x/net/ipv6/control_stub.go
 465gopkg/src/golang.org/x/net/ipv6/control_test.go
356gopkg/src/golang.org/x/net/ipv6/control_unix.go 466gopkg/src/golang.org/x/net/ipv6/control_unix.go
357gopkg/src/golang.org/x/net/ipv6/control_windows.go 467gopkg/src/golang.org/x/net/ipv6/control_windows.go
 468gopkg/src/golang.org/x/net/ipv6/defs_aix.go
358gopkg/src/golang.org/x/net/ipv6/defs_darwin.go 469gopkg/src/golang.org/x/net/ipv6/defs_darwin.go
359gopkg/src/golang.org/x/net/ipv6/defs_dragonfly.go 470gopkg/src/golang.org/x/net/ipv6/defs_dragonfly.go
360gopkg/src/golang.org/x/net/ipv6/defs_freebsd.go 471gopkg/src/golang.org/x/net/ipv6/defs_freebsd.go
361gopkg/src/golang.org/x/net/ipv6/defs_linux.go 472gopkg/src/golang.org/x/net/ipv6/defs_linux.go
362gopkg/src/golang.org/x/net/ipv6/defs_netbsd.go 473gopkg/src/golang.org/x/net/ipv6/defs_netbsd.go
363gopkg/src/golang.org/x/net/ipv6/defs_openbsd.go 474gopkg/src/golang.org/x/net/ipv6/defs_openbsd.go
364gopkg/src/golang.org/x/net/ipv6/defs_solaris.go 475gopkg/src/golang.org/x/net/ipv6/defs_solaris.go
365gopkg/src/golang.org/x/net/ipv6/dgramopt_posix.go 476gopkg/src/golang.org/x/net/ipv6/dgramopt.go
366gopkg/src/golang.org/x/net/ipv6/dgramopt_stub.go 
367gopkg/src/golang.org/x/net/ipv6/doc.go 477gopkg/src/golang.org/x/net/ipv6/doc.go
368gopkg/src/golang.org/x/net/ipv6/endpoint.go 478gopkg/src/golang.org/x/net/ipv6/endpoint.go
369gopkg/src/golang.org/x/net/ipv6/example_test.go 479gopkg/src/golang.org/x/net/ipv6/example_test.go
370gopkg/src/golang.org/x/net/ipv6/gen.go 480gopkg/src/golang.org/x/net/ipv6/gen.go
371gopkg/src/golang.org/x/net/ipv6/genericopt_posix.go 481gopkg/src/golang.org/x/net/ipv6/genericopt.go
372gopkg/src/golang.org/x/net/ipv6/genericopt_stub.go 
373gopkg/src/golang.org/x/net/ipv6/go19_test.go 
374gopkg/src/golang.org/x/net/ipv6/header.go 482gopkg/src/golang.org/x/net/ipv6/header.go
375gopkg/src/golang.org/x/net/ipv6/header_test.go 483gopkg/src/golang.org/x/net/ipv6/header_test.go
376gopkg/src/golang.org/x/net/ipv6/helper.go 484gopkg/src/golang.org/x/net/ipv6/helper.go
 485gopkg/src/golang.org/x/net/ipv6/helper_posix_test.go
 486gopkg/src/golang.org/x/net/ipv6/helper_stub_test.go
 487gopkg/src/golang.org/x/net/ipv6/helper_unix_test.go
 488gopkg/src/golang.org/x/net/ipv6/helper_windows_test.go
377gopkg/src/golang.org/x/net/ipv6/iana.go 489gopkg/src/golang.org/x/net/ipv6/iana.go
378gopkg/src/golang.org/x/net/ipv6/icmp.go 490gopkg/src/golang.org/x/net/ipv6/icmp.go
379gopkg/src/golang.org/x/net/ipv6/icmp_bsd.go 491gopkg/src/golang.org/x/net/ipv6/icmp_bsd.go
380gopkg/src/golang.org/x/net/ipv6/icmp_linux.go 492gopkg/src/golang.org/x/net/ipv6/icmp_linux.go
381gopkg/src/golang.org/x/net/ipv6/icmp_solaris.go 493gopkg/src/golang.org/x/net/ipv6/icmp_solaris.go
382gopkg/src/golang.org/x/net/ipv6/icmp_stub.go 494gopkg/src/golang.org/x/net/ipv6/icmp_stub.go
383gopkg/src/golang.org/x/net/ipv6/icmp_test.go 495gopkg/src/golang.org/x/net/ipv6/icmp_test.go
384gopkg/src/golang.org/x/net/ipv6/icmp_windows.go 496gopkg/src/golang.org/x/net/ipv6/icmp_windows.go
385gopkg/src/golang.org/x/net/ipv6/ipv6_test.go 
386gopkg/src/golang.org/x/net/ipv6/mocktransponder_test.go 497gopkg/src/golang.org/x/net/ipv6/mocktransponder_test.go
387gopkg/src/golang.org/x/net/ipv6/multicast_test.go 498gopkg/src/golang.org/x/net/ipv6/multicast_test.go
388gopkg/src/golang.org/x/net/ipv6/multicastlistener_test.go 499gopkg/src/golang.org/x/net/ipv6/multicastlistener_test.go
389gopkg/src/golang.org/x/net/ipv6/multicastsockopt_test.go 500gopkg/src/golang.org/x/net/ipv6/multicastsockopt_test.go
390gopkg/src/golang.org/x/net/ipv6/payload.go 501gopkg/src/golang.org/x/net/ipv6/payload.go
391gopkg/src/golang.org/x/net/ipv6/payload_cmsg.go 502gopkg/src/golang.org/x/net/ipv6/payload_cmsg.go
392gopkg/src/golang.org/x/net/ipv6/payload_nocmsg.go 503gopkg/src/golang.org/x/net/ipv6/payload_nocmsg.go
393gopkg/src/golang.org/x/net/ipv6/readwrite_test.go 504gopkg/src/golang.org/x/net/ipv6/readwrite_test.go
394gopkg/src/golang.org/x/net/ipv6/sockopt.go 505gopkg/src/golang.org/x/net/ipv6/sockopt.go
395gopkg/src/golang.org/x/net/ipv6/sockopt_asmreq_posix.go 
396gopkg/src/golang.org/x/net/ipv6/sockopt_posix.go 506gopkg/src/golang.org/x/net/ipv6/sockopt_posix.go
397gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_stub.go 
398gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_unix.go 
399gopkg/src/golang.org/x/net/ipv6/sockopt_stub.go 507gopkg/src/golang.org/x/net/ipv6/sockopt_stub.go
400gopkg/src/golang.org/x/net/ipv6/sockopt_test.go 508gopkg/src/golang.org/x/net/ipv6/sockopt_test.go
 509gopkg/src/golang.org/x/net/ipv6/sys_aix.go
 510gopkg/src/golang.org/x/net/ipv6/sys_asmreq.go
 511gopkg/src/golang.org/x/net/ipv6/sys_asmreq_stub.go
 512gopkg/src/golang.org/x/net/ipv6/sys_bpf.go
 513gopkg/src/golang.org/x/net/ipv6/sys_bpf_stub.go
401gopkg/src/golang.org/x/net/ipv6/sys_bsd.go 514gopkg/src/golang.org/x/net/ipv6/sys_bsd.go
402gopkg/src/golang.org/x/net/ipv6/sys_darwin.go 515gopkg/src/golang.org/x/net/ipv6/sys_darwin.go
403gopkg/src/golang.org/x/net/ipv6/sys_freebsd.go 516gopkg/src/golang.org/x/net/ipv6/sys_freebsd.go
404gopkg/src/golang.org/x/net/ipv6/sys_linux.go 517gopkg/src/golang.org/x/net/ipv6/sys_linux.go
405gopkg/src/golang.org/x/net/ipv6/sys_linux_386.s 
406gopkg/src/golang.org/x/net/ipv6/sys_solaris.go 518gopkg/src/golang.org/x/net/ipv6/sys_solaris.go
407gopkg/src/golang.org/x/net/ipv6/sys_solaris_amd64.s 519gopkg/src/golang.org/x/net/ipv6/sys_ssmreq.go
 520gopkg/src/golang.org/x/net/ipv6/sys_ssmreq_stub.go
408gopkg/src/golang.org/x/net/ipv6/sys_stub.go 521gopkg/src/golang.org/x/net/ipv6/sys_stub.go
409gopkg/src/golang.org/x/net/ipv6/sys_windows.go 522gopkg/src/golang.org/x/net/ipv6/sys_windows.go
410gopkg/src/golang.org/x/net/ipv6/syscall_linux_386.go 
411gopkg/src/golang.org/x/net/ipv6/syscall_solaris.go 
412gopkg/src/golang.org/x/net/ipv6/syscall_unix.go 
413gopkg/src/golang.org/x/net/ipv6/syscall_windows.go 
414gopkg/src/golang.org/x/net/ipv6/unicast_test.go 523gopkg/src/golang.org/x/net/ipv6/unicast_test.go
415gopkg/src/golang.org/x/net/ipv6/unicastsockopt_test.go 524gopkg/src/golang.org/x/net/ipv6/unicastsockopt_test.go
 525gopkg/src/golang.org/x/net/ipv6/zsys_aix_ppc64.go
416gopkg/src/golang.org/x/net/ipv6/zsys_darwin.go 526gopkg/src/golang.org/x/net/ipv6/zsys_darwin.go
417gopkg/src/golang.org/x/net/ipv6/zsys_dragonfly.go 527gopkg/src/golang.org/x/net/ipv6/zsys_dragonfly.go
418gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_386.go 528gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_386.go
419gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_amd64.go 529gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_amd64.go
420gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_arm.go 530gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_arm.go
 531gopkg/src/golang.org/x/net/ipv6/zsys_freebsd_arm64.go
421gopkg/src/golang.org/x/net/ipv6/zsys_linux_386.go 532gopkg/src/golang.org/x/net/ipv6/zsys_linux_386.go
422gopkg/src/golang.org/x/net/ipv6/zsys_linux_amd64.go 533gopkg/src/golang.org/x/net/ipv6/zsys_linux_amd64.go
423gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm.go 534gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm.go
424gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm64.go 535gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm64.go
425gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips.go 536gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips.go
426gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64.go 537gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64.go
427gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64le.go 538gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64le.go
428gopkg/src/golang.org/x/net/ipv6/zsys_linux_mipsle.go 539gopkg/src/golang.org/x/net/ipv6/zsys_linux_mipsle.go
429gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc.go 540gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc.go
430gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64.go 541gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64.go
431gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64le.go 542gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64le.go
 543gopkg/src/golang.org/x/net/ipv6/zsys_linux_riscv64.go
432gopkg/src/golang.org/x/net/ipv6/zsys_linux_s390x.go 544gopkg/src/golang.org/x/net/ipv6/zsys_linux_s390x.go
433gopkg/src/golang.org/x/net/ipv6/zsys_netbsd.go 545gopkg/src/golang.org/x/net/ipv6/zsys_netbsd.go
434gopkg/src/golang.org/x/net/ipv6/zsys_openbsd.go 546gopkg/src/golang.org/x/net/ipv6/zsys_openbsd.go
435gopkg/src/golang.org/x/net/ipv6/zsys_solaris.go 547gopkg/src/golang.org/x/net/ipv6/zsys_solaris.go
436gopkg/src/golang.org/x/net/lex/httplex/httplex.go 
437gopkg/src/golang.org/x/net/lex/httplex/httplex_test.go 
438gopkg/src/golang.org/x/net/lif/address.go 548gopkg/src/golang.org/x/net/lif/address.go
439gopkg/src/golang.org/x/net/lif/address_test.go 549gopkg/src/golang.org/x/net/lif/address_test.go
440gopkg/src/golang.org/x/net/lif/binary.go 550gopkg/src/golang.org/x/net/lif/binary.go
441gopkg/src/golang.org/x/net/lif/defs_solaris.go 551gopkg/src/golang.org/x/net/lif/defs_solaris.go
442gopkg/src/golang.org/x/net/lif/lif.go 552gopkg/src/golang.org/x/net/lif/lif.go
443gopkg/src/golang.org/x/net/lif/link.go 553gopkg/src/golang.org/x/net/lif/link.go
444gopkg/src/golang.org/x/net/lif/link_test.go 554gopkg/src/golang.org/x/net/lif/link_test.go
445gopkg/src/golang.org/x/net/lif/sys.go 555gopkg/src/golang.org/x/net/lif/sys.go
446gopkg/src/golang.org/x/net/lif/sys_solaris_amd64.s 556gopkg/src/golang.org/x/net/lif/sys_solaris_amd64.s
447gopkg/src/golang.org/x/net/lif/syscall.go 557gopkg/src/golang.org/x/net/lif/syscall.go
448gopkg/src/golang.org/x/net/lif/zsys_solaris_amd64.go 558gopkg/src/golang.org/x/net/lif/zsys_solaris_amd64.go
449gopkg/src/golang.org/x/net/nettest/conntest.go 559gopkg/src/golang.org/x/net/nettest/conntest.go
450gopkg/src/golang.org/x/net/nettest/conntest_go16.go 
451gopkg/src/golang.org/x/net/nettest/conntest_go17.go 
452gopkg/src/golang.org/x/net/nettest/conntest_test.go 560gopkg/src/golang.org/x/net/nettest/conntest_test.go
 561gopkg/src/golang.org/x/net/nettest/nettest.go
 562gopkg/src/golang.org/x/net/nettest/nettest_stub.go
 563gopkg/src/golang.org/x/net/nettest/nettest_unix.go
 564gopkg/src/golang.org/x/net/nettest/nettest_windows.go
 565gopkg/src/golang.org/x/net/netutil/helper_stub_test.go
 566gopkg/src/golang.org/x/net/netutil/helper_unix_test.go
 567gopkg/src/golang.org/x/net/netutil/helper_windows_test.go
453gopkg/src/golang.org/x/net/netutil/listen.go 568gopkg/src/golang.org/x/net/netutil/listen.go
454gopkg/src/golang.org/x/net/netutil/listen_test.go 569gopkg/src/golang.org/x/net/netutil/listen_test.go
 570gopkg/src/golang.org/x/net/proxy/dial.go
 571gopkg/src/golang.org/x/net/proxy/dial_test.go
455gopkg/src/golang.org/x/net/proxy/direct.go 572gopkg/src/golang.org/x/net/proxy/direct.go
456gopkg/src/golang.org/x/net/proxy/per_host.go 573gopkg/src/golang.org/x/net/proxy/per_host.go
457gopkg/src/golang.org/x/net/proxy/per_host_test.go 574gopkg/src/golang.org/x/net/proxy/per_host_test.go
458gopkg/src/golang.org/x/net/proxy/proxy.go 575gopkg/src/golang.org/x/net/proxy/proxy.go
459gopkg/src/golang.org/x/net/proxy/proxy_test.go 576gopkg/src/golang.org/x/net/proxy/proxy_test.go
460gopkg/src/golang.org/x/net/proxy/socks5.go 577gopkg/src/golang.org/x/net/proxy/socks5.go
 578gopkg/src/golang.org/x/net/publicsuffix/example_test.go
461gopkg/src/golang.org/x/net/publicsuffix/gen.go 579gopkg/src/golang.org/x/net/publicsuffix/gen.go
462gopkg/src/golang.org/x/net/publicsuffix/list.go 580gopkg/src/golang.org/x/net/publicsuffix/list.go
463gopkg/src/golang.org/x/net/publicsuffix/list_test.go 581gopkg/src/golang.org/x/net/publicsuffix/list_test.go
464gopkg/src/golang.org/x/net/publicsuffix/table.go 582gopkg/src/golang.org/x/net/publicsuffix/table.go
465gopkg/src/golang.org/x/net/publicsuffix/table_test.go 583gopkg/src/golang.org/x/net/publicsuffix/table_test.go
466gopkg/src/golang.org/x/net/route/address.go 584gopkg/src/golang.org/x/net/route/address.go
467gopkg/src/golang.org/x/net/route/address_darwin_test.go 585gopkg/src/golang.org/x/net/route/address_darwin_test.go
468gopkg/src/golang.org/x/net/route/address_test.go 586gopkg/src/golang.org/x/net/route/address_test.go
469gopkg/src/golang.org/x/net/route/binary.go 587gopkg/src/golang.org/x/net/route/binary.go
470gopkg/src/golang.org/x/net/route/defs_darwin.go 588gopkg/src/golang.org/x/net/route/defs_darwin.go
471gopkg/src/golang.org/x/net/route/defs_dragonfly.go 589gopkg/src/golang.org/x/net/route/defs_dragonfly.go
472gopkg/src/golang.org/x/net/route/defs_freebsd.go 590gopkg/src/golang.org/x/net/route/defs_freebsd.go
473gopkg/src/golang.org/x/net/route/defs_netbsd.go 591gopkg/src/golang.org/x/net/route/defs_netbsd.go
474gopkg/src/golang.org/x/net/route/defs_openbsd.go 592gopkg/src/golang.org/x/net/route/defs_openbsd.go
 593gopkg/src/golang.org/x/net/route/empty.s
475gopkg/src/golang.org/x/net/route/interface.go 594gopkg/src/golang.org/x/net/route/interface.go
476gopkg/src/golang.org/x/net/route/interface_announce.go 595gopkg/src/golang.org/x/net/route/interface_announce.go
477gopkg/src/golang.org/x/net/route/interface_classic.go 596gopkg/src/golang.org/x/net/route/interface_classic.go
478gopkg/src/golang.org/x/net/route/interface_freebsd.go 597gopkg/src/golang.org/x/net/route/interface_freebsd.go
479gopkg/src/golang.org/x/net/route/interface_multicast.go 598gopkg/src/golang.org/x/net/route/interface_multicast.go
480gopkg/src/golang.org/x/net/route/interface_openbsd.go 599gopkg/src/golang.org/x/net/route/interface_openbsd.go
481gopkg/src/golang.org/x/net/route/message.go 600gopkg/src/golang.org/x/net/route/message.go
482gopkg/src/golang.org/x/net/route/message_darwin_test.go 601gopkg/src/golang.org/x/net/route/message_darwin_test.go
483gopkg/src/golang.org/x/net/route/message_freebsd_test.go 602gopkg/src/golang.org/x/net/route/message_freebsd_test.go
484gopkg/src/golang.org/x/net/route/message_test.go 603gopkg/src/golang.org/x/net/route/message_test.go
485gopkg/src/golang.org/x/net/route/route.go 604gopkg/src/golang.org/x/net/route/route.go
486gopkg/src/golang.org/x/net/route/route_classic.go 605gopkg/src/golang.org/x/net/route/route_classic.go
487gopkg/src/golang.org/x/net/route/route_openbsd.go 606gopkg/src/golang.org/x/net/route/route_openbsd.go
488gopkg/src/golang.org/x/net/route/route_test.go 607gopkg/src/golang.org/x/net/route/route_test.go
489gopkg/src/golang.org/x/net/route/sys.go 608gopkg/src/golang.org/x/net/route/sys.go
490gopkg/src/golang.org/x/net/route/sys_darwin.go 609gopkg/src/golang.org/x/net/route/sys_darwin.go
491gopkg/src/golang.org/x/net/route/sys_dragonfly.go 610gopkg/src/golang.org/x/net/route/sys_dragonfly.go
492gopkg/src/golang.org/x/net/route/sys_freebsd.go 611gopkg/src/golang.org/x/net/route/sys_freebsd.go
493gopkg/src/golang.org/x/net/route/sys_netbsd.go 612gopkg/src/golang.org/x/net/route/sys_netbsd.go
494gopkg/src/golang.org/x/net/route/sys_openbsd.go 613gopkg/src/golang.org/x/net/route/sys_openbsd.go
495gopkg/src/golang.org/x/net/route/syscall.go 614gopkg/src/golang.org/x/net/route/syscall.go
 615gopkg/src/golang.org/x/net/route/syscall_go1_11_darwin.go
 616gopkg/src/golang.org/x/net/route/syscall_go1_12_darwin.go
496gopkg/src/golang.org/x/net/route/zsys_darwin.go 617gopkg/src/golang.org/x/net/route/zsys_darwin.go
497gopkg/src/golang.org/x/net/route/zsys_dragonfly.go 618gopkg/src/golang.org/x/net/route/zsys_dragonfly.go
498gopkg/src/golang.org/x/net/route/zsys_freebsd_386.go 619gopkg/src/golang.org/x/net/route/zsys_freebsd_386.go
499gopkg/src/golang.org/x/net/route/zsys_freebsd_amd64.go 620gopkg/src/golang.org/x/net/route/zsys_freebsd_amd64.go
500gopkg/src/golang.org/x/net/route/zsys_freebsd_arm.go 621gopkg/src/golang.org/x/net/route/zsys_freebsd_arm.go
 622gopkg/src/golang.org/x/net/route/zsys_freebsd_arm64.go
501gopkg/src/golang.org/x/net/route/zsys_netbsd.go 623gopkg/src/golang.org/x/net/route/zsys_netbsd.go
502gopkg/src/golang.org/x/net/route/zsys_openbsd.go 624gopkg/src/golang.org/x/net/route/zsys_openbsd.go
503gopkg/src/golang.org/x/net/trace/events.go 625gopkg/src/golang.org/x/net/trace/events.go
504gopkg/src/golang.org/x/net/trace/histogram.go 626gopkg/src/golang.org/x/net/trace/histogram.go
505gopkg/src/golang.org/x/net/trace/histogram_test.go 627gopkg/src/golang.org/x/net/trace/histogram_test.go
506gopkg/src/golang.org/x/net/trace/trace.go 628gopkg/src/golang.org/x/net/trace/trace.go
507gopkg/src/golang.org/x/net/trace/trace_test.go 629gopkg/src/golang.org/x/net/trace/trace_test.go
508gopkg/src/golang.org/x/net/webdav/file.go 630gopkg/src/golang.org/x/net/webdav/file.go
509gopkg/src/golang.org/x/net/webdav/file_go1.6.go 
510gopkg/src/golang.org/x/net/webdav/file_go1.7.go 
511gopkg/src/golang.org/x/net/webdav/file_test.go 631gopkg/src/golang.org/x/net/webdav/file_test.go
512gopkg/src/golang.org/x/net/webdav/if.go 632gopkg/src/golang.org/x/net/webdav/if.go
513gopkg/src/golang.org/x/net/webdav/if_test.go 633gopkg/src/golang.org/x/net/webdav/if_test.go
514gopkg/src/golang.org/x/net/webdav/internal/xml/README 634gopkg/src/golang.org/x/net/webdav/internal/xml/README
515gopkg/src/golang.org/x/net/webdav/internal/xml/atom_test.go 635gopkg/src/golang.org/x/net/webdav/internal/xml/atom_test.go
516gopkg/src/golang.org/x/net/webdav/internal/xml/example_test.go 636gopkg/src/golang.org/x/net/webdav/internal/xml/example_test.go
517gopkg/src/golang.org/x/net/webdav/internal/xml/marshal.go 637gopkg/src/golang.org/x/net/webdav/internal/xml/marshal.go
518gopkg/src/golang.org/x/net/webdav/internal/xml/marshal_test.go 638gopkg/src/golang.org/x/net/webdav/internal/xml/marshal_test.go
519gopkg/src/golang.org/x/net/webdav/internal/xml/read.go 639gopkg/src/golang.org/x/net/webdav/internal/xml/read.go
520gopkg/src/golang.org/x/net/webdav/internal/xml/read_test.go 640gopkg/src/golang.org/x/net/webdav/internal/xml/read_test.go
521gopkg/src/golang.org/x/net/webdav/internal/xml/typeinfo.go 641gopkg/src/golang.org/x/net/webdav/internal/xml/typeinfo.go
522gopkg/src/golang.org/x/net/webdav/internal/xml/xml.go 642gopkg/src/golang.org/x/net/webdav/internal/xml/xml.go
523gopkg/src/golang.org/x/net/webdav/internal/xml/xml_test.go 643gopkg/src/golang.org/x/net/webdav/internal/xml/xml_test.go

cvs diff -r1.6 -r1.7 pkgsrc/net/go-net/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/net/go-net/buildlink3.mk 2019/11/03 11:45:35 1.6
+++ pkgsrc/net/go-net/buildlink3.mk 2020/02/03 14:46:07 1.7
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: buildlink3.mk,v 1.6 2019/11/03 11:45:35 rillig Exp $ 1# $NetBSD: buildlink3.mk,v 1.7 2020/02/03 14:46:07 bsiegert Exp $
2 2
3BUILDLINK_TREE+= go-net 3BUILDLINK_TREE+= go-net
4 4
5.if !defined(GO_NET_BUILDLINK3_MK) 5.if !defined(GO_NET_BUILDLINK3_MK)
6GO_NET_BUILDLINK3_MK:= 6GO_NET_BUILDLINK3_MK:=
7 7
8BUILDLINK_CONTENTS_FILTER.go-net= ${EGREP} gopkg/ 8BUILDLINK_CONTENTS_FILTER.go-net= ${EGREP} gopkg/
9BUILDLINK_DEPMETHOD.go-net?= build 9BUILDLINK_DEPMETHOD.go-net?= build
10 10
11BUILDLINK_API_DEPENDS.go-net+= go-net>=20170308 11BUILDLINK_API_DEPENDS.go-net+= go-net>=20200130
12BUILDLINK_PKGSRCDIR.go-net?= ../../net/go-net 12BUILDLINK_PKGSRCDIR.go-net?= ../../net/go-net
13 13
14.include "../../textproc/go-text/buildlink3.mk" 14.include "../../textproc/go-text/buildlink3.mk"
15.include "../../security/go-crypto/buildlink3.mk" 15.include "../../security/go-crypto/buildlink3.mk"
16.endif # GO_NET_BUILDLINK3_MK 16.endif # GO_NET_BUILDLINK3_MK
17 17
18BUILDLINK_TREE+= -go-net 18BUILDLINK_TREE+= -go-net

cvs diff -r1.6 -r1.7 pkgsrc/net/go-net/distinfo (expand / switch to unified diff)

--- pkgsrc/net/go-net/distinfo 2017/03/16 19:14:19 1.6
+++ pkgsrc/net/go-net/distinfo 2020/02/03 14:46:07 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2017/03/16 19:14:19 bsiegert Exp $ 1$NetBSD: distinfo,v 1.7 2020/02/03 14:46:07 bsiegert Exp $
2 2
3SHA1 (go-net-20170308-a6577fa.tar.gz) = 49eb7b74863a0cce94aa0924a6c4750775140f2e 3SHA1 (go-net-20200130-1617124.tar.gz) = bc77e40f10c48d52c44eca226eda49594c20c3c0
4RMD160 (go-net-20170308-a6577fa.tar.gz) = a27366dc6cf6989ef7cdac10c4baad5067ffb9ad 4RMD160 (go-net-20200130-1617124.tar.gz) = 4230d485ab38bd363112864d84521053df29f1e2
5SHA512 (go-net-20170308-a6577fa.tar.gz) = 8307bdea9781c34a7fd39520005b0aa19f4e6e3a60a6231e4a4a776a13b054e2ddb99793a2cad08f584c399cb2c7adb9f559f4e4e126e19faa0255133ad26462 5SHA512 (go-net-20200130-1617124.tar.gz) = 2f90bdf49cd4658994418a1b050c7fa446fc9b3ad491b28fd9f5d3539b61c3c27537531cedd90f79a4d82c81808a55f45fe77c86397f602aa4d3dbf77b91122b
6Size (go-net-20170308-a6577fa.tar.gz) = 790185 bytes 6Size (go-net-20200130-1617124.tar.gz) = 1174269 bytes