summaryrefslogtreecommitdiff
path: root/net/go-net/PLIST
diff options
context:
space:
mode:
Diffstat (limited to 'net/go-net/PLIST')
-rw-r--r--net/go-net/PLIST113
1 files changed, 94 insertions, 19 deletions
diff --git a/net/go-net/PLIST b/net/go-net/PLIST
index 64e1e4231e0..7b3835ea3be 100644
--- a/net/go-net/PLIST
+++ b/net/go-net/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2016/01/03 20:22:53 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/09/11 08:25:40 bsiegert Exp $
bin/h2i
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/bpf.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/context/ctxhttp.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/dict.a
@@ -11,13 +12,16 @@ gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/http2/hpack.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/icmp.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/idna.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/iana.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/netreflect.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/nettest.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/internal/timeseries.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv4.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/ipv6.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/lex/httplex.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/netutil.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/proxy.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/publicsuffix.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/route.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/trace.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/net/webdav/internal/xml.a
@@ -29,13 +33,33 @@ gopkg/src/golang.org/x/net/CONTRIBUTORS
gopkg/src/golang.org/x/net/LICENSE
gopkg/src/golang.org/x/net/PATENTS
gopkg/src/golang.org/x/net/README
+gopkg/src/golang.org/x/net/bpf/asm.go
+gopkg/src/golang.org/x/net/bpf/constants.go
+gopkg/src/golang.org/x/net/bpf/doc.go
+gopkg/src/golang.org/x/net/bpf/instructions.go
+gopkg/src/golang.org/x/net/bpf/instructions_test.go
+gopkg/src/golang.org/x/net/bpf/testdata/all_instructions.bpf
+gopkg/src/golang.org/x/net/bpf/testdata/all_instructions.txt
+gopkg/src/golang.org/x/net/bpf/vm.go
+gopkg/src/golang.org/x/net/bpf/vm_aluop_test.go
+gopkg/src/golang.org/x/net/bpf/vm_bpf_test.go
+gopkg/src/golang.org/x/net/bpf/vm_extension_test.go
+gopkg/src/golang.org/x/net/bpf/vm_instructions.go
+gopkg/src/golang.org/x/net/bpf/vm_jump_test.go
+gopkg/src/golang.org/x/net/bpf/vm_load_test.go
+gopkg/src/golang.org/x/net/bpf/vm_ret_test.go
+gopkg/src/golang.org/x/net/bpf/vm_scratch_test.go
+gopkg/src/golang.org/x/net/bpf/vm_test.go
gopkg/src/golang.org/x/net/codereview.cfg
gopkg/src/golang.org/x/net/context/context.go
gopkg/src/golang.org/x/net/context/context_test.go
-gopkg/src/golang.org/x/net/context/ctxhttp/cancelreq.go
-gopkg/src/golang.org/x/net/context/ctxhttp/cancelreq_go14.go
gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp.go
+gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_17_test.go
+gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go
+gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_pre17_test.go
gopkg/src/golang.org/x/net/context/ctxhttp/ctxhttp_test.go
+gopkg/src/golang.org/x/net/context/go17.go
+gopkg/src/golang.org/x/net/context/pre_go17.go
gopkg/src/golang.org/x/net/context/withtimeout_test.go
gopkg/src/golang.org/x/net/dict/dict.go
gopkg/src/golang.org/x/net/html/atom/atom.go
@@ -135,7 +159,10 @@ gopkg/src/golang.org/x/net/http2/flow.go
gopkg/src/golang.org/x/net/http2/flow_test.go
gopkg/src/golang.org/x/net/http2/frame.go
gopkg/src/golang.org/x/net/http2/frame_test.go
-gopkg/src/golang.org/x/net/http2/go15.go
+gopkg/src/golang.org/x/net/http2/go16.go
+gopkg/src/golang.org/x/net/http2/go17.go
+gopkg/src/golang.org/x/net/http2/go17_not18.go
+gopkg/src/golang.org/x/net/http2/go18.go
gopkg/src/golang.org/x/net/http2/gotrack.go
gopkg/src/golang.org/x/net/http2/gotrack_test.go
gopkg/src/golang.org/x/net/http2/h2demo/.gitignore
@@ -159,8 +186,8 @@ gopkg/src/golang.org/x/net/http2/hpack/huffman.go
gopkg/src/golang.org/x/net/http2/hpack/tables.go
gopkg/src/golang.org/x/net/http2/http2.go
gopkg/src/golang.org/x/net/http2/http2_test.go
-gopkg/src/golang.org/x/net/http2/not_go15.go
gopkg/src/golang.org/x/net/http2/not_go16.go
+gopkg/src/golang.org/x/net/http2/not_go17.go
gopkg/src/golang.org/x/net/http2/pipe.go
gopkg/src/golang.org/x/net/http2/pipe_test.go
gopkg/src/golang.org/x/net/http2/priority_test.go
@@ -178,6 +205,7 @@ gopkg/src/golang.org/x/net/icmp/endpoint.go
gopkg/src/golang.org/x/net/icmp/example_test.go
gopkg/src/golang.org/x/net/icmp/extension.go
gopkg/src/golang.org/x/net/icmp/extension_test.go
+gopkg/src/golang.org/x/net/icmp/helper.go
gopkg/src/golang.org/x/net/icmp/helper_posix.go
gopkg/src/golang.org/x/net/icmp/interface.go
gopkg/src/golang.org/x/net/icmp/ipv4.go
@@ -202,6 +230,10 @@ gopkg/src/golang.org/x/net/idna/punycode.go
gopkg/src/golang.org/x/net/idna/punycode_test.go
gopkg/src/golang.org/x/net/internal/iana/const.go
gopkg/src/golang.org/x/net/internal/iana/gen.go
+gopkg/src/golang.org/x/net/internal/netreflect/socket.go
+gopkg/src/golang.org/x/net/internal/netreflect/socket_posix.go
+gopkg/src/golang.org/x/net/internal/netreflect/socket_stub.go
+gopkg/src/golang.org/x/net/internal/netreflect/socket_test.go
gopkg/src/golang.org/x/net/internal/nettest/error_posix.go
gopkg/src/golang.org/x/net/internal/nettest/error_stub.go
gopkg/src/golang.org/x/net/internal/nettest/interface.go
@@ -215,6 +247,9 @@ gopkg/src/golang.org/x/net/internal/nettest/stack_unix.go
gopkg/src/golang.org/x/net/internal/nettest/stack_windows.go
gopkg/src/golang.org/x/net/internal/timeseries/timeseries.go
gopkg/src/golang.org/x/net/internal/timeseries/timeseries_test.go
+gopkg/src/golang.org/x/net/ipv4/bpf_test.go
+gopkg/src/golang.org/x/net/ipv4/bpfopt_linux.go
+gopkg/src/golang.org/x/net/ipv4/bpfopt_stub.go
gopkg/src/golang.org/x/net/ipv4/control.go
gopkg/src/golang.org/x/net/ipv4/control_bsd.go
gopkg/src/golang.org/x/net/ipv4/control_pktinfo.go
@@ -239,9 +274,6 @@ gopkg/src/golang.org/x/net/ipv4/genericopt_stub.go
gopkg/src/golang.org/x/net/ipv4/header.go
gopkg/src/golang.org/x/net/ipv4/header_test.go
gopkg/src/golang.org/x/net/ipv4/helper.go
-gopkg/src/golang.org/x/net/ipv4/helper_stub.go
-gopkg/src/golang.org/x/net/ipv4/helper_unix.go
-gopkg/src/golang.org/x/net/ipv4/helper_windows.go
gopkg/src/golang.org/x/net/ipv4/iana.go
gopkg/src/golang.org/x/net/ipv4/icmp.go
gopkg/src/golang.org/x/net/ipv4/icmp_linux.go
@@ -258,16 +290,14 @@ gopkg/src/golang.org/x/net/ipv4/payload_nocmsg.go
gopkg/src/golang.org/x/net/ipv4/readwrite_test.go
gopkg/src/golang.org/x/net/ipv4/sockopt.go
gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq.go
+gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_posix.go
gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_stub.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_unix.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_asmreq_windows.go
gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_stub.go
gopkg/src/golang.org/x/net/ipv4/sockopt_asmreqn_unix.go
+gopkg/src/golang.org/x/net/ipv4/sockopt_posix.go
gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_stub.go
gopkg/src/golang.org/x/net/ipv4/sockopt_ssmreq_unix.go
gopkg/src/golang.org/x/net/ipv4/sockopt_stub.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_unix.go
-gopkg/src/golang.org/x/net/ipv4/sockopt_windows.go
gopkg/src/golang.org/x/net/ipv4/sys_bsd.go
gopkg/src/golang.org/x/net/ipv4/sys_darwin.go
gopkg/src/golang.org/x/net/ipv4/sys_freebsd.go
@@ -277,6 +307,7 @@ gopkg/src/golang.org/x/net/ipv4/sys_stub.go
gopkg/src/golang.org/x/net/ipv4/sys_windows.go
gopkg/src/golang.org/x/net/ipv4/syscall_linux_386.go
gopkg/src/golang.org/x/net/ipv4/syscall_unix.go
+gopkg/src/golang.org/x/net/ipv4/syscall_windows.go
gopkg/src/golang.org/x/net/ipv4/thunk_linux_386.s
gopkg/src/golang.org/x/net/ipv4/unicast_test.go
gopkg/src/golang.org/x/net/ipv4/unicastsockopt_test.go
@@ -291,11 +322,16 @@ gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm.go
gopkg/src/golang.org/x/net/ipv4/zsys_linux_arm64.go
gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64.go
gopkg/src/golang.org/x/net/ipv4/zsys_linux_mips64le.go
+gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc.go
gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64.go
gopkg/src/golang.org/x/net/ipv4/zsys_linux_ppc64le.go
+gopkg/src/golang.org/x/net/ipv4/zsys_linux_s390x.go
gopkg/src/golang.org/x/net/ipv4/zsys_netbsd.go
gopkg/src/golang.org/x/net/ipv4/zsys_openbsd.go
gopkg/src/golang.org/x/net/ipv4/zsys_solaris.go
+gopkg/src/golang.org/x/net/ipv6/bpf_test.go
+gopkg/src/golang.org/x/net/ipv6/bpfopt_linux.go
+gopkg/src/golang.org/x/net/ipv6/bpfopt_stub.go
gopkg/src/golang.org/x/net/ipv6/control.go
gopkg/src/golang.org/x/net/ipv6/control_rfc2292_unix.go
gopkg/src/golang.org/x/net/ipv6/control_rfc3542_unix.go
@@ -320,9 +356,6 @@ gopkg/src/golang.org/x/net/ipv6/genericopt_stub.go
gopkg/src/golang.org/x/net/ipv6/header.go
gopkg/src/golang.org/x/net/ipv6/header_test.go
gopkg/src/golang.org/x/net/ipv6/helper.go
-gopkg/src/golang.org/x/net/ipv6/helper_stub.go
-gopkg/src/golang.org/x/net/ipv6/helper_unix.go
-gopkg/src/golang.org/x/net/ipv6/helper_windows.go
gopkg/src/golang.org/x/net/ipv6/iana.go
gopkg/src/golang.org/x/net/ipv6/icmp.go
gopkg/src/golang.org/x/net/ipv6/icmp_bsd.go
@@ -331,6 +364,7 @@ gopkg/src/golang.org/x/net/ipv6/icmp_solaris.go
gopkg/src/golang.org/x/net/ipv6/icmp_stub.go
gopkg/src/golang.org/x/net/ipv6/icmp_test.go
gopkg/src/golang.org/x/net/ipv6/icmp_windows.go
+gopkg/src/golang.org/x/net/ipv6/main_test.go
gopkg/src/golang.org/x/net/ipv6/mocktransponder_test.go
gopkg/src/golang.org/x/net/ipv6/multicast_test.go
gopkg/src/golang.org/x/net/ipv6/multicastlistener_test.go
@@ -340,14 +374,12 @@ gopkg/src/golang.org/x/net/ipv6/payload_cmsg.go
gopkg/src/golang.org/x/net/ipv6/payload_nocmsg.go
gopkg/src/golang.org/x/net/ipv6/readwrite_test.go
gopkg/src/golang.org/x/net/ipv6/sockopt.go
-gopkg/src/golang.org/x/net/ipv6/sockopt_asmreq_unix.go
-gopkg/src/golang.org/x/net/ipv6/sockopt_asmreq_windows.go
+gopkg/src/golang.org/x/net/ipv6/sockopt_asmreq_posix.go
+gopkg/src/golang.org/x/net/ipv6/sockopt_posix.go
gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_stub.go
gopkg/src/golang.org/x/net/ipv6/sockopt_ssmreq_unix.go
gopkg/src/golang.org/x/net/ipv6/sockopt_stub.go
gopkg/src/golang.org/x/net/ipv6/sockopt_test.go
-gopkg/src/golang.org/x/net/ipv6/sockopt_unix.go
-gopkg/src/golang.org/x/net/ipv6/sockopt_windows.go
gopkg/src/golang.org/x/net/ipv6/sys_bsd.go
gopkg/src/golang.org/x/net/ipv6/sys_darwin.go
gopkg/src/golang.org/x/net/ipv6/sys_freebsd.go
@@ -356,6 +388,7 @@ gopkg/src/golang.org/x/net/ipv6/sys_stub.go
gopkg/src/golang.org/x/net/ipv6/sys_windows.go
gopkg/src/golang.org/x/net/ipv6/syscall_linux_386.go
gopkg/src/golang.org/x/net/ipv6/syscall_unix.go
+gopkg/src/golang.org/x/net/ipv6/syscall_windows.go
gopkg/src/golang.org/x/net/ipv6/thunk_linux_386.s
gopkg/src/golang.org/x/net/ipv6/unicast_test.go
gopkg/src/golang.org/x/net/ipv6/unicastsockopt_test.go
@@ -370,11 +403,15 @@ gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm.go
gopkg/src/golang.org/x/net/ipv6/zsys_linux_arm64.go
gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64.go
gopkg/src/golang.org/x/net/ipv6/zsys_linux_mips64le.go
+gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc.go
gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64.go
gopkg/src/golang.org/x/net/ipv6/zsys_linux_ppc64le.go
+gopkg/src/golang.org/x/net/ipv6/zsys_linux_s390x.go
gopkg/src/golang.org/x/net/ipv6/zsys_netbsd.go
gopkg/src/golang.org/x/net/ipv6/zsys_openbsd.go
gopkg/src/golang.org/x/net/ipv6/zsys_solaris.go
+gopkg/src/golang.org/x/net/lex/httplex/httplex.go
+gopkg/src/golang.org/x/net/lex/httplex/httplex_test.go
gopkg/src/golang.org/x/net/netutil/listen.go
gopkg/src/golang.org/x/net/netutil/listen_test.go
gopkg/src/golang.org/x/net/proxy/direct.go
@@ -388,6 +425,44 @@ gopkg/src/golang.org/x/net/publicsuffix/list.go
gopkg/src/golang.org/x/net/publicsuffix/list_test.go
gopkg/src/golang.org/x/net/publicsuffix/table.go
gopkg/src/golang.org/x/net/publicsuffix/table_test.go
+gopkg/src/golang.org/x/net/route/address.go
+gopkg/src/golang.org/x/net/route/address_darwin_test.go
+gopkg/src/golang.org/x/net/route/address_test.go
+gopkg/src/golang.org/x/net/route/binary.go
+gopkg/src/golang.org/x/net/route/defs_darwin.go
+gopkg/src/golang.org/x/net/route/defs_dragonfly.go
+gopkg/src/golang.org/x/net/route/defs_freebsd.go
+gopkg/src/golang.org/x/net/route/defs_netbsd.go
+gopkg/src/golang.org/x/net/route/defs_openbsd.go
+gopkg/src/golang.org/x/net/route/interface.go
+gopkg/src/golang.org/x/net/route/interface_announce.go
+gopkg/src/golang.org/x/net/route/interface_classic.go
+gopkg/src/golang.org/x/net/route/interface_freebsd.go
+gopkg/src/golang.org/x/net/route/interface_multicast.go
+gopkg/src/golang.org/x/net/route/interface_openbsd.go
+gopkg/src/golang.org/x/net/route/message.go
+gopkg/src/golang.org/x/net/route/message_darwin_test.go
+gopkg/src/golang.org/x/net/route/message_freebsd_test.go
+gopkg/src/golang.org/x/net/route/message_test.go
+gopkg/src/golang.org/x/net/route/route.go
+gopkg/src/golang.org/x/net/route/route_classic.go
+gopkg/src/golang.org/x/net/route/route_openbsd.go
+gopkg/src/golang.org/x/net/route/route_test.go
+gopkg/src/golang.org/x/net/route/sys.go
+gopkg/src/golang.org/x/net/route/sys_darwin.go
+gopkg/src/golang.org/x/net/route/sys_dragonfly.go
+gopkg/src/golang.org/x/net/route/sys_freebsd.go
+gopkg/src/golang.org/x/net/route/sys_netbsd.go
+gopkg/src/golang.org/x/net/route/sys_openbsd.go
+gopkg/src/golang.org/x/net/route/syscall.go
+gopkg/src/golang.org/x/net/route/syscall.s
+gopkg/src/golang.org/x/net/route/zsys_darwin.go
+gopkg/src/golang.org/x/net/route/zsys_dragonfly.go
+gopkg/src/golang.org/x/net/route/zsys_freebsd_386.go
+gopkg/src/golang.org/x/net/route/zsys_freebsd_amd64.go
+gopkg/src/golang.org/x/net/route/zsys_freebsd_arm.go
+gopkg/src/golang.org/x/net/route/zsys_netbsd.go
+gopkg/src/golang.org/x/net/route/zsys_openbsd.go
gopkg/src/golang.org/x/net/trace/events.go
gopkg/src/golang.org/x/net/trace/histogram.go
gopkg/src/golang.org/x/net/trace/histogram_test.go