{ "Dir": "/usr/local/go/src/unsafe", "ImportPath": "unsafe", "Name": "unsafe", "Doc": "Package unsafe contains operations that step around the type safety of Go programs.", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "unsafe.go" ] } { "Dir": "/usr/local/go/src/internal/unsafeheader", "ImportPath": "internal/unsafeheader", "Name": "unsafeheader", "Doc": "Package unsafeheader contains header declarations for the Go runtime's slice and string implementations.", "Target": "/usr/local/go/pkg/linux_amd64/internal/unsafeheader.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "unsafeheader.go" ], "Imports": [ "unsafe" ], "Deps": [ "unsafe" ], "XTestGoFiles": [ "unsafeheader_test.go" ], "XTestImports": [ "bytes", "internal/unsafeheader", "reflect", "testing", "unsafe" ] } { "Dir": "/usr/local/go/src/internal/cpu", "ImportPath": "internal/cpu", "Name": "cpu", "Doc": "Package cpu implements processor feature detection used by the Go standard library.", "Target": "/usr/local/go/pkg/linux_amd64/internal/cpu.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "cpu.go", "cpu_amd64.go", "cpu_x86.go" ], "IgnoredGoFiles": [ "cpu_386.go", "cpu_arm.go", "cpu_arm64.go", "cpu_mips.go", "cpu_mips64x.go", "cpu_mipsle.go", "cpu_no_init.go", "cpu_ppc64x.go", "cpu_riscv64.go", "cpu_s390x.go", "cpu_s390x_test.go", "cpu_wasm.go" ], "SFiles": [ "cpu_x86.s" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "cpu_test.go", "cpu_x86_test.go" ], "XTestImports": [ "internal/cpu", "internal/testenv", "os", "os/exec", "runtime", "strings", "testing" ] } { "Dir": "/usr/local/go/src/internal/bytealg", "ImportPath": "internal/bytealg", "Name": "bytealg", "Target": "/usr/local/go/pkg/linux_amd64/internal/bytealg.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "bytealg.go", "compare_native.go", "count_native.go", "equal_generic.go", "equal_native.go", "index_amd64.go", "index_native.go", "indexbyte_native.go" ], "IgnoredGoFiles": [ "compare_generic.go", "count_generic.go", "index_arm64.go", "index_generic.go", "index_s390x.go", "indexbyte_generic.go" ], "SFiles": [ "compare_amd64.s", "count_amd64.s", "equal_amd64.s", "index_amd64.s", "indexbyte_amd64.s" ], "Imports": [ "internal/cpu", "unsafe" ], "Deps": [ "internal/cpu", "unsafe" ] } { "Dir": "/usr/local/go/src/runtime/internal/atomic", "ImportPath": "runtime/internal/atomic", "Name": "atomic", "Target": "/usr/local/go/pkg/linux_amd64/runtime/internal/atomic.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "atomic_amd64.go", "stubs.go" ], "IgnoredGoFiles": [ "atomic_386.go", "atomic_arm.go", "atomic_arm64.go", "atomic_mips64x.go", "atomic_mipsx.go", "atomic_ppc64x.go", "atomic_riscv64.go", "atomic_s390x.go", "atomic_wasm.go" ], "SFiles": [ "asm_amd64.s" ], "Imports": [ "unsafe" ], "Deps": [ "unsafe" ], "XTestGoFiles": [ "atomic_test.go", "bench_test.go" ], "XTestImports": [ "runtime", "runtime/internal/atomic", "runtime/internal/sys", "testing", "unsafe" ] } { "Dir": "/usr/local/go/src/runtime/internal/sys", "ImportPath": "runtime/internal/sys", "Name": "sys", "Doc": "package sys contains system- and configuration- and architecture-specific constants used by the runtime.", "Target": "/usr/local/go/pkg/linux_amd64/runtime/internal/sys.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "arch.go", "arch_amd64.go", "intrinsics.go", "intrinsics_common.go", "stubs.go", "sys.go", "zgoarch_amd64.go", "zgoos_linux.go", "zversion.go" ], "IgnoredGoFiles": [ "arch_386.go", "arch_arm.go", "arch_arm64.go", "arch_mips.go", "arch_mips64.go", "arch_mips64le.go", "arch_mipsle.go", "arch_ppc64.go", "arch_ppc64le.go", "arch_riscv64.go", "arch_s390x.go", "arch_wasm.go", "gengoos.go", "intrinsics_stubs.go", "zgoarch_386.go", "zgoarch_arm.go", "zgoarch_arm64.go", "zgoarch_arm64be.go", "zgoarch_armbe.go", "zgoarch_mips.go", "zgoarch_mips64.go", "zgoarch_mips64le.go", "zgoarch_mips64p32.go", "zgoarch_mips64p32le.go", "zgoarch_mipsle.go", "zgoarch_ppc.go", "zgoarch_ppc64.go", "zgoarch_ppc64le.go", "zgoarch_riscv.go", "zgoarch_riscv64.go", "zgoarch_s390.go", "zgoarch_s390x.go", "zgoarch_sparc.go", "zgoarch_sparc64.go", "zgoarch_wasm.go", "zgoos_aix.go", "zgoos_android.go", "zgoos_darwin.go", "zgoos_dragonfly.go", "zgoos_freebsd.go", "zgoos_hurd.go", "zgoos_illumos.go", "zgoos_js.go", "zgoos_netbsd.go", "zgoos_openbsd.go", "zgoos_plan9.go", "zgoos_solaris.go", "zgoos_windows.go", "zgoos_zos.go" ], "XTestGoFiles": [ "intrinsics_test.go" ], "XTestImports": [ "runtime/internal/sys", "testing" ] } { "Dir": "/usr/local/go/src/runtime/internal/math", "ImportPath": "runtime/internal/math", "Name": "math", "Target": "/usr/local/go/pkg/linux_amd64/runtime/internal/math.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "math.go" ], "Imports": [ "runtime/internal/sys" ], "Deps": [ "runtime/internal/sys" ], "XTestGoFiles": [ "math_test.go" ], "XTestImports": [ "runtime/internal/math", "testing" ] } { "Dir": "/usr/local/go/src/runtime", "ImportPath": "runtime", "Name": "runtime", "Doc": "Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.", "Target": "/usr/local/go/pkg/linux_amd64/runtime.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "alg.go", "atomic_pointer.go", "cgo.go", "cgo_mmap.go", "cgo_sigaction.go", "cgocall.go", "cgocallback.go", "cgocheck.go", "chan.go", "checkptr.go", "compiler.go", "complex.go", "cpuflags.go", "cpuflags_amd64.go", "cpuprof.go", "cputicks.go", "debug.go", "debugcall.go", "debuglog.go", "debuglog_off.go", "defs_linux_amd64.go", "env_posix.go", "error.go", "extern.go", "fastlog2.go", "fastlog2table.go", "float.go", "hash64.go", "heapdump.go", "iface.go", "lfstack.go", "lfstack_64bit.go", "lock_futex.go", "lockrank.go", "lockrank_off.go", "malloc.go", "map.go", "map_fast32.go", "map_fast64.go", "map_faststr.go", "mbarrier.go", "mbitmap.go", "mcache.go", "mcentral.go", "mem_linux.go", "mfinal.go", "mfixalloc.go", "mgc.go", "mgcmark.go", "mgcscavenge.go", "mgcstack.go", "mgcsweep.go", "mgcsweepbuf.go", "mgcwork.go", "mheap.go", "mpagealloc.go", "mpagealloc_64bit.go", "mpagecache.go", "mpallocbits.go", "mprof.go", "mranges.go", "msan0.go", "msize.go", "mspanset.go", "mstats.go", "mwbbuf.go", "nbpipe_pipe2.go", "netpoll.go", "netpoll_epoll.go", "os_linux.go", "os_linux_generic.go", "os_linux_noauxv.go", "os_linux_x86.go", "os_nonopenbsd.go", "panic.go", "plugin.go", "preempt.go", "preempt_nonwindows.go", "print.go", "proc.go", "profbuf.go", "proflabel.go", "race0.go", "rdebug.go", "relax_stub.go", "runtime.go", "runtime1.go", "runtime2.go", "rwmutex.go", "select.go", "sema.go", "signal_amd64.go", "signal_linux_amd64.go", "signal_unix.go", "sigqueue.go", "sigqueue_note.go", "sigtab_linux_generic.go", "sizeclasses.go", "slice.go", "softfloat64.go", "stack.go", "string.go", "stubs.go", "stubs2.go", "stubs3.go", "stubs_amd64.go", "stubs_linux.go", "symtab.go", "sys_nonppc64x.go", "sys_x86.go", "time.go", "time_nofake.go", "timestub.go", "timestub2.go", "trace.go", "traceback.go", "type.go", "typekind.go", "utf8.go", "vdso_elf64.go", "vdso_linux.go", "vdso_linux_amd64.go", "write_err.go" ], "IgnoredGoFiles": [ "auxv_none.go", "cgo_ppc64x.go", "conv_wasm_test.go", "crash_nonunix_test.go", "debuglog_on.go", "defs1_linux.go", "defs1_netbsd_386.go", "defs1_netbsd_amd64.go", "defs1_netbsd_arm.go", "defs1_netbsd_arm64.go", "defs1_solaris_amd64.go", "defs2_linux.go", "defs3_linux.go", "defs_aix.go", "defs_aix_ppc64.go", "defs_arm_linux.go", "defs_darwin.go", "defs_darwin_amd64.go", "defs_darwin_arm64.go", "defs_dragonfly.go", "defs_dragonfly_amd64.go", "defs_freebsd.go", "defs_freebsd_386.go", "defs_freebsd_amd64.go", "defs_freebsd_arm.go", "defs_freebsd_arm64.go", "defs_illumos_amd64.go", "defs_linux.go", "defs_linux_386.go", "defs_linux_arm.go", "defs_linux_arm64.go", "defs_linux_mips64x.go", "defs_linux_mipsx.go", "defs_linux_ppc64.go", "defs_linux_ppc64le.go", "defs_linux_riscv64.go", "defs_linux_s390x.go", "defs_netbsd.go", "defs_netbsd_386.go", "defs_netbsd_amd64.go", "defs_netbsd_arm.go", "defs_openbsd.go", "defs_openbsd_386.go", "defs_openbsd_amd64.go", "defs_openbsd_arm.go", "defs_openbsd_arm64.go", "defs_plan9_386.go", "defs_plan9_amd64.go", "defs_plan9_arm.go", "defs_solaris.go", "defs_solaris_amd64.go", "defs_windows.go", "defs_windows_386.go", "defs_windows_amd64.go", "defs_windows_arm.go", "env_plan9.go", "export_aix_test.go", "export_arm_test.go", "export_darwin_test.go", "export_solaris_test.go", "export_windows_test.go", "hash32.go", "lfstack_32bit.go", "libfuzzer.go", "lock_js.go", "lock_sema.go", "lockrank_on.go", "mem_aix.go", "mem_bsd.go", "mem_darwin.go", "mem_js.go", "mem_plan9.go", "mem_windows.go", "mkduff.go", "mkfastlog2table.go", "mkpreempt.go", "mksizeclasses.go", "mmap.go", "mpagealloc_32bit.go", "msan.go", "nbpipe_fcntl_libc_test.go", "nbpipe_pipe.go", "net_plan9.go", "netpoll_aix.go", "netpoll_fake.go", "netpoll_kqueue.go", "netpoll_solaris.go", "netpoll_stub.go", "netpoll_windows.go", "numcpu_freebsd_test.go", "os2_aix.go", "os2_freebsd.go", "os2_openbsd.go", "os2_plan9.go", "os2_solaris.go", "os3_plan9.go", "os3_solaris.go", "os_aix.go", "os_android.go", "os_darwin.go", "os_darwin_arm64.go", "os_dragonfly.go", "os_freebsd.go", "os_freebsd2.go", "os_freebsd_amd64.go", "os_freebsd_arm.go", "os_freebsd_arm64.go", "os_freebsd_noauxv.go", "os_illumos.go", "os_js.go", "os_linux_arm.go", "os_linux_arm64.go", "os_linux_be64.go", "os_linux_mips64x.go", "os_linux_mipsx.go", "os_linux_novdso.go", "os_linux_ppc64x.go", "os_linux_riscv64.go", "os_linux_s390x.go", "os_netbsd.go", "os_netbsd_386.go", "os_netbsd_amd64.go", "os_netbsd_arm.go", "os_netbsd_arm64.go", "os_only_solaris.go", "os_openbsd.go", "os_openbsd_arm.go", "os_openbsd_arm64.go", "os_plan9.go", "os_plan9_arm.go", "os_solaris.go", "os_windows.go", "os_windows_arm.go", "panic32.go", "race.go", "sigaction.go", "signal_386.go", "signal_aix_ppc64.go", "signal_arm.go", "signal_arm64.go", "signal_darwin.go", "signal_darwin_amd64.go", "signal_darwin_arm64.go", "signal_dragonfly.go", "signal_dragonfly_amd64.go", "signal_freebsd.go", "signal_freebsd_386.go", "signal_freebsd_amd64.go", "signal_freebsd_arm.go", "signal_freebsd_arm64.go", "signal_linux_386.go", "signal_linux_arm.go", "signal_linux_arm64.go", "signal_linux_mips64x.go", "signal_linux_mipsx.go", "signal_linux_ppc64x.go", "signal_linux_riscv64.go", "signal_linux_s390x.go", "signal_mips64x.go", "signal_mipsx.go", "signal_netbsd.go", "signal_netbsd_386.go", "signal_netbsd_amd64.go", "signal_netbsd_arm.go", "signal_netbsd_arm64.go", "signal_openbsd.go", "signal_openbsd_386.go", "signal_openbsd_amd64.go", "signal_openbsd_arm.go", "signal_openbsd_arm64.go", "signal_plan9.go", "signal_ppc64x.go", "signal_riscv64.go", "signal_solaris.go", "signal_solaris_amd64.go", "signal_windows.go", "signal_windows_test.go", "sigqueue_plan9.go", "sigtab_aix.go", "sigtab_linux_mipsx.go", "stubs32.go", "stubs_386.go", "stubs_arm.go", "stubs_arm64.go", "stubs_mips64x.go", "stubs_mipsx.go", "stubs_nonlinux.go", "stubs_ppc64x.go", "stubs_s390x.go", "sys_arm.go", "sys_arm64.go", "sys_darwin.go", "sys_mips64x.go", "sys_mipsx.go", "sys_ppc64x.go", "sys_riscv64.go", "sys_s390x.go", "sys_wasm.go", "syscall2_solaris.go", "syscall_aix.go", "syscall_solaris.go", "syscall_windows.go", "syscall_windows_test.go", "time_fake.go", "timeasm.go", "vdso_elf32.go", "vdso_freebsd.go", "vdso_freebsd_arm.go", "vdso_freebsd_arm64.go", "vdso_freebsd_x86.go", "vdso_in_none.go", "vdso_linux_386.go", "vdso_linux_arm.go", "vdso_linux_arm64.go", "vdso_linux_mips64x.go", "vdso_linux_ppc64x.go", "vlop_arm_test.go", "vlrt.go", "wincallback.go", "write_err_android.go", "zcallback_windows.go" ], "HFiles": [ "asm_ppc64x.h", "funcdata.h", "go_tls.h", "textflag.h" ], "SFiles": [ "asm.s", "asm_amd64.s", "duff_amd64.s", "memclr_amd64.s", "memmove_amd64.s", "preempt_amd64.s", "rt0_linux_amd64.s", "sys_linux_amd64.s" ], "Imports": [ "internal/bytealg", "internal/cpu", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "unsafe" ], "Deps": [ "internal/bytealg", "internal/cpu", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "unsafe" ], "TestGoFiles": [ "export_debug_test.go", "export_debuglog_test.go", "export_futex_test.go", "export_linux_test.go", "export_mmap_test.go", "export_test.go", "export_unix_test.go", "proc_runtime_test.go" ], "TestImports": [ "runtime/internal/atomic", "runtime/internal/sys", "unsafe" ], "XTestGoFiles": [ "callers_test.go", "chan_test.go", "chanbarrier_test.go", "checkptr_test.go", "closure_test.go", "complex_test.go", "crash_cgo_test.go", "crash_test.go", "crash_unix_test.go", "debug_test.go", "debuglog_test.go", "defer_test.go", "env_test.go", "example_test.go", "fastlog2_test.go", "futex_test.go", "gc_test.go", "gcinfo_test.go", "hash_test.go", "iface_test.go", "lfstack_test.go", "malloc_test.go", "map_benchmark_test.go", "map_test.go", "memmove_linux_amd64_test.go", "memmove_test.go", "mfinal_test.go", "mgcscavenge_test.go", "mpagealloc_test.go", "mpagecache_test.go", "mpallocbits_test.go", "nbpipe_fcntl_unix_test.go", "nbpipe_test.go", "netpoll_os_test.go", "norace_linux_test.go", "norace_test.go", "panic_test.go", "proc_test.go", "profbuf_test.go", "rand_test.go", "runtime-gdb_test.go", "runtime-lldb_test.go", "runtime_linux_test.go", "runtime_mmap_test.go", "runtime_test.go", "runtime_unix_test.go", "rwmutex_test.go", "sema_test.go", "semasleep_test.go", "sizeof_test.go", "slice_test.go", "softfloat64_test.go", "stack_test.go", "string_test.go", "symtab_test.go", "time_test.go" ], "XTestImports": [ "bytes", "crypto/rand", "encoding/binary", "errors", "flag", "fmt", "internal/race", "internal/syscall/unix", "internal/testenv", "io", "io/ioutil", "math", "math/cmplx", "math/rand", "net", "os", "os/exec", "path/filepath", "reflect", "regexp", "runtime", "runtime/debug", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "testing", "time", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/internal/reflectlite", "ImportPath": "internal/reflectlite", "Name": "reflectlite", "Doc": "Package reflectlite implements lightweight version of reflect, not using any package except for \"runtime\" and \"unsafe\".", "Target": "/usr/local/go/pkg/linux_amd64/internal/reflectlite.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "swapper.go", "type.go", "value.go" ], "SFiles": [ "asm.s" ], "Imports": [ "internal/unsafeheader", "runtime", "unsafe" ], "Deps": [ "internal/bytealg", "internal/cpu", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "TestImports": [ "unsafe" ], "XTestGoFiles": [ "all_test.go", "reflect_mirror_test.go", "set_test.go", "tostring_test.go" ], "XTestImports": [ "bytes", "encoding/base64", "fmt", "go/ast", "go/parser", "go/token", "internal/reflectlite", "io", "math", "os", "path/filepath", "reflect", "runtime", "strconv", "strings", "sync", "testing", "unsafe" ] } { "Dir": "/usr/local/go/src/errors", "ImportPath": "errors", "Name": "errors", "Doc": "Package errors implements functions to manipulate errors.", "Target": "/usr/local/go/pkg/linux_amd64/errors.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "errors.go", "wrap.go" ], "Imports": [ "internal/reflectlite" ], "Deps": [ "internal/bytealg", "internal/cpu", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "unsafe" ], "XTestGoFiles": [ "errors_test.go", "example_test.go", "wrap_test.go" ], "XTestImports": [ "errors", "fmt", "os", "reflect", "testing", "time" ] } { "Dir": "/usr/local/go/src/internal/race", "ImportPath": "internal/race", "Name": "race", "Doc": "Package race contains helper functions for manually instrumenting code for the race detector.", "Target": "/usr/local/go/pkg/linux_amd64/internal/race.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "doc.go", "norace.go" ], "IgnoredGoFiles": [ "race.go" ], "Imports": [ "unsafe" ], "Deps": [ "unsafe" ] } { "Dir": "/usr/local/go/src/sync/atomic", "ImportPath": "sync/atomic", "Name": "atomic", "Doc": "Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.", "Target": "/usr/local/go/pkg/linux_amd64/sync/atomic.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "doc.go", "value.go" ], "SFiles": [ "asm.s" ], "Imports": [ "unsafe" ], "Deps": [ "unsafe" ], "XTestGoFiles": [ "atomic_test.go", "example_test.go", "value_test.go" ], "XTestImports": [ "fmt", "math/rand", "runtime", "strings", "sync", "sync/atomic", "testing", "time", "unsafe" ] } { "Dir": "/usr/local/go/src/sync", "ImportPath": "sync", "Name": "sync", "Doc": "Package sync provides basic synchronization primitives such as mutual exclusion locks.", "Target": "/usr/local/go/pkg/linux_amd64/sync.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "cond.go", "map.go", "mutex.go", "once.go", "pool.go", "poolqueue.go", "runtime.go", "runtime2.go", "rwmutex.go", "waitgroup.go" ], "IgnoredGoFiles": [ "runtime2_lockrank.go" ], "Imports": [ "internal/race", "runtime", "sync/atomic", "unsafe" ], "Deps": [ "internal/bytealg", "internal/cpu", "internal/race", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync/atomic", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "cond_test.go", "example_pool_test.go", "example_test.go", "map_bench_test.go", "map_reference_test.go", "map_test.go", "mutex_test.go", "once_test.go", "pool_test.go", "runtime_sema_test.go", "rwmutex_test.go", "waitgroup_test.go" ], "XTestImports": [ "bytes", "fmt", "internal/race", "internal/testenv", "io", "math/rand", "os", "os/exec", "reflect", "runtime", "runtime/debug", "sort", "strings", "sync", "sync/atomic", "testing", "testing/quick", "time" ] } { "Dir": "/usr/local/go/src/internal/oserror", "ImportPath": "internal/oserror", "Name": "oserror", "Doc": "Package oserror defines errors values used in the os package.", "Target": "/usr/local/go/pkg/linux_amd64/internal/oserror.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "errors.go" ], "Imports": [ "errors" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "unsafe" ] } { "Dir": "/usr/local/go/src/syscall", "ImportPath": "syscall", "Name": "syscall", "Doc": "Package syscall contains an interface to the low-level operating system primitives.", "Target": "/usr/local/go/pkg/linux_amd64/syscall.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "dirent.go", "endian_little.go", "env_unix.go", "exec_linux.go", "exec_unix.go", "flock.go", "lsf_linux.go", "msan0.go", "net.go", "netlink_linux.go", "setuidgid_linux.go", "sock_cloexec_linux.go", "sockcmsg_linux.go", "sockcmsg_unix.go", "sockcmsg_unix_other.go", "str.go", "syscall.go", "syscall_dup2_linux.go", "syscall_linux.go", "syscall_linux_amd64.go", "syscall_unix.go", "time_nofake.go", "timestruct.go", "zerrors_linux_amd64.go", "zsyscall_linux_amd64.go", "zsysnum_linux_amd64.go", "ztypes_linux_amd64.go" ], "IgnoredGoFiles": [ "bpf_bsd.go", "bpf_darwin.go", "const_plan9.go", "dir_plan9.go", "dll_windows.go", "endian_big.go", "env_windows.go", "errors_plan9.go", "exec_aix_test.go", "exec_bsd.go", "exec_darwin.go", "exec_libc.go", "exec_plan9.go", "exec_solaris_test.go", "exec_windows.go", "export_freebsd_test.go", "flock_aix.go", "flock_darwin.go", "flock_linux_32bit.go", "forkpipe.go", "forkpipe2.go", "fs_js.go", "getdirentries_test.go", "mkasm_darwin.go", "mkpost.go", "mksyscall_windows.go", "msan.go", "net_js.go", "pwd_plan9.go", "route_bsd.go", "route_darwin.go", "route_dragonfly.go", "route_freebsd.go", "route_freebsd_32bit.go", "route_freebsd_64bit.go", "route_netbsd.go", "route_openbsd.go", "security_windows.go", "setuidgid_32_linux.go", "sockcmsg_dragonfly.go", "syscall_aix.go", "syscall_aix_ppc64.go", "syscall_bsd.go", "syscall_bsd_test.go", "syscall_darwin.go", "syscall_darwin_amd64.go", "syscall_darwin_arm64.go", "syscall_dragonfly.go", "syscall_dragonfly_amd64.go", "syscall_dup3_linux.go", "syscall_freebsd.go", "syscall_freebsd_386.go", "syscall_freebsd_amd64.go", "syscall_freebsd_arm.go", "syscall_freebsd_arm64.go", "syscall_freebsd_test.go", "syscall_getwd_bsd.go", "syscall_js.go", "syscall_linux_386.go", "syscall_linux_arm.go", "syscall_linux_arm64.go", "syscall_linux_mips64x.go", "syscall_linux_mipsx.go", "syscall_linux_ppc64x.go", "syscall_linux_riscv64.go", "syscall_linux_s390x.go", "syscall_netbsd.go", "syscall_netbsd_386.go", "syscall_netbsd_amd64.go", "syscall_netbsd_arm.go", "syscall_netbsd_arm64.go", "syscall_openbsd.go", "syscall_openbsd_386.go", "syscall_openbsd_amd64.go", "syscall_openbsd_arm.go", "syscall_openbsd_arm64.go", "syscall_plan9.go", "syscall_plan9_test.go", "syscall_solaris.go", "syscall_solaris_amd64.go", "syscall_windows.go", "syscall_windows_386.go", "syscall_windows_amd64.go", "syscall_windows_test.go", "tables_js.go", "time_fake.go", "types_aix.go", "types_darwin.go", "types_dragonfly.go", "types_freebsd.go", "types_linux.go", "types_netbsd.go", "types_openbsd.go", "types_solaris.go", "types_windows.go", "types_windows_386.go", "types_windows_amd64.go", "types_windows_arm.go", "zerrors_aix_ppc64.go", "zerrors_darwin_amd64.go", "zerrors_darwin_arm64.go", "zerrors_dragonfly_amd64.go", "zerrors_freebsd_386.go", "zerrors_freebsd_amd64.go", "zerrors_freebsd_arm.go", "zerrors_freebsd_arm64.go", "zerrors_linux_386.go", "zerrors_linux_arm.go", "zerrors_linux_arm64.go", "zerrors_linux_mips.go", "zerrors_linux_mips64.go", "zerrors_linux_mips64le.go", "zerrors_linux_mipsle.go", "zerrors_linux_ppc64.go", "zerrors_linux_ppc64le.go", "zerrors_linux_riscv64.go", "zerrors_linux_s390x.go", "zerrors_netbsd_386.go", "zerrors_netbsd_amd64.go", "zerrors_netbsd_arm.go", "zerrors_netbsd_arm64.go", "zerrors_openbsd_386.go", "zerrors_openbsd_amd64.go", "zerrors_openbsd_arm.go", "zerrors_openbsd_arm64.go", "zerrors_solaris_amd64.go", "zerrors_windows.go", "zerrors_windows_386.go", "zerrors_windows_amd64.go", "zsyscall_aix_ppc64.go", "zsyscall_darwin_amd64.go", "zsyscall_darwin_arm64.go", "zsyscall_dragonfly_amd64.go", "zsyscall_freebsd_386.go", "zsyscall_freebsd_amd64.go", "zsyscall_freebsd_arm.go", "zsyscall_freebsd_arm64.go", "zsyscall_linux_386.go", "zsyscall_linux_arm.go", "zsyscall_linux_arm64.go", "zsyscall_linux_mips.go", "zsyscall_linux_mips64.go", "zsyscall_linux_mips64le.go", "zsyscall_linux_mipsle.go", "zsyscall_linux_ppc64.go", "zsyscall_linux_ppc64le.go", "zsyscall_linux_riscv64.go", "zsyscall_linux_s390x.go", "zsyscall_netbsd_386.go", "zsyscall_netbsd_amd64.go", "zsyscall_netbsd_arm.go", "zsyscall_netbsd_arm64.go", "zsyscall_openbsd_386.go", "zsyscall_openbsd_amd64.go", "zsyscall_openbsd_arm.go", "zsyscall_openbsd_arm64.go", "zsyscall_plan9_386.go", "zsyscall_plan9_amd64.go", "zsyscall_plan9_arm.go", "zsyscall_solaris_amd64.go", "zsyscall_windows.go", "zsysctl_openbsd.go", "zsysnum_darwin_amd64.go", "zsysnum_darwin_arm64.go", "zsysnum_dragonfly_amd64.go", "zsysnum_freebsd_386.go", "zsysnum_freebsd_amd64.go", "zsysnum_freebsd_arm.go", "zsysnum_freebsd_arm64.go", "zsysnum_linux_386.go", "zsysnum_linux_arm.go", "zsysnum_linux_arm64.go", "zsysnum_linux_mips.go", "zsysnum_linux_mips64.go", "zsysnum_linux_mips64le.go", "zsysnum_linux_mipsle.go", "zsysnum_linux_ppc64.go", "zsysnum_linux_ppc64le.go", "zsysnum_linux_riscv64.go", "zsysnum_linux_s390x.go", "zsysnum_netbsd_386.go", "zsysnum_netbsd_amd64.go", "zsysnum_netbsd_arm.go", "zsysnum_netbsd_arm64.go", "zsysnum_openbsd_386.go", "zsysnum_openbsd_amd64.go", "zsysnum_openbsd_arm.go", "zsysnum_openbsd_arm64.go", "zsysnum_plan9.go", "zsysnum_solaris_amd64.go", "zsysnum_windows_386.go", "zsysnum_windows_amd64.go", "ztypes_aix_ppc64.go", "ztypes_darwin_amd64.go", "ztypes_darwin_arm64.go", "ztypes_dragonfly_amd64.go", "ztypes_freebsd_386.go", "ztypes_freebsd_amd64.go", "ztypes_freebsd_arm.go", "ztypes_freebsd_arm64.go", "ztypes_linux_386.go", "ztypes_linux_arm.go", "ztypes_linux_arm64.go", "ztypes_linux_mips.go", "ztypes_linux_mips64.go", "ztypes_linux_mips64le.go", "ztypes_linux_mipsle.go", "ztypes_linux_ppc64.go", "ztypes_linux_ppc64le.go", "ztypes_linux_riscv64.go", "ztypes_linux_s390x.go", "ztypes_netbsd_386.go", "ztypes_netbsd_amd64.go", "ztypes_netbsd_arm.go", "ztypes_netbsd_arm64.go", "ztypes_openbsd_386.go", "ztypes_openbsd_amd64.go", "ztypes_openbsd_arm.go", "ztypes_openbsd_arm64.go", "ztypes_solaris_amd64.go" ], "SFiles": [ "asm_linux_amd64.s" ], "Imports": [ "errors", "internal/bytealg", "internal/oserror", "internal/race", "internal/unsafeheader", "runtime", "sync", "unsafe" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "TestGoFiles": [ "export_linux_test.go", "export_test.go", "export_unix_test.go" ], "XTestGoFiles": [ "creds_test.go", "dirent_test.go", "exec_linux_test.go", "exec_unix_test.go", "mmap_unix_test.go", "syscall_linux_test.go", "syscall_ptrace_test.go", "syscall_test.go", "syscall_unix_test.go" ], "XTestImports": [ "bufio", "bytes", "flag", "fmt", "internal/testenv", "io", "io/ioutil", "net", "os", "os/exec", "os/signal", "os/user", "path/filepath", "runtime", "sort", "strconv", "strings", "syscall", "testing", "time", "unsafe" ] } { "Dir": "/usr/local/go/src/time", "ImportPath": "time", "Name": "time", "Doc": "Package time provides functionality for measuring and displaying time.", "Target": "/usr/local/go/pkg/linux_amd64/time.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "format.go", "sleep.go", "sys_unix.go", "tick.go", "time.go", "zoneinfo.go", "zoneinfo_read.go", "zoneinfo_unix.go" ], "IgnoredGoFiles": [ "embed.go", "export_android_test.go", "export_windows_test.go", "genzabbrs.go", "sys_plan9.go", "sys_windows.go", "zoneinfo_abbrs_windows.go", "zoneinfo_android.go", "zoneinfo_android_test.go", "zoneinfo_ios.go", "zoneinfo_js.go", "zoneinfo_plan9.go", "zoneinfo_windows.go", "zoneinfo_windows_test.go" ], "Imports": [ "errors", "runtime", "sync", "syscall", "unsafe" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "unsafe" ], "TestGoFiles": [ "export_test.go", "internal_test.go" ], "TestImports": [ "sync" ], "XTestGoFiles": [ "example_test.go", "format_test.go", "mono_test.go", "sleep_test.go", "tick_test.go", "time_test.go", "tzdata_test.go", "zoneinfo_test.go" ], "XTestImports": [ "bytes", "encoding/gob", "encoding/json", "errors", "fmt", "math/big", "math/rand", "os", "reflect", "runtime", "strconv", "strings", "sync", "sync/atomic", "testing", "testing/quick", "time", "time/tzdata" ] } { "Dir": "/usr/local/go/src/context", "ImportPath": "context", "Name": "context", "Doc": "Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.", "Target": "/usr/local/go/pkg/linux_amd64/context.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "context.go" ], "Imports": [ "errors", "internal/reflectlite", "sync", "sync/atomic", "time" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "time", "unsafe" ], "TestGoFiles": [ "context_test.go" ], "TestImports": [ "fmt", "math/rand", "runtime", "strings", "sync", "sync/atomic", "time" ], "XTestGoFiles": [ "benchmark_test.go", "example_test.go", "net_test.go", "x_test.go" ], "XTestImports": [ "context", "fmt", "net", "runtime", "sync", "testing", "time" ] } { "Dir": "/usr/local/go/src/math/bits", "ImportPath": "math/bits", "Name": "bits", "Doc": "Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types.", "Target": "/usr/local/go/pkg/linux_amd64/math/bits.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "bits.go", "bits_errors.go", "bits_tables.go" ], "IgnoredGoFiles": [ "bits_errors_bootstrap.go", "make_examples.go", "make_tables.go" ], "Imports": [ "unsafe" ], "Deps": [ "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "bits_test.go", "example_test.go" ], "XTestImports": [ "fmt", "math/bits", "runtime", "testing", "unsafe" ] } { "Dir": "/usr/local/go/src/math", "ImportPath": "math", "Name": "math", "Doc": "Package math provides basic constants and mathematical functions.", "Target": "/usr/local/go/pkg/linux_amd64/math.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "abs.go", "acosh.go", "asin.go", "asinh.go", "atan.go", "atan2.go", "atanh.go", "bits.go", "cbrt.go", "const.go", "copysign.go", "dim.go", "erf.go", "erfinv.go", "exp.go", "exp_asm.go", "expm1.go", "floor.go", "fma.go", "frexp.go", "gamma.go", "hypot.go", "j0.go", "j1.go", "jn.go", "ldexp.go", "lgamma.go", "log.go", "log10.go", "log1p.go", "logb.go", "mod.go", "modf.go", "nextafter.go", "pow.go", "pow10.go", "remainder.go", "signbit.go", "sin.go", "sincos.go", "sinh.go", "sqrt.go", "tan.go", "tanh.go", "trig_reduce.go", "unsafe.go" ], "IgnoredGoFiles": [ "arith_s390x.go", "arith_s390x_test.go", "export_s390x_test.go" ], "SFiles": [ "dim_amd64.s", "exp_amd64.s", "floor_amd64.s", "hypot_amd64.s", "log_amd64.s", "sqrt_amd64.s", "stubs_amd64.s" ], "Imports": [ "internal/cpu", "math/bits", "unsafe" ], "Deps": [ "internal/cpu", "math/bits", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "all_test.go", "example_test.go", "huge_test.go" ], "XTestImports": [ "fmt", "math", "testing", "unsafe" ] } { "Dir": "/usr/local/go/src/unicode/utf8", "ImportPath": "unicode/utf8", "Name": "utf8", "Doc": "Package utf8 implements functions and constants to support text encoded in UTF-8.", "Target": "/usr/local/go/pkg/linux_amd64/unicode/utf8.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "utf8.go" ], "XTestGoFiles": [ "example_test.go", "utf8_test.go" ], "XTestImports": [ "bytes", "fmt", "testing", "unicode", "unicode/utf8" ] } { "Dir": "/usr/local/go/src/strconv", "ImportPath": "strconv", "Name": "strconv", "Doc": "Package strconv implements conversions to and from string representations of basic data types.", "Target": "/usr/local/go/pkg/linux_amd64/strconv.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "atob.go", "atoc.go", "atof.go", "atoi.go", "ctoa.go", "decimal.go", "doc.go", "extfloat.go", "ftoa.go", "isprint.go", "itoa.go", "quote.go" ], "IgnoredGoFiles": [ "makeisprint.go" ], "Imports": [ "errors", "internal/bytealg", "math", "math/bits", "unicode/utf8" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/reflectlite", "internal/unsafeheader", "math", "math/bits", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go", "internal_test.go" ], "XTestGoFiles": [ "atob_test.go", "atoc_test.go", "atof_test.go", "atoi_test.go", "decimal_test.go", "example_test.go", "fp_test.go", "ftoa_test.go", "itoa_test.go", "quote_test.go", "strconv_test.go" ], "XTestImports": [ "bufio", "bytes", "errors", "fmt", "log", "math", "math/cmplx", "math/rand", "os", "reflect", "runtime", "strconv", "strings", "sync", "testing", "time", "unicode" ] } { "Dir": "/usr/local/go/src/unicode", "ImportPath": "unicode", "Name": "unicode", "Doc": "Package unicode provides data and functions to test some properties of Unicode code points.", "Target": "/usr/local/go/pkg/linux_amd64/unicode.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "casetables.go", "digit.go", "graphic.go", "letter.go", "tables.go" ], "XTestGoFiles": [ "digit_test.go", "example_test.go", "graphic_test.go", "letter_test.go", "script_test.go" ], "XTestImports": [ "flag", "fmt", "runtime", "sort", "strings", "testing", "unicode" ] } { "Dir": "/usr/local/go/src/reflect", "ImportPath": "reflect", "Name": "reflect", "Doc": "Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.", "Target": "/usr/local/go/pkg/linux_amd64/reflect.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "deepequal.go", "makefunc.go", "swapper.go", "type.go", "value.go" ], "SFiles": [ "asm_amd64.s" ], "Imports": [ "internal/unsafeheader", "math", "runtime", "strconv", "sync", "unicode", "unicode/utf8", "unsafe" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "math", "math/bits", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "TestImports": [ "unsafe" ], "XTestGoFiles": [ "all_test.go", "example_test.go", "set_test.go", "tostring_test.go" ], "XTestImports": [ "bytes", "encoding/base64", "encoding/json", "flag", "fmt", "go/ast", "go/token", "io", "math", "math/rand", "os", "reflect", "runtime", "sort", "strconv", "strings", "sync", "sync/atomic", "testing", "time", "unsafe" ] } { "Dir": "/usr/local/go/src/sort", "ImportPath": "sort", "Name": "sort", "Doc": "Package sort provides primitives for sorting slices and user-defined collections.", "Target": "/usr/local/go/pkg/linux_amd64/sort.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "search.go", "slice.go", "slice_go113.go", "sort.go", "zfuncversion.go" ], "IgnoredGoFiles": [ "genzfunc.go", "slice_go14.go", "slice_go18.go" ], "Imports": [ "internal/reflectlite" ], "Deps": [ "internal/bytealg", "internal/cpu", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "example_interface_test.go", "example_keys_test.go", "example_multi_test.go", "example_search_test.go", "example_test.go", "example_wrapper_test.go", "search_test.go", "sort_test.go" ], "XTestImports": [ "fmt", "internal/testenv", "math", "math/rand", "runtime", "sort", "strconv", "strings", "testing" ] } { "Dir": "/usr/local/go/src/internal/fmtsort", "ImportPath": "internal/fmtsort", "Name": "fmtsort", "Doc": "Package fmtsort provides a general stable ordering mechanism for maps, on behalf of the fmt and text/template packages.", "Target": "/usr/local/go/pkg/linux_amd64/internal/fmtsort.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "sort.go" ], "Imports": [ "reflect", "sort" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "TestImports": [ "reflect" ], "XTestGoFiles": [ "sort_test.go" ], "XTestImports": [ "fmt", "internal/fmtsort", "math", "reflect", "strings", "testing" ] } { "Dir": "/usr/local/go/src/io", "ImportPath": "io", "Name": "io", "Doc": "Package io provides basic interfaces to I/O primitives.", "Target": "/usr/local/go/pkg/linux_amd64/io.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "io.go", "multi.go", "pipe.go" ], "Imports": [ "errors", "sync" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "XTestGoFiles": [ "example_test.go", "io_test.go", "multi_test.go", "pipe_test.go" ], "XTestImports": [ "bytes", "crypto/sha1", "errors", "fmt", "io", "io/ioutil", "log", "os", "runtime", "sort", "strings", "testing", "time" ] } { "Dir": "/usr/local/go/src/internal/syscall/unix", "ImportPath": "internal/syscall/unix", "Name": "unix", "Target": "/usr/local/go/pkg/linux_amd64/internal/syscall/unix.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "at.go", "at_sysnum_linux.go", "at_sysnum_newfstatat_linux.go", "copy_file_range_linux.go", "getrandom_linux.go", "nonblocking.go", "sysnum_linux_amd64.go" ], "IgnoredGoFiles": [ "at_aix.go", "at_darwin.go", "at_freebsd.go", "at_libc.go", "at_solaris.go", "at_sysnum_darwin.go", "at_sysnum_dragonfly.go", "at_sysnum_fstatat64_linux.go", "at_sysnum_fstatat_linux.go", "at_sysnum_netbsd.go", "at_sysnum_openbsd.go", "fcntl_linux_32bit.go", "getentropy_openbsd.go", "getrandom_freebsd.go", "ioctl_aix.go", "nonblocking_js.go", "nonblocking_libc.go", "sysnum_linux_386.go", "sysnum_linux_arm.go", "sysnum_linux_generic.go", "sysnum_linux_mips64x.go", "sysnum_linux_mipsx.go", "sysnum_linux_ppc64x.go", "sysnum_linux_s390x.go" ], "Imports": [ "sync/atomic", "syscall", "unsafe" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "unsafe" ] } { "Dir": "/usr/local/go/src/internal/poll", "ImportPath": "internal/poll", "Name": "poll", "Doc": "Package poll supports non-blocking I/O on file descriptors with polling.", "Target": "/usr/local/go/pkg/linux_amd64/internal/poll.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "copy_file_range_linux.go", "errno_unix.go", "fcntl_syscall.go", "fd.go", "fd_fsync_posix.go", "fd_mutex.go", "fd_poll_runtime.go", "fd_posix.go", "fd_unix.go", "fd_writev_unix.go", "hook_cloexec.go", "hook_unix.go", "sendfile_linux.go", "sock_cloexec.go", "sockopt.go", "sockopt_linux.go", "sockopt_unix.go", "sockoptip.go", "splice_linux.go", "writev.go" ], "IgnoredGoFiles": [ "errno_windows.go", "error_stub_test.go", "export_windows_test.go", "fcntl_js.go", "fcntl_libc.go", "fd_fsync_darwin.go", "fd_fsync_windows.go", "fd_io_plan9.go", "fd_opendir_darwin.go", "fd_plan9.go", "fd_poll_js.go", "fd_windows.go", "fd_windows_test.go", "fd_writev_darwin.go", "hook_windows.go", "sendfile_bsd.go", "sendfile_solaris.go", "sendfile_windows.go", "sockopt_windows.go", "strconv.go", "sys_cloexec.go" ], "Imports": [ "errors", "internal/syscall/unix", "io", "sync", "sync/atomic", "syscall", "time", "unsafe" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/syscall/unix", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "time", "unsafe" ], "TestGoFiles": [ "export_posix_test.go", "export_test.go" ], "XTestGoFiles": [ "error_linux_test.go", "error_test.go", "fd_mutex_test.go", "fd_posix_test.go", "read_test.go", "writev_test.go" ], "XTestImports": [ "errors", "fmt", "internal/poll", "io", "io/ioutil", "math/rand", "net", "os", "reflect", "runtime", "strings", "sync", "syscall", "testing", "time" ] } { "Dir": "/usr/local/go/src/internal/syscall/execenv", "ImportPath": "internal/syscall/execenv", "Name": "execenv", "Target": "/usr/local/go/pkg/linux_amd64/internal/syscall/execenv.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "execenv_default.go" ], "IgnoredGoFiles": [ "execenv_windows.go" ], "Imports": [ "syscall" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "unsafe" ] } { "Dir": "/usr/local/go/src/internal/testlog", "ImportPath": "internal/testlog", "Name": "testlog", "Doc": "Package testlog provides a back-channel communication path between tests and package os, so that cmd/go can see which environment variables and files a test consults.", "Target": "/usr/local/go/pkg/linux_amd64/internal/testlog.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "log.go" ], "Imports": [ "sync/atomic" ], "Deps": [ "sync/atomic", "unsafe" ] } { "Dir": "/usr/local/go/src/os", "ImportPath": "os", "Name": "os", "Doc": "Package os provides a platform-independent interface to operating system functionality.", "Target": "/usr/local/go/pkg/linux_amd64/os.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "dir.go", "dir_unix.go", "env.go", "error.go", "error_errno.go", "error_posix.go", "exec.go", "exec_posix.go", "exec_unix.go", "executable.go", "executable_procfs.go", "file.go", "file_posix.go", "file_unix.go", "getwd.go", "path.go", "path_unix.go", "pipe_linux.go", "proc.go", "rawconn.go", "readfrom_linux.go", "removeall_at.go", "stat.go", "stat_linux.go", "stat_unix.go", "sticky_notbsd.go", "str.go", "sys.go", "sys_linux.go", "sys_unix.go", "types.go", "types_unix.go", "wait_waitid.go" ], "IgnoredGoFiles": [ "dir_darwin.go", "dir_plan9.go", "dir_windows.go", "error_plan9.go", "error_windows_test.go", "exec_plan9.go", "exec_windows.go", "executable_darwin.go", "executable_freebsd.go", "executable_path.go", "executable_plan9.go", "executable_solaris.go", "executable_windows.go", "export_windows_test.go", "file_plan9.go", "file_windows.go", "getwd_darwin.go", "os_windows_test.go", "path_plan9.go", "path_windows.go", "path_windows_test.go", "pipe2_bsd.go", "pipe_bsd.go", "readfrom_stub.go", "removeall_noat.go", "stat_aix.go", "stat_darwin.go", "stat_dragonfly.go", "stat_freebsd.go", "stat_js.go", "stat_netbsd.go", "stat_openbsd.go", "stat_plan9.go", "stat_solaris.go", "stat_windows.go", "sticky_bsd.go", "sys_aix.go", "sys_bsd.go", "sys_js.go", "sys_plan9.go", "sys_solaris.go", "sys_windows.go", "types_plan9.go", "types_windows.go", "wait_unimp.go", "wait_wait6.go" ], "Imports": [ "errors", "internal/oserror", "internal/poll", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "io", "runtime", "sync", "sync/atomic", "syscall", "time", "unsafe" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "time", "unsafe" ], "TestGoFiles": [ "export_linux_test.go", "export_test.go", "export_unix_test.go" ], "XTestGoFiles": [ "env_test.go", "env_unix_test.go", "error_test.go", "error_unix_test.go", "example_test.go", "executable_test.go", "fifo_test.go", "os_test.go", "os_unix_test.go", "path_test.go", "pipe_test.go", "rawconn_test.go", "readfrom_linux_test.go", "removeall_test.go", "stat_test.go", "timeout_test.go" ], "XTestImports": [ "bufio", "bytes", "errors", "flag", "fmt", "internal/poll", "internal/testenv", "io", "io/ioutil", "log", "math/rand", "os", "os/exec", "os/signal", "path/filepath", "reflect", "runtime", "runtime/debug", "sort", "strconv", "strings", "sync", "syscall", "testing", "time" ] } { "Dir": "/usr/local/go/src/fmt", "ImportPath": "fmt", "Name": "fmt", "Doc": "Package fmt implements formatted I/O with functions analogous to C's printf and scanf.", "Target": "/usr/local/go/pkg/linux_amd64/fmt.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "doc.go", "errors.go", "format.go", "print.go", "scan.go" ], "Imports": [ "errors", "internal/fmtsort", "io", "math", "os", "reflect", "strconv", "sync", "unicode/utf8" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "errors_test.go", "example_test.go", "fmt_test.go", "gostringer_example_test.go", "scan_test.go", "stringer_example_test.go", "stringer_test.go" ], "XTestImports": [ "bufio", "bytes", "errors", "fmt", "internal/race", "io", "math", "os", "reflect", "regexp", "runtime", "strings", "testing", "testing/iotest", "time", "unicode", "unicode/utf8" ] } { "Dir": "/usr/local/go/src/bytes", "ImportPath": "bytes", "Name": "bytes", "Doc": "Package bytes implements functions for the manipulation of byte slices.", "Target": "/usr/local/go/pkg/linux_amd64/bytes.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "buffer.go", "bytes.go", "reader.go" ], "Imports": [ "errors", "internal/bytealg", "io", "unicode", "unicode/utf8" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "boundary_test.go", "buffer_test.go", "bytes_test.go", "compare_test.go", "example_test.go", "reader_test.go" ], "XTestImports": [ "bytes", "encoding/base64", "fmt", "internal/testenv", "io", "io/ioutil", "math/rand", "os", "reflect", "sort", "strings", "sync", "syscall", "testing", "unicode", "unicode/utf8" ] } { "Dir": "/usr/local/go/src/strings", "ImportPath": "strings", "Name": "strings", "Doc": "Package strings implements simple functions to manipulate UTF-8 encoded strings.", "Target": "/usr/local/go/pkg/linux_amd64/strings.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "builder.go", "compare.go", "reader.go", "replace.go", "search.go", "strings.go" ], "Imports": [ "errors", "internal/bytealg", "io", "sync", "unicode", "unicode/utf8", "unsafe" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "builder_test.go", "compare_test.go", "example_test.go", "reader_test.go", "replace_test.go", "search_test.go", "strings_test.go" ], "XTestImports": [ "bytes", "fmt", "internal/testenv", "io", "io/ioutil", "math/rand", "reflect", "strconv", "strings", "sync", "testing", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/bufio", "ImportPath": "bufio", "Name": "bufio", "Doc": "Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.", "Target": "/usr/local/go/pkg/linux_amd64/bufio.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "bufio.go", "scan.go" ], "Imports": [ "bytes", "errors", "io", "strings", "unicode/utf8" ], "Deps": [ "bytes", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "TestImports": [ "unicode/utf8" ], "XTestGoFiles": [ "bufio_test.go", "example_test.go", "scan_test.go" ], "XTestImports": [ "bufio", "bytes", "errors", "fmt", "io", "io/ioutil", "os", "strconv", "strings", "testing", "testing/iotest", "time", "unicode", "unicode/utf8" ] } { "Dir": "/usr/local/go/src/compress/flate", "ImportPath": "compress/flate", "Name": "flate", "Doc": "Package flate implements the DEFLATE compressed data format, described in RFC 1951.", "Target": "/usr/local/go/pkg/linux_amd64/compress/flate.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "deflate.go", "deflatefast.go", "dict_decoder.go", "huffman_bit_writer.go", "huffman_code.go", "inflate.go", "token.go" ], "Imports": [ "bufio", "fmt", "io", "math", "math/bits", "sort", "strconv", "sync" ], "Deps": [ "bufio", "bytes", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "deflate_test.go", "dict_decoder_test.go", "flate_test.go", "huffman_bit_writer_test.go", "inflate_test.go", "reader_test.go", "writer_test.go" ], "TestImports": [ "bytes", "encoding/hex", "errors", "flag", "fmt", "internal/testenv", "io", "io/ioutil", "math/rand", "os", "path/filepath", "reflect", "runtime", "runtime/debug", "strings", "sync", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "bytes", "compress/flate", "fmt", "io", "log", "os", "strings", "sync" ] } { "Dir": "/usr/local/go/src/encoding/binary", "ImportPath": "encoding/binary", "Name": "binary", "Doc": "Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.", "Target": "/usr/local/go/pkg/linux_amd64/encoding/binary.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "binary.go", "varint.go" ], "Imports": [ "errors", "io", "math", "reflect", "sync" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "binary_test.go", "varint_test.go" ], "TestImports": [ "bytes", "fmt", "io", "io/ioutil", "math", "reflect", "strings", "sync", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "bytes", "encoding/binary", "fmt", "math" ] } { "Dir": "/usr/local/go/src/hash", "ImportPath": "hash", "Name": "hash", "Doc": "Package hash provides interfaces for hash functions.", "Target": "/usr/local/go/pkg/linux_amd64/hash.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "hash.go" ], "Imports": [ "io" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "XTestGoFiles": [ "example_test.go", "marshal_test.go" ], "XTestImports": [ "bytes", "crypto/md5", "crypto/sha1", "crypto/sha256", "crypto/sha512", "encoding", "encoding/hex", "fmt", "hash", "hash/adler32", "hash/crc32", "hash/crc64", "hash/fnv", "log", "testing" ] } { "Dir": "/usr/local/go/src/hash/crc32", "ImportPath": "hash/crc32", "Name": "crc32", "Doc": "Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum.", "Target": "/usr/local/go/pkg/linux_amd64/hash/crc32.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "crc32.go", "crc32_amd64.go", "crc32_generic.go" ], "IgnoredGoFiles": [ "crc32_arm64.go", "crc32_otherarch.go", "crc32_ppc64le.go", "crc32_s390x.go", "gen_const_ppc64le.go" ], "SFiles": [ "crc32_amd64.s" ], "Imports": [ "errors", "hash", "internal/cpu", "sync", "unsafe" ], "Deps": [ "errors", "hash", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "TestGoFiles": [ "crc32_test.go" ], "TestImports": [ "encoding", "fmt", "hash", "io", "math/rand", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "hash/crc32" ] } { "Dir": "/usr/local/go/src/compress/gzip", "ImportPath": "compress/gzip", "Name": "gzip", "Doc": "Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.", "Target": "/usr/local/go/pkg/linux_amd64/compress/gzip.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "gunzip.go", "gzip.go" ], "Imports": [ "bufio", "compress/flate", "encoding/binary", "errors", "fmt", "hash/crc32", "io", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "encoding/binary", "errors", "fmt", "hash", "hash/crc32", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "gunzip_test.go", "gzip_test.go", "issue14937_test.go" ], "TestImports": [ "bufio", "bytes", "compress/flate", "encoding/base64", "internal/testenv", "io", "io/ioutil", "os", "path/filepath", "reflect", "runtime", "strings", "testing", "time" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "bytes", "compress/gzip", "fmt", "io", "log", "os", "time" ] } { "Dir": "/usr/local/go/src/encoding", "ImportPath": "encoding", "Name": "encoding", "Doc": "Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.", "Target": "/usr/local/go/pkg/linux_amd64/encoding.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "encoding.go" ] } { "Dir": "/usr/local/go/src/encoding/base64", "ImportPath": "encoding/base64", "Name": "base64", "Doc": "Package base64 implements base64 encoding as specified by RFC 4648.", "Target": "/usr/local/go/pkg/linux_amd64/encoding/base64.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "base64.go" ], "Imports": [ "encoding/binary", "io", "strconv" ], "Deps": [ "encoding/binary", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "base64_test.go" ], "TestImports": [ "bytes", "errors", "fmt", "io", "io/ioutil", "reflect", "runtime/debug", "strings", "testing", "time" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "encoding/base64", "fmt", "os" ] } { "Dir": "/usr/local/go/src/unicode/utf16", "ImportPath": "unicode/utf16", "Name": "utf16", "Doc": "Package utf16 implements encoding and decoding of UTF-16 sequences.", "Target": "/usr/local/go/pkg/linux_amd64/unicode/utf16.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "utf16.go" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "utf16_test.go" ], "XTestImports": [ "reflect", "testing", "unicode", "unicode/utf16" ] } { "Dir": "/usr/local/go/src/encoding/json", "ImportPath": "encoding/json", "Name": "json", "Doc": "Package json implements encoding and decoding of JSON as defined in RFC 7159.", "Target": "/usr/local/go/pkg/linux_amd64/encoding/json.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "decode.go", "encode.go", "fold.go", "indent.go", "scanner.go", "stream.go", "tables.go", "tags.go" ], "IgnoredGoFiles": [ "fuzz.go" ], "Imports": [ "bytes", "encoding", "encoding/base64", "errors", "fmt", "io", "math", "reflect", "sort", "strconv", "strings", "sync", "unicode", "unicode/utf16", "unicode/utf8" ], "Deps": [ "bytes", "encoding", "encoding/base64", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "bench_test.go", "decode_test.go", "encode_test.go", "fold_test.go", "number_test.go", "scanner_test.go", "stream_test.go", "tagkey_test.go", "tags_test.go" ], "TestImports": [ "bytes", "compress/gzip", "encoding", "errors", "fmt", "image", "internal/testenv", "io", "io/ioutil", "log", "math", "math/big", "math/rand", "net", "net/http", "net/http/httptest", "os", "reflect", "regexp", "runtime", "strconv", "strings", "sync", "testing", "time", "unicode", "unicode/utf8" ], "XTestGoFiles": [ "example_marshaling_test.go", "example_test.go", "example_text_marshaling_test.go" ], "XTestImports": [ "bytes", "encoding/json", "fmt", "io", "log", "os", "strings" ] } { "Dir": "/usr/local/go/src/hash/fnv", "ImportPath": "hash/fnv", "Name": "fnv", "Doc": "Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo.", "Target": "/usr/local/go/pkg/linux_amd64/hash/fnv.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "fnv.go" ], "Imports": [ "errors", "hash", "math/bits" ], "Deps": [ "errors", "hash", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math/bits", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "TestGoFiles": [ "fnv_test.go" ], "TestImports": [ "bytes", "encoding", "encoding/binary", "hash", "io", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/detrand", "ImportPath": "google.golang.org/protobuf/internal/detrand", "Name": "detrand", "Doc": "Package detrand provides deterministically random functionality.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "rand.go" ], "Imports": [ "encoding/binary", "hash/fnv", "os" ], "Deps": [ "encoding/binary", "errors", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "rand_test.go" ], "TestImports": [ "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/errors", "ImportPath": "google.golang.org/protobuf/internal/errors", "Name": "errors", "Doc": "Package errors implements functions to manipulate errors.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "errors.go", "is_go113.go" ], "IgnoredGoFiles": [ "is_go112.go" ], "Imports": [ "errors", "fmt", "google.golang.org/protobuf/internal/detrand" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/internal/detrand", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "errors_test.go" ], "TestImports": [ "errors", "strings", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/encoding/protowire", "ImportPath": "google.golang.org/protobuf/encoding/protowire", "Name": "protowire", "Doc": "Package protowire parses and formats the raw wire encoding.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "wire.go" ], "Imports": [ "google.golang.org/protobuf/internal/errors", "io", "math", "math/bits" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "wire_test.go" ], "TestImports": [ "bytes", "encoding/hex", "io", "math", "strings", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/pragma", "ImportPath": "google.golang.org/protobuf/internal/pragma", "Name": "pragma", "Doc": "Package pragma provides types that can be embedded into a struct to statically enforce or prevent certain language properties.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "pragma.go" ], "Imports": [ "sync" ], "Deps": [ "internal/bytealg", "internal/cpu", "internal/race", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/reflect/protoreflect", "ImportPath": "google.golang.org/protobuf/reflect/protoreflect", "Name": "protoreflect", "Doc": "Package protoreflect provides interfaces to dynamically manipulate messages.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "methods.go", "proto.go", "source.go", "type.go", "value.go", "value_union.go", "value_unsafe.go" ], "IgnoredGoFiles": [ "value_pure.go" ], "Imports": [ "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/pragma", "math", "strings", "unsafe" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/pragma", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "proto_test.go", "value_test.go" ], "TestImports": [ "bytes", "math", "reflect", "testing" ] } { "Dir": "/usr/local/go/src/log", "ImportPath": "log", "Name": "log", "Doc": "Package log implements a simple logging package.", "Target": "/usr/local/go/pkg/linux_amd64/log.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "log.go" ], "Imports": [ "fmt", "io", "os", "runtime", "sync", "time" ], "Deps": [ "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "log_test.go" ], "TestImports": [ "bytes", "fmt", "os", "regexp", "strings", "testing", "time" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "bytes", "fmt", "log" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/reflect/protoregistry", "ImportPath": "google.golang.org/protobuf/reflect/protoregistry", "Name": "protoregistry", "Doc": "Package protoregistry provides data structures to register and lookup protobuf descriptor types.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "registry.go" ], "Imports": [ "fmt", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/reflect/protoreflect", "log", "strings", "sync" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "registry_test.go" ], "XTestImports": [ "fmt", "github.com/google/go-cmp/cmp", "github.com/google/go-cmp/cmp/cmpopts", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/testprotos/registry", "google.golang.org/protobuf/reflect/protodesc", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/types/descriptorpb", "strings", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/encoding/messageset", "ImportPath": "google.golang.org/protobuf/internal/encoding/messageset", "Name": "messageset", "Doc": "Package messageset encodes and decodes the obsolete MessageSet wire format.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "messageset.go" ], "Imports": [ "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "math" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/flags", "ImportPath": "google.golang.org/protobuf/internal/flags", "Name": "flags", "Doc": "Package flags provides a set of flags controlled by build tags.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "Stale": true, "StaleReason": "build ID mismatch", "GoFiles": [ "flags.go", "proto_legacy_disable.go" ], "IgnoredGoFiles": [ "proto_legacy_enable.go" ] } { "Dir": "/usr/local/go/src/go/token", "ImportPath": "go/token", "Name": "token", "Doc": "Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).", "Target": "/usr/local/go/pkg/linux_amd64/go/token.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "position.go", "serialize.go", "token.go" ], "Imports": [ "fmt", "sort", "strconv", "sync", "unicode", "unicode/utf8" ], "Deps": [ "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "position_test.go", "serialize_test.go", "token_test.go" ], "TestImports": [ "bytes", "encoding/gob", "fmt", "math/rand", "sync", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "go/ast", "go/parser", "go/token" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/strs", "ImportPath": "google.golang.org/protobuf/internal/strs", "Name": "strs", "Doc": "Package strs provides string manipulation functionality specific to protobuf.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "strings.go", "strings_unsafe.go" ], "IgnoredGoFiles": [ "strings_pure.go" ], "Imports": [ "go/token", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/reflect/protoreflect", "strings", "unicode", "unicode/utf8", "unsafe" ], "Deps": [ "encoding/binary", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "strings_test.go" ], "TestImports": [ "strconv", "testing" ] } { "Dir": "/usr/local/go/src/regexp/syntax", "ImportPath": "regexp/syntax", "Name": "syntax", "Doc": "Package syntax parses regular expressions into parse trees and compiles parse trees into programs.", "Target": "/usr/local/go/pkg/linux_amd64/regexp/syntax.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "compile.go", "doc.go", "op_string.go", "parse.go", "perl_groups.go", "prog.go", "regexp.go", "simplify.go" ], "Imports": [ "sort", "strconv", "strings", "unicode", "unicode/utf8" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "parse_test.go", "prog_test.go", "simplify_test.go" ], "TestImports": [ "fmt", "strings", "testing", "unicode" ] } { "Dir": "/usr/local/go/src/regexp", "ImportPath": "regexp", "Name": "regexp", "Doc": "Package regexp implements regular expression search.", "Target": "/usr/local/go/pkg/linux_amd64/regexp.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "backtrack.go", "exec.go", "onepass.go", "regexp.go" ], "Imports": [ "bytes", "io", "regexp/syntax", "sort", "strconv", "strings", "sync", "unicode", "unicode/utf8" ], "Deps": [ "bytes", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "all_test.go", "exec2_test.go", "exec_test.go", "find_test.go", "onepass_test.go" ], "TestImports": [ "bufio", "compress/bzip2", "fmt", "internal/testenv", "io", "os", "path/filepath", "reflect", "regexp/syntax", "strconv", "strings", "testing", "unicode/utf8" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "regexp", "strings" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/encoding/text", "ImportPath": "google.golang.org/protobuf/internal/encoding/text", "Name": "text", "Doc": "Package text implements the text format for protocol buffers.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "decode.go", "decode_number.go", "decode_string.go", "decode_token.go", "doc.go", "encode.go" ], "Imports": [ "bytes", "fmt", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/strs", "io", "math", "math/bits", "regexp", "strconv", "strings", "unicode", "unicode/utf16", "unicode/utf8" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "decode_test.go", "encode_test.go" ], "XTestImports": [ "fmt", "github.com/google/go-cmp/cmp", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/flags", "math", "strings", "testing", "unicode/utf8" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/genid", "ImportPath": "google.golang.org/protobuf/internal/genid", "Name": "genid", "Doc": "Package genid contains constants for declarations in descriptor.proto and the well-known types.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "any_gen.go", "api_gen.go", "descriptor_gen.go", "doc.go", "duration_gen.go", "empty_gen.go", "field_mask_gen.go", "goname.go", "map_entry.go", "source_context_gen.go", "struct_gen.go", "timestamp_gen.go", "type_gen.go", "wrappers.go", "wrappers_gen.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/mapsort", "ImportPath": "google.golang.org/protobuf/internal/mapsort", "Name": "mapsort", "Doc": "Package mapsort provides sorted access to maps.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "mapsort.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect", "sort" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "mapsort_test.go" ], "XTestImports": [ "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/testprotos/test", "google.golang.org/protobuf/reflect/protoreflect", "strconv", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/set", "ImportPath": "google.golang.org/protobuf/internal/set", "Name": "set", "Doc": "Package set provides simple set data structures for uint64s.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "ints.go" ], "Imports": [ "math/bits" ], "Deps": [ "math/bits", "unsafe" ], "TestGoFiles": [ "ints_test.go" ], "TestImports": [ "math/rand", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/fieldsort", "ImportPath": "google.golang.org/protobuf/internal/fieldsort", "Name": "fieldsort", "Doc": "Package fieldsort defines an ordering of fields.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "fieldsort.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/runtime/protoiface", "ImportPath": "google.golang.org/protobuf/runtime/protoiface", "Name": "protoiface", "Doc": "Package protoiface contains types referenced or implemented by messages.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "legacy.go", "methods.go" ], "Imports": [ "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/proto", "ImportPath": "google.golang.org/protobuf/proto", "Name": "proto", "Doc": "Package proto provides functions operating on protocol buffer messages.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "checkinit.go", "decode.go", "decode_gen.go", "doc.go", "encode.go", "encode_gen.go", "equal.go", "extension.go", "merge.go", "messageset.go", "proto.go", "proto_methods.go", "reset.go", "size.go", "size_gen.go", "wrappers.go" ], "IgnoredGoFiles": [ "proto_reflect.go" ], "Imports": [ "bytes", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "math", "reflect", "sort", "unicode/utf8" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "bench_test.go", "checkinit_test.go", "decode_test.go", "encode_test.go", "equal_test.go", "extension_test.go", "merge_test.go", "messageset_test.go", "methods_test.go", "nil_test.go", "noenforceutf8_test.go", "reset_test.go", "testmessages_test.go", "validate_test.go", "weak_test.go" ], "XTestImports": [ "bytes", "errors", "flag", "fmt", "github.com/google/go-cmp/cmp", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/protobuild", "google.golang.org/protobuf/internal/testprotos/legacy", "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5", "google.golang.org/protobuf/internal/testprotos/messageset/messagesetpb", "google.golang.org/protobuf/internal/testprotos/messageset/msetextpb", "google.golang.org/protobuf/internal/testprotos/order", "google.golang.org/protobuf/internal/testprotos/required", "google.golang.org/protobuf/internal/testprotos/test", "google.golang.org/protobuf/internal/testprotos/test/weak1", "google.golang.org/protobuf/internal/testprotos/test3", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protodesc", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/testing/protocmp", "google.golang.org/protobuf/testing/protopack", "google.golang.org/protobuf/types/descriptorpb", "google.golang.org/protobuf/types/dynamicpb", "math", "reflect", "strings", "sync", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/encoding/prototext", "ImportPath": "google.golang.org/protobuf/encoding/prototext", "Name": "prototext", "Doc": "Package prototext marshals and unmarshals protocol buffer messages as the textproto format.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "decode.go", "doc.go", "encode.go" ], "Imports": [ "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "sort", "strconv", "strings", "unicode/utf8" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "decode_test.go", "encode_test.go", "other_test.go" ], "XTestImports": [ "github.com/google/go-cmp/cmp", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/testprotos/test", "google.golang.org/protobuf/internal/testprotos/test/weak1", "google.golang.org/protobuf/internal/testprotos/textpb2", "google.golang.org/protobuf/internal/testprotos/textpb3", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/testing/protopack", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/emptypb", "google.golang.org/protobuf/types/known/structpb", "google.golang.org/protobuf/types/known/timestamppb", "google.golang.org/protobuf/types/known/wrapperspb", "math", "strings", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/descfmt", "ImportPath": "google.golang.org/protobuf/internal/descfmt", "Name": "descfmt", "Doc": "Package descfmt provides functionality to format descriptors.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "stringer.go" ], "Imports": [ "fmt", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "io", "reflect", "strconv", "strings" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "desc_test.go" ], "TestImports": [ "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/descopts", "ImportPath": "google.golang.org/protobuf/internal/descopts", "Name": "descopts", "Doc": "Package descopts contains the nil pointers to concrete descriptor options.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "options.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect" ], "Deps": [ "encoding/binary", "errors", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/encoding/defval", "ImportPath": "google.golang.org/protobuf/internal/encoding/defval", "Name": "defval", "Doc": "Package defval marshals and unmarshals textual forms of default values.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "default.go" ], "Imports": [ "fmt", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/reflect/protoreflect", "math", "strconv" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/reflect/protoreflect", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "default_test.go" ], "XTestImports": [ "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/reflect/protoreflect", "math", "reflect", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/filedesc", "ImportPath": "google.golang.org/protobuf/internal/filedesc", "Name": "filedesc", "Doc": "Package filedesc provides functionality for constructing descriptors.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "build.go", "desc.go", "desc_init.go", "desc_lazy.go", "desc_list.go", "desc_list_gen.go", "placeholder.go" ], "Imports": [ "bytes", "fmt", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "reflect", "sort", "sync", "sync/atomic" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "build_test.go", "desc_test.go" ], "XTestImports": [ "bytes", "compress/gzip", "fmt", "github.com/google/go-cmp/cmp", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/testprotos/test", "google.golang.org/protobuf/internal/testprotos/test/weak1", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protodesc", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/types/descriptorpb", "io/ioutil", "reflect", "regexp", "strconv", "strings", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/encoding/tag", "ImportPath": "google.golang.org/protobuf/internal/encoding/tag", "Name": "tag", "Doc": "Package tag marshals and unmarshals the legacy struct tags as generated by historical versions of protoc-gen-go.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "tag.go" ], "Imports": [ "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/reflect/protoreflect", "reflect", "strconv", "strings" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "hash", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "tag_test.go" ], "XTestImports": [ "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protodesc", "google.golang.org/protobuf/reflect/protoreflect", "reflect", "testing" ] } { "Dir": "/usr/local/go/src/path/filepath", "ImportPath": "path/filepath", "Name": "filepath", "Doc": "Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.", "Target": "/usr/local/go/pkg/linux_amd64/path/filepath.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "match.go", "path.go", "path_unix.go", "symlink.go", "symlink_unix.go" ], "IgnoredGoFiles": [ "export_windows_test.go", "path_plan9.go", "path_windows.go", "path_windows_test.go", "symlink_windows.go" ], "Imports": [ "errors", "os", "runtime", "sort", "strings", "syscall", "unicode/utf8" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "os", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "example_test.go", "example_unix_test.go", "example_unix_walk_test.go", "match_test.go", "path_test.go" ], "XTestImports": [ "errors", "fmt", "internal/testenv", "io/ioutil", "os", "path/filepath", "reflect", "runtime", "sort", "strings", "syscall", "testing" ] } { "Dir": "/usr/local/go/src/io/ioutil", "ImportPath": "io/ioutil", "Name": "ioutil", "Doc": "Package ioutil implements some I/O utility functions.", "Target": "/usr/local/go/pkg/linux_amd64/io/ioutil.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "ioutil.go", "tempfile.go" ], "Imports": [ "bytes", "errors", "io", "os", "path/filepath", "sort", "strconv", "strings", "sync", "time" ], "Deps": [ "bytes", "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "path/filepath", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "example_test.go", "ioutil_test.go", "tempfile_test.go" ], "XTestImports": [ "bytes", "fmt", "io/ioutil", "log", "os", "path/filepath", "regexp", "strings", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/impl", "ImportPath": "google.golang.org/protobuf/internal/impl", "Name": "impl", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "api_export.go", "checkinit.go", "codec_extension.go", "codec_field.go", "codec_gen.go", "codec_map.go", "codec_map_go112.go", "codec_message.go", "codec_messageset.go", "codec_tables.go", "codec_unsafe.go", "convert.go", "convert_list.go", "convert_map.go", "decode.go", "encode.go", "enum.go", "extension.go", "legacy_enum.go", "legacy_export.go", "legacy_extension.go", "legacy_file.go", "legacy_message.go", "merge.go", "merge_gen.go", "message.go", "message_reflect.go", "message_reflect_field.go", "message_reflect_gen.go", "pointer_unsafe.go", "validate.go", "weak.go" ], "IgnoredGoFiles": [ "codec_map_go111.go", "codec_reflect.go", "pointer_reflect.go" ], "Imports": [ "bytes", "compress/gzip", "encoding/binary", "encoding/json", "errors", "fmt", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "hash/crc32", "io/ioutil", "math", "math/bits", "reflect", "sort", "strconv", "strings", "sync", "sync/atomic", "unicode/utf8", "unsafe" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "legacy_export_test.go" ], "TestImports": [ "bytes", "compress/gzip", "io/ioutil", "math", "strings", "testing" ], "XTestGoFiles": [ "enum_test.go", "extension_test.go", "lazy_test.go", "legacy_aberrant_test.go", "legacy_file_test.go", "legacy_test.go", "message_reflect_test.go" ], "XTestImports": [ "bytes", "compress/gzip", "fmt", "github.com/google/go-cmp/cmp", "github.com/google/go-cmp/cmp/cmpopts", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/protobuild", "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5", "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5", "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180125_92554152", "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180430_b4deda09", "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180814_aa810b61", "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e", "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160225_2fc053c5", "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160519_a4ab9ec5", "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180125_92554152", "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09", "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61", "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e", "google.golang.org/protobuf/internal/testprotos/test", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protodesc", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/testing/protocmp", "google.golang.org/protobuf/types/descriptorpb", "io", "io/ioutil", "math", "reflect", "runtime", "strings", "sync", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/filetype", "ImportPath": "google.golang.org/protobuf/internal/filetype", "Name": "filetype", "Doc": "Package filetype provides functionality for wrapping descriptors with Go type information.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "build.go" ], "Imports": [ "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "reflect" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/internal/version", "ImportPath": "google.golang.org/protobuf/internal/version", "Name": "version", "Doc": "Package version records versioning information about this module.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "version.go" ], "Imports": [ "fmt", "strings" ], "Deps": [ "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/runtime/protoimpl", "ImportPath": "google.golang.org/protobuf/runtime/protoimpl", "Name": "protoimpl", "Doc": "Package protoimpl contains the default implementation for messages generated by protoc-gen-go.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "impl.go", "version.go" ], "Imports": [ "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/version" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2/proto", "ImportPath": "github.com/golang/protobuf/proto", "Name": "proto", "Doc": "Package proto provides functionality for handling protocol buffer messages.", "Root": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "Module": { "Path": "github.com/golang/protobuf", "Version": "v1.4.2", "Time": "2020-05-14T20:44:37Z", "Indirect": true, "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "GoMod": "/go/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.4.2.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "buffer.go", "defaults.go", "deprecated.go", "discard.go", "extensions.go", "properties.go", "proto.go", "registry.go", "text_decode.go", "text_encode.go", "wire.go", "wrappers.go" ], "Imports": [ "bytes", "compress/gzip", "encoding", "encoding/json", "errors", "fmt", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "io", "io/ioutil", "math", "reflect", "sort", "strconv", "strings", "sync", "unicode/utf8" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "discard_test.go", "extensions_test.go", "proto_clone_test.go", "proto_equal_test.go", "proto_test.go", "registry_test.go", "text_test.go" ], "XTestImports": [ "bytes", "encoding/json", "errors", "fmt", "github.com/golang/protobuf/internal/testprotos/proto2_proto", "github.com/golang/protobuf/internal/testprotos/proto3_proto", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/protoc-gen-go/descriptor", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/timestamp", "github.com/google/go-cmp/cmp", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/testing/protopack", "log", "math", "math/rand", "reflect", "runtime/debug", "sort", "strings", "sync", "testing", "time" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/types/known/timestamppb", "ImportPath": "google.golang.org/protobuf/types/known/timestamppb", "Name": "timestamppb", "Doc": "Package timestamppb contains generated types for google/protobuf/timestamp.proto.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "timestamp.pb.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/runtime/protoimpl", "reflect", "sync", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "timestamp_test.go" ], "XTestImports": [ "github.com/google/go-cmp/cmp", "github.com/google/go-cmp/cmp/cmpopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/testing/protocmp", "google.golang.org/protobuf/types/known/timestamppb", "math", "strings", "testing", "time" ] } { "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2/ptypes/timestamp", "ImportPath": "github.com/golang/protobuf/ptypes/timestamp", "Name": "timestamp", "Root": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "Module": { "Path": "github.com/golang/protobuf", "Version": "v1.4.2", "Time": "2020-05-14T20:44:37Z", "Indirect": true, "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "GoMod": "/go/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.4.2.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "timestamp.pb.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/timestamppb", "reflect" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/types/descriptorpb", "ImportPath": "google.golang.org/protobuf/types/descriptorpb", "Name": "descriptorpb", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "descriptor.pb.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "reflect", "sync" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2/protoc-gen-go/descriptor", "ImportPath": "github.com/golang/protobuf/protoc-gen-go/descriptor", "Name": "descriptor", "Root": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "Module": { "Path": "github.com/golang/protobuf", "Version": "v1.4.2", "Time": "2020-05-14T20:44:37Z", "Indirect": true, "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "GoMod": "/go/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.4.2.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "descriptor.pb.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/descriptorpb", "reflect" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/descriptorpb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/genproto@v0.0.0-20200711021454-869866162049/googleapis/api/annotations", "ImportPath": "google.golang.org/genproto/googleapis/api/annotations", "Name": "annotations", "Root": "/go/pkg/mod/google.golang.org/genproto@v0.0.0-20200711021454-869866162049", "Module": { "Path": "google.golang.org/genproto", "Version": "v0.0.0-20200711021454-869866162049", "Time": "2020-07-11T02:14:54Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/genproto@v0.0.0-20200711021454-869866162049", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20200711021454-869866162049.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "annotations.pb.go", "client.pb.go", "field_behavior.pb.go", "http.pb.go", "resource.pb.go" ], "Imports": [ "github.com/golang/protobuf/proto", "github.com/golang/protobuf/protoc-gen-go/descriptor", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/runtime/protoimpl", "reflect", "sync" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/protoc-gen-go/descriptor", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/descriptorpb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381/internal/timeseries", "ImportPath": "golang.org/x/net/internal/timeseries", "Name": "timeseries", "Doc": "Package timeseries implements a time series structure for stats collection.", "Root": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "Module": { "Path": "golang.org/x/net", "Version": "v0.0.0-20200707034311-ab3426394381", "Time": "2020-07-07T03:43:11Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "timeseries.go" ], "Imports": [ "fmt", "log", "time" ], "Deps": [ "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "timeseries_test.go" ], "TestImports": [ "math", "testing", "time" ] } { "Dir": "/usr/local/go/src/html", "ImportPath": "html", "Name": "html", "Doc": "Package html provides functions for escaping and unescaping HTML text.", "Target": "/usr/local/go/pkg/linux_amd64/html.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "entity.go", "escape.go" ], "IgnoredGoFiles": [ "fuzz.go" ], "Imports": [ "strings", "sync", "unicode/utf8" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "entity_test.go", "escape_test.go" ], "TestImports": [ "strings", "testing", "unicode/utf8" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "html" ] } { "Dir": "/usr/local/go/src/net/url", "ImportPath": "net/url", "Name": "url", "Doc": "Package url parses URLs and implements query escaping.", "Target": "/usr/local/go/pkg/linux_amd64/net/url.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "url.go" ], "Imports": [ "errors", "fmt", "sort", "strconv", "strings" ], "Deps": [ "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "url_test.go" ], "TestImports": [ "bytes", "encoding", "encoding/gob", "encoding/json", "fmt", "io", "net", "reflect", "strings", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "encoding/json", "fmt", "log", "net/url", "strings" ] } { "Dir": "/usr/local/go/src/text/template/parse", "ImportPath": "text/template/parse", "Name": "parse", "Doc": "Package parse builds parse trees for templates as defined by text/template and html/template.", "Target": "/usr/local/go/pkg/linux_amd64/text/template/parse.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "lex.go", "node.go", "parse.go" ], "Imports": [ "bytes", "fmt", "runtime", "strconv", "strings", "unicode", "unicode/utf8" ], "Deps": [ "bytes", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "lex_test.go", "parse_test.go" ], "TestImports": [ "flag", "fmt", "strings", "testing" ] } { "Dir": "/usr/local/go/src/text/template", "ImportPath": "text/template", "Name": "template", "Doc": "Package template implements data-driven templates for generating textual output.", "Target": "/usr/local/go/pkg/linux_amd64/text/template.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "doc.go", "exec.go", "funcs.go", "helper.go", "option.go", "template.go" ], "Imports": [ "bytes", "errors", "fmt", "internal/fmtsort", "io", "io/ioutil", "net/url", "path/filepath", "reflect", "runtime", "strings", "sync", "text/template/parse", "unicode", "unicode/utf8" ], "Deps": [ "bytes", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "math", "math/bits", "net/url", "os", "path/filepath", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/template/parse", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "exec_test.go", "multi_test.go" ], "TestImports": [ "bytes", "errors", "flag", "fmt", "io/ioutil", "reflect", "strings", "testing", "text/template/parse" ], "XTestGoFiles": [ "example_test.go", "examplefiles_test.go", "examplefunc_test.go", "link_test.go" ], "XTestImports": [ "bytes", "internal/testenv", "io", "io/ioutil", "log", "os", "os/exec", "path/filepath", "strings", "testing", "text/template" ] } { "Dir": "/usr/local/go/src/html/template", "ImportPath": "html/template", "Name": "template", "Doc": "Package template (html/template) implements data-driven templates for generating HTML output safe against code injection.", "Target": "/usr/local/go/pkg/linux_amd64/html/template.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "attr.go", "attr_string.go", "content.go", "context.go", "css.go", "delim_string.go", "doc.go", "element_string.go", "error.go", "escape.go", "html.go", "js.go", "jsctx_string.go", "state_string.go", "template.go", "transition.go", "url.go", "urlpart_string.go" ], "Imports": [ "bytes", "encoding/json", "fmt", "html", "io", "io/ioutil", "path/filepath", "reflect", "strconv", "strings", "sync", "text/template", "text/template/parse", "unicode", "unicode/utf8" ], "Deps": [ "bytes", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "html", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "math", "math/bits", "net/url", "os", "path/filepath", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "clone_test.go", "content_test.go", "css_test.go", "escape_test.go", "html_test.go", "js_test.go", "transition_test.go", "url_test.go" ], "TestImports": [ "bytes", "encoding/json", "errors", "fmt", "html", "io/ioutil", "math", "os", "strconv", "strings", "sync", "testing", "text/template", "text/template/parse" ], "XTestGoFiles": [ "example_test.go", "examplefiles_test.go", "template_test.go" ], "XTestImports": [ "bytes", "encoding/json", "fmt", "html/template", "io", "io/ioutil", "log", "os", "path/filepath", "strings", "testing", "text/template" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/net/dns/dnsmessage", "ImportPath": "vendor/golang.org/x/net/dns/dnsmessage", "Name": "dnsmessage", "Doc": "Package dnsmessage provides a mostly RFC 1035 compliant implementation of DNS message packing and unpacking.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/net/dns/dnsmessage.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "message.go" ], "Imports": [ "errors" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "unsafe" ] } { "Dir": "/usr/local/go/src/internal/nettrace", "ImportPath": "internal/nettrace", "Name": "nettrace", "Doc": "Package nettrace contains internal hooks for tracing activity in the net package.", "Target": "/usr/local/go/pkg/linux_amd64/internal/nettrace.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "nettrace.go" ] } { "Dir": "/usr/local/go/src/internal/singleflight", "ImportPath": "internal/singleflight", "Name": "singleflight", "Doc": "Package singleflight provides a duplicate function call suppression mechanism.", "Target": "/usr/local/go/pkg/linux_amd64/internal/singleflight.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "singleflight.go" ], "Imports": [ "sync" ], "Deps": [ "internal/bytealg", "internal/cpu", "internal/race", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "TestGoFiles": [ "singleflight_test.go" ], "TestImports": [ "errors", "fmt", "sync", "sync/atomic", "testing", "time" ] } { "Dir": "/usr/local/go/src/math/rand", "ImportPath": "math/rand", "Name": "rand", "Doc": "Package rand implements pseudo-random number generators.", "Target": "/usr/local/go/pkg/linux_amd64/math/rand.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "exp.go", "normal.go", "rand.go", "rng.go", "zipf.go" ], "IgnoredGoFiles": [ "gen_cooked.go" ], "Imports": [ "math", "sync" ], "Deps": [ "internal/bytealg", "internal/cpu", "internal/race", "math", "math/bits", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "TestGoFiles": [ "race_test.go", "rand_test.go" ], "TestImports": [ "bytes", "errors", "fmt", "internal/testenv", "io", "math", "os", "runtime", "sync", "testing", "testing/iotest" ], "XTestGoFiles": [ "example_test.go", "regress_test.go" ], "XTestImports": [ "flag", "fmt", "math/rand", "os", "reflect", "strings", "testing", "text/tabwriter" ] } { "Dir": "/usr/local/go/src/runtime/cgo", "ImportPath": "runtime/cgo", "Name": "cgo", "Doc": "Package cgo contains runtime support for code generated by the cgo tool.", "Target": "/usr/local/go/pkg/linux_amd64/runtime/cgo.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "callbacks.go", "callbacks_traceback.go", "iscgo.go", "mmap.go", "setenv.go", "sigaction.go" ], "CgoFiles": [ "cgo.go" ], "IgnoredGoFiles": [ "callbacks_aix.go", "dragonfly.go", "freebsd.go", "netbsd.go", "openbsd.go", "signal_darwin_arm64.go" ], "CFiles": [ "gcc_context.c", "gcc_fatalf.c", "gcc_libinit.c", "gcc_linux_amd64.c", "gcc_mmap.c", "gcc_setenv.c", "gcc_sigaction.c", "gcc_traceback.c", "gcc_util.c" ], "HFiles": [ "libcgo.h", "libcgo_unix.h" ], "SFiles": [ "asm_amd64.s", "gcc_amd64.S" ], "CgoCFLAGS": [ "-Wall", "-Werror" ], "CgoLDFLAGS": [ "-lpthread" ], "Imports": [ "C", "unsafe" ], "Deps": [ "unsafe" ] } { "Dir": "/usr/local/go/src/net", "ImportPath": "net", "Name": "net", "Doc": "Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.", "Target": "/usr/local/go/pkg/linux_amd64/net.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "addrselect.go", "conf.go", "dial.go", "dnsclient.go", "dnsclient_unix.go", "dnsconfig_unix.go", "error_posix.go", "error_unix.go", "fd_posix.go", "fd_unix.go", "file.go", "file_unix.go", "hook.go", "hook_unix.go", "hosts.go", "interface.go", "interface_linux.go", "ip.go", "iprawsock.go", "iprawsock_posix.go", "ipsock.go", "ipsock_posix.go", "lookup.go", "lookup_unix.go", "mac.go", "net.go", "nss.go", "parse.go", "pipe.go", "port.go", "port_unix.go", "rawconn.go", "sendfile_linux.go", "sock_cloexec.go", "sock_linux.go", "sock_posix.go", "sockaddr_posix.go", "sockopt_linux.go", "sockopt_posix.go", "sockoptip_linux.go", "sockoptip_posix.go", "splice_linux.go", "tcpsock.go", "tcpsock_posix.go", "tcpsockopt_posix.go", "tcpsockopt_unix.go", "udpsock.go", "udpsock_posix.go", "unixsock.go", "unixsock_posix.go", "writev_unix.go" ], "CgoFiles": [ "cgo_linux.go", "cgo_resnew.go", "cgo_socknew.go", "cgo_unix.go" ], "IgnoredGoFiles": [ "cgo_aix.go", "cgo_android.go", "cgo_bsd.go", "cgo_netbsd.go", "cgo_openbsd.go", "cgo_resold.go", "cgo_sockold.go", "cgo_solaris.go", "cgo_stub.go", "cgo_windows.go", "conf_netcgo.go", "error_plan9.go", "error_plan9_test.go", "error_windows.go", "error_windows_test.go", "fd_plan9.go", "fd_windows.go", "file_plan9.go", "file_stub.go", "file_windows.go", "hook_plan9.go", "hook_windows.go", "interface_aix.go", "interface_bsd.go", "interface_bsd_test.go", "interface_bsdvar.go", "interface_darwin.go", "interface_freebsd.go", "interface_plan9.go", "interface_solaris.go", "interface_stub.go", "interface_windows.go", "iprawsock_plan9.go", "ipsock_plan9.go", "ipsock_plan9_test.go", "lookup_fake.go", "lookup_plan9.go", "lookup_windows.go", "lookup_windows_test.go", "main_noconf_test.go", "main_plan9_test.go", "main_windows_test.go", "net_fake.go", "net_windows_test.go", "netgo_unix_test.go", "rawconn_stub_test.go", "rawconn_windows_test.go", "sendfile_stub.go", "sendfile_unix_alt.go", "sendfile_windows.go", "sock_bsd.go", "sock_plan9.go", "sock_stub.go", "sock_windows.go", "sockopt_aix.go", "sockopt_bsd.go", "sockopt_plan9.go", "sockopt_solaris.go", "sockopt_stub.go", "sockopt_windows.go", "sockoptip_bsdvar.go", "sockoptip_stub.go", "sockoptip_windows.go", "splice_stub.go", "sys_cloexec.go", "tcpsock_plan9.go", "tcpsockopt_darwin.go", "tcpsockopt_dragonfly.go", "tcpsockopt_openbsd.go", "tcpsockopt_plan9.go", "tcpsockopt_solaris.go", "tcpsockopt_stub.go", "tcpsockopt_windows.go", "udpsock_plan9.go", "udpsock_plan9_test.go", "unixsock_plan9.go", "unixsock_windows_test.go" ], "Imports": [ "C", "context", "errors", "vendor/golang.org/x/net/dns/dnsmessage", "internal/bytealg", "internal/nettrace", "internal/poll", "internal/singleflight", "io", "math/rand", "os", "runtime", "sort", "sync", "sync/atomic", "syscall", "time", "unsafe", "runtime/cgo" ], "ImportMap": { "golang.org/x/net/dns/dnsmessage": "vendor/golang.org/x/net/dns/dnsmessage" }, "Deps": [ "context", "errors", "internal/bytealg", "internal/cpu", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "math/rand", "os", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "sync", "sync/atomic", "syscall", "time", "unsafe", "vendor/golang.org/x/net/dns/dnsmessage" ], "TestGoFiles": [ "addrselect_test.go", "cgo_unix_test.go", "conf_test.go", "conn_test.go", "dial_test.go", "dial_unix_test.go", "dnsclient_test.go", "dnsclient_unix_test.go", "dnsconfig_unix_test.go", "dnsname_test.go", "error_posix_test.go", "error_test.go", "error_unix_test.go", "external_test.go", "file_test.go", "hosts_test.go", "interface_linux_test.go", "interface_test.go", "interface_unix_test.go", "ip_test.go", "iprawsock_test.go", "ipsock_test.go", "listen_test.go", "lookup_test.go", "mac_test.go", "main_cloexec_test.go", "main_conf_test.go", "main_posix_test.go", "main_test.go", "main_unix_test.go", "mockserver_test.go", "net_test.go", "nss_test.go", "packetconn_test.go", "parse_test.go", "platform_test.go", "port_test.go", "protoconn_test.go", "rawconn_test.go", "rawconn_unix_test.go", "sendfile_test.go", "server_test.go", "splice_test.go", "tcpsock_test.go", "tcpsock_unix_test.go", "timeout_test.go", "udpsock_test.go", "unixsock_linux_test.go", "unixsock_test.go", "write_unix_test.go", "writev_test.go" ], "TestImports": [ "bufio", "bytes", "context", "crypto/sha256", "encoding/hex", "errors", "flag", "fmt", "internal/poll", "internal/testenv", "io", "io/ioutil", "log", "math/rand", "net/internal/socktest", "os", "os/exec", "path", "reflect", "runtime", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "testing", "time", "vendor/golang.org/x/net/dns/dnsmessage" ], "XTestGoFiles": [ "example_test.go", "pipe_test.go" ], "XTestImports": [ "context", "fmt", "io", "log", "net", "testing", "time", "vendor/golang.org/x/net/nettest" ] } { "Dir": "/usr/local/go/src/container/list", "ImportPath": "container/list", "Name": "list", "Doc": "Package list implements a doubly linked list.", "Target": "/usr/local/go/pkg/linux_amd64/container/list.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "list.go" ], "TestGoFiles": [ "list_test.go" ], "TestImports": [ "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "container/list", "fmt" ] } { "Dir": "/usr/local/go/src/crypto/internal/subtle", "ImportPath": "crypto/internal/subtle", "Name": "subtle", "Doc": "Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/internal/subtle.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "aliasing.go" ], "IgnoredGoFiles": [ "aliasing_appengine.go" ], "Imports": [ "unsafe" ], "Deps": [ "unsafe" ], "XTestGoFiles": [ "aliasing_test.go" ], "XTestImports": [ "crypto/internal/subtle", "testing" ] } { "Dir": "/usr/local/go/src/crypto/subtle", "ImportPath": "crypto/subtle", "Name": "subtle", "Doc": "Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/subtle.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "constant_time.go" ], "TestGoFiles": [ "constant_time_test.go" ], "TestImports": [ "testing", "testing/quick" ] } { "Dir": "/usr/local/go/src/crypto/cipher", "ImportPath": "crypto/cipher", "Name": "cipher", "Doc": "Package cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/cipher.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "cbc.go", "cfb.go", "cipher.go", "ctr.go", "gcm.go", "io.go", "ofb.go", "xor_amd64.go" ], "IgnoredGoFiles": [ "xor_generic.go", "xor_ppc64x.go" ], "SFiles": [ "xor_amd64.s" ], "Imports": [ "crypto/internal/subtle", "crypto/subtle", "encoding/binary", "errors", "io" ], "Deps": [ "crypto/internal/subtle", "crypto/subtle", "encoding/binary", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go" ], "XTestGoFiles": [ "benchmark_test.go", "cbc_aes_test.go", "cfb_test.go", "cipher_test.go", "common_test.go", "ctr_aes_test.go", "ctr_test.go", "example_test.go", "gcm_test.go", "ofb_test.go", "xor_test.go" ], "XTestImports": [ "bytes", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/rand", "encoding/hex", "errors", "fmt", "io", "os", "reflect", "testing" ] } { "Dir": "/usr/local/go/src/crypto/aes", "ImportPath": "crypto/aes", "Name": "aes", "Doc": "Package aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/aes.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "aes_gcm.go", "block.go", "cipher.go", "cipher_asm.go", "const.go", "modes.go" ], "IgnoredGoFiles": [ "cbc_s390x.go", "cipher_generic.go", "cipher_ppc64le.go", "cipher_s390x.go", "ctr_s390x.go", "gcm_ppc64le.go", "gcm_s390x.go" ], "SFiles": [ "asm_amd64.s", "gcm_amd64.s" ], "Imports": [ "crypto/cipher", "crypto/internal/subtle", "crypto/subtle", "encoding/binary", "errors", "internal/cpu", "strconv" ], "Deps": [ "crypto/cipher", "crypto/internal/subtle", "crypto/subtle", "encoding/binary", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "aes_test.go", "modes_test.go" ], "TestImports": [ "crypto/cipher", "testing" ] } { "Dir": "/usr/local/go/src/math/big", "ImportPath": "math/big", "Name": "big", "Doc": "Package big implements arbitrary-precision arithmetic (big numbers).", "Target": "/usr/local/go/pkg/linux_amd64/math/big.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "accuracy_string.go", "arith.go", "arith_amd64.go", "arith_decl.go", "decimal.go", "doc.go", "float.go", "floatconv.go", "floatmarsh.go", "ftoa.go", "int.go", "intconv.go", "intmarsh.go", "nat.go", "natconv.go", "prime.go", "rat.go", "ratconv.go", "ratmarsh.go", "roundingmode_string.go", "sqrt.go" ], "IgnoredGoFiles": [ "arith_decl_pure.go", "arith_decl_s390x.go", "arith_s390x_test.go" ], "SFiles": [ "arith_amd64.s" ], "Imports": [ "bytes", "encoding/binary", "errors", "fmt", "internal/cpu", "io", "math", "math/bits", "math/rand", "strconv", "strings", "sync" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "arith_test.go", "bits_test.go", "calibrate_test.go", "decimal_test.go", "float_test.go", "floatconv_test.go", "floatmarsh_test.go", "gcd_test.go", "hilbert_test.go", "int_test.go", "intconv_test.go", "intmarsh_test.go", "link_test.go", "nat_test.go", "natconv_test.go", "prime_test.go", "rat_test.go", "ratconv_test.go", "ratmarsh_test.go", "sqrt_test.go" ], "TestImports": [ "bytes", "encoding/gob", "encoding/hex", "encoding/json", "encoding/xml", "flag", "fmt", "internal/testenv", "io", "io/ioutil", "math", "math/bits", "math/rand", "os/exec", "path/filepath", "runtime", "sort", "strconv", "strings", "testing", "testing/quick", "time", "unicode" ], "XTestGoFiles": [ "example_rat_test.go", "example_test.go", "floatexample_test.go" ], "XTestImports": [ "fmt", "log", "math", "math/big" ] } { "Dir": "/usr/local/go/src/crypto/rand", "ImportPath": "crypto/rand", "Name": "rand", "Doc": "Package rand implements a cryptographically secure random number generator.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/rand.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "eagain.go", "rand.go", "rand_batched.go", "rand_linux.go", "rand_unix.go", "util.go" ], "IgnoredGoFiles": [ "rand_freebsd.go", "rand_js.go", "rand_openbsd.go", "rand_windows.go" ], "Imports": [ "bufio", "crypto/aes", "crypto/cipher", "encoding/binary", "errors", "internal/syscall/unix", "io", "math/big", "os", "runtime", "sync", "sync/atomic", "syscall", "time" ], "Deps": [ "bufio", "bytes", "crypto/aes", "crypto/cipher", "crypto/internal/subtle", "crypto/subtle", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/big", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "rand_batched_test.go", "rand_test.go" ], "TestImports": [ "bytes", "compress/flate", "io", "testing" ], "XTestGoFiles": [ "example_test.go", "util_test.go" ], "XTestImports": [ "bytes", "crypto/rand", "fmt", "io", "math/big", "math/rand", "testing", "time" ] } { "Dir": "/usr/local/go/src/crypto", "ImportPath": "crypto", "Name": "crypto", "Doc": "Package crypto collects common cryptographic constants.", "Target": "/usr/local/go/pkg/linux_amd64/crypto.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "crypto.go" ], "Imports": [ "hash", "io", "strconv" ], "Deps": [ "errors", "hash", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "issue21104_test.go" ], "TestImports": [ "crypto/aes", "crypto/cipher", "crypto/rc4", "testing" ] } { "Dir": "/usr/local/go/src/crypto/des", "ImportPath": "crypto/des", "Name": "des", "Doc": "Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. Federal Information Processing Standards Publication 46-3.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/des.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "block.go", "cipher.go", "const.go" ], "Imports": [ "crypto/cipher", "crypto/internal/subtle", "encoding/binary", "strconv", "sync" ], "Deps": [ "crypto/cipher", "crypto/internal/subtle", "crypto/subtle", "encoding/binary", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "des_test.go" ], "TestImports": [ "bytes", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "crypto/des" ] } { "Dir": "/usr/local/go/src/crypto/elliptic", "ImportPath": "crypto/elliptic", "Name": "elliptic", "Doc": "Package elliptic implements several standard elliptic curves over prime fields.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/elliptic.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "elliptic.go", "p224.go", "p256_asm.go" ], "IgnoredGoFiles": [ "p256.go", "p256_generic.go", "p256_ppc64le.go", "p256_s390x.go" ], "SFiles": [ "p256_asm_amd64.s" ], "Imports": [ "io", "math/big", "sync" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/big", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "elliptic_test.go", "fuzz_test.go", "p224_test.go" ], "TestImports": [ "bytes", "crypto/rand", "encoding/hex", "fmt", "math/big", "testing", "time" ] } { "Dir": "/usr/local/go/src/crypto/internal/randutil", "ImportPath": "crypto/internal/randutil", "Name": "randutil", "Doc": "Package randutil contains internal randomness utilities for various crypto packages.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/internal/randutil.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "randutil.go" ], "Imports": [ "io", "sync" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ] } { "Dir": "/usr/local/go/src/crypto/sha512", "ImportPath": "crypto/sha512", "Name": "sha512", "Doc": "Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/sha512.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "sha512.go", "sha512block.go", "sha512block_amd64.go" ], "IgnoredGoFiles": [ "fallback_test.go", "sha512block_decl.go", "sha512block_generic.go", "sha512block_s390x.go" ], "SFiles": [ "sha512block_amd64.s" ], "Imports": [ "crypto", "encoding/binary", "errors", "hash", "internal/cpu", "math/bits" ], "Deps": [ "crypto", "encoding/binary", "errors", "hash", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "sha512_test.go" ], "TestImports": [ "bytes", "crypto/rand", "encoding", "encoding/hex", "fmt", "hash", "io", "testing" ] } { "Dir": "/usr/local/go/src/encoding/asn1", "ImportPath": "encoding/asn1", "Name": "asn1", "Doc": "Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690.", "Target": "/usr/local/go/pkg/linux_amd64/encoding/asn1.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "asn1.go", "common.go", "marshal.go" ], "Imports": [ "bytes", "errors", "fmt", "math", "math/big", "reflect", "sort", "strconv", "strings", "time", "unicode/utf16", "unicode/utf8" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/big", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "asn1_test.go", "marshal_test.go" ], "TestImports": [ "bytes", "encoding/hex", "fmt", "math", "math/big", "reflect", "strings", "testing", "time" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/crypto/cryptobyte/asn1", "ImportPath": "vendor/golang.org/x/crypto/cryptobyte/asn1", "Name": "asn1", "Doc": "Package asn1 contains supporting types for parsing and building ASN.1 messages with the cryptobyte package.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/crypto/cryptobyte/asn1.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "asn1.go" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/crypto/cryptobyte", "ImportPath": "vendor/golang.org/x/crypto/cryptobyte", "Name": "cryptobyte", "Doc": "Package cryptobyte contains types that help with parsing and constructing length-prefixed, binary messages, including ASN.1 DER.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/crypto/cryptobyte.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "asn1.go", "builder.go", "string.go" ], "Imports": [ "encoding/asn1", "errors", "fmt", "vendor/golang.org/x/crypto/cryptobyte/asn1", "math/big", "reflect", "time" ], "ImportMap": { "golang.org/x/crypto/cryptobyte/asn1": "vendor/golang.org/x/crypto/cryptobyte/asn1" }, "Deps": [ "bytes", "encoding/asn1", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/big", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/cryptobyte/asn1" ] } { "Dir": "/usr/local/go/src/crypto/ecdsa", "ImportPath": "crypto/ecdsa", "Name": "ecdsa", "Doc": "Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-3.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/ecdsa.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "ecdsa.go", "ecdsa_noasm.go" ], "IgnoredGoFiles": [ "ecdsa_s390x.go", "ecdsa_s390x_test.go" ], "Imports": [ "crypto", "crypto/aes", "crypto/cipher", "crypto/elliptic", "crypto/internal/randutil", "crypto/sha512", "errors", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "io", "math/big" ], "ImportMap": { "golang.org/x/crypto/cryptobyte": "vendor/golang.org/x/crypto/cryptobyte", "golang.org/x/crypto/cryptobyte/asn1": "vendor/golang.org/x/crypto/cryptobyte/asn1" }, "Deps": [ "bytes", "crypto", "crypto/aes", "crypto/cipher", "crypto/elliptic", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/sha512", "crypto/subtle", "encoding/asn1", "encoding/binary", "errors", "fmt", "hash", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/big", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1" ], "TestGoFiles": [ "ecdsa_test.go" ], "TestImports": [ "bufio", "compress/bzip2", "crypto/elliptic", "crypto/rand", "crypto/sha1", "crypto/sha256", "crypto/sha512", "encoding/hex", "hash", "io", "math/big", "os", "strings", "testing" ], "XTestGoFiles": [ "equal_test.go", "example_test.go" ], "XTestImports": [ "crypto", "crypto/ecdsa", "crypto/elliptic", "crypto/rand", "crypto/sha256", "crypto/x509", "fmt", "testing" ] } { "Dir": "/usr/local/go/src/crypto/ed25519/internal/edwards25519", "ImportPath": "crypto/ed25519/internal/edwards25519", "Name": "edwards25519", "Target": "/usr/local/go/pkg/linux_amd64/crypto/ed25519/internal/edwards25519.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "const.go", "edwards25519.go" ], "Imports": [ "encoding/binary" ], "Deps": [ "encoding/binary", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/crypto/ed25519", "ImportPath": "crypto/ed25519", "Name": "ed25519", "Doc": "Package ed25519 implements the Ed25519 signature algorithm.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/ed25519.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "ed25519.go", "ed25519_noasm.go" ], "IgnoredGoFiles": [ "ed25519_s390x.go" ], "Imports": [ "bytes", "crypto", "crypto/ed25519/internal/edwards25519", "crypto/rand", "crypto/sha512", "errors", "io", "strconv" ], "Deps": [ "bufio", "bytes", "crypto", "crypto/aes", "crypto/cipher", "crypto/ed25519/internal/edwards25519", "crypto/internal/subtle", "crypto/rand", "crypto/sha512", "crypto/subtle", "encoding/binary", "errors", "fmt", "hash", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/big", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "ed25519_test.go" ], "TestImports": [ "bufio", "bytes", "compress/gzip", "crypto", "crypto/ed25519/internal/edwards25519", "crypto/rand", "encoding/hex", "os", "strings", "testing" ] } { "Dir": "/usr/local/go/src/crypto/hmac", "ImportPath": "crypto/hmac", "Name": "hmac", "Doc": "Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/hmac.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "hmac.go" ], "Imports": [ "crypto/subtle", "hash" ], "Deps": [ "crypto/subtle", "errors", "hash", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "TestGoFiles": [ "hmac_test.go" ], "TestImports": [ "crypto/md5", "crypto/sha1", "crypto/sha256", "crypto/sha512", "fmt", "hash", "testing" ] } { "Dir": "/usr/local/go/src/crypto/md5", "ImportPath": "crypto/md5", "Name": "md5", "Doc": "Package md5 implements the MD5 hash algorithm as defined in RFC 1321.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/md5.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "md5.go", "md5block.go", "md5block_decl.go" ], "IgnoredGoFiles": [ "gen.go", "md5block_generic.go" ], "SFiles": [ "md5block_amd64.s" ], "Imports": [ "crypto", "encoding/binary", "errors", "hash", "math/bits" ], "Deps": [ "crypto", "encoding/binary", "errors", "hash", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "md5_test.go" ], "TestImports": [ "bytes", "crypto/rand", "encoding", "fmt", "hash", "io", "testing", "unsafe" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "crypto/md5", "fmt", "io", "log", "os" ] } { "Dir": "/usr/local/go/src/crypto/rc4", "ImportPath": "crypto/rc4", "Name": "rc4", "Doc": "Package rc4 implements RC4 encryption, as defined in Bruce Schneier's Applied Cryptography.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/rc4.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "rc4.go" ], "Imports": [ "crypto/internal/subtle", "strconv" ], "Deps": [ "crypto/internal/subtle", "errors", "internal/bytealg", "internal/cpu", "internal/reflectlite", "internal/unsafeheader", "math", "math/bits", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "rc4_test.go" ], "TestImports": [ "bytes", "fmt", "testing" ] } { "Dir": "/usr/local/go/src/crypto/rsa", "ImportPath": "crypto/rsa", "Name": "rsa", "Doc": "Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/rsa.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "pkcs1v15.go", "pss.go", "rsa.go" ], "Imports": [ "bytes", "crypto", "crypto/internal/randutil", "crypto/rand", "crypto/subtle", "errors", "hash", "io", "math", "math/big" ], "Deps": [ "bufio", "bytes", "crypto", "crypto/aes", "crypto/cipher", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/rand", "crypto/subtle", "encoding/binary", "errors", "fmt", "hash", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/big", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "example_test.go", "pkcs1v15_test.go", "pss_test.go", "rsa_test.go" ], "TestImports": [ "bufio", "bytes", "compress/bzip2", "crypto", "crypto/aes", "crypto/cipher", "crypto/md5", "crypto/rand", "crypto/sha1", "crypto/sha256", "encoding/base64", "encoding/hex", "fmt", "io", "math/big", "os", "strconv", "strings", "testing", "testing/quick" ], "XTestGoFiles": [ "equal_test.go" ], "XTestImports": [ "crypto", "crypto/rand", "crypto/rsa", "crypto/x509", "testing" ] } { "Dir": "/usr/local/go/src/crypto/sha1", "ImportPath": "crypto/sha1", "Name": "sha1", "Doc": "Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/sha1.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "sha1.go", "sha1block.go", "sha1block_amd64.go" ], "IgnoredGoFiles": [ "fallback_test.go", "sha1block_arm64.go", "sha1block_decl.go", "sha1block_generic.go", "sha1block_s390x.go" ], "SFiles": [ "sha1block_amd64.s" ], "Imports": [ "crypto", "encoding/binary", "errors", "hash", "internal/cpu", "math/bits" ], "Deps": [ "crypto", "encoding/binary", "errors", "hash", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "sha1_test.go" ], "TestImports": [ "bytes", "crypto/rand", "encoding", "fmt", "hash", "io", "testing" ], "XTestGoFiles": [ "example_test.go", "issue15617_test.go" ], "XTestImports": [ "crypto/sha1", "fmt", "io", "log", "os", "syscall", "testing" ] } { "Dir": "/usr/local/go/src/crypto/sha256", "ImportPath": "crypto/sha256", "Name": "sha256", "Doc": "Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/sha256.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "sha256.go", "sha256block.go", "sha256block_amd64.go", "sha256block_decl.go" ], "IgnoredGoFiles": [ "fallback_test.go", "sha256block_arm64.go", "sha256block_generic.go", "sha256block_s390x.go" ], "SFiles": [ "sha256block_amd64.s" ], "Imports": [ "crypto", "encoding/binary", "errors", "hash", "internal/cpu", "math/bits" ], "Deps": [ "crypto", "encoding/binary", "errors", "hash", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "sha256_test.go" ], "TestImports": [ "bytes", "crypto/rand", "encoding", "fmt", "hash", "io", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "crypto/sha256", "fmt", "io", "log", "os" ] } { "Dir": "/usr/local/go/src/crypto/dsa", "ImportPath": "crypto/dsa", "Name": "dsa", "Doc": "Package dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/dsa.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "dsa.go" ], "Imports": [ "crypto/internal/randutil", "errors", "io", "math/big" ], "Deps": [ "bytes", "crypto/internal/randutil", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/big", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "dsa_test.go" ], "TestImports": [ "crypto/rand", "math/big", "testing" ] } { "Dir": "/usr/local/go/src/encoding/hex", "ImportPath": "encoding/hex", "Name": "hex", "Doc": "Package hex implements hexadecimal encoding and decoding.", "Target": "/usr/local/go/pkg/linux_amd64/encoding/hex.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "hex.go" ], "Imports": [ "errors", "fmt", "io", "strings" ], "Deps": [ "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "hex_test.go" ], "TestImports": [ "bytes", "fmt", "io", "io/ioutil", "strings", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "encoding/hex", "fmt", "log", "os" ] } { "Dir": "/usr/local/go/src/crypto/x509/pkix", "ImportPath": "crypto/x509/pkix", "Name": "pkix", "Doc": "Package pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/x509/pkix.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "pkix.go" ], "Imports": [ "encoding/asn1", "encoding/hex", "fmt", "math/big", "time" ], "Deps": [ "bytes", "encoding/asn1", "encoding/binary", "encoding/hex", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/big", "math/bits", "math/rand", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/encoding/pem", "ImportPath": "encoding/pem", "Name": "pem", "Doc": "Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.", "Target": "/usr/local/go/pkg/linux_amd64/encoding/pem.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "pem.go" ], "Imports": [ "bytes", "encoding/base64", "errors", "io", "sort", "strings" ], "Deps": [ "bytes", "encoding/base64", "encoding/binary", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "pem_test.go" ], "TestImports": [ "bytes", "io/ioutil", "reflect", "strings", "testing", "testing/quick" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "crypto/x509", "encoding/pem", "fmt", "log", "os" ] } { "Dir": "/usr/local/go/src/crypto/x509", "ImportPath": "crypto/x509", "Name": "x509", "Doc": "Package x509 parses X.509-encoded keys and certificates.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/x509.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "cert_pool.go", "pem_decrypt.go", "pkcs1.go", "pkcs8.go", "root.go", "root_linux.go", "root_unix.go", "sec1.go", "verify.go", "x509.go" ], "IgnoredGoFiles": [ "root_aix.go", "root_bsd.go", "root_cgo_darwin_amd64.go", "root_darwin_amd64.go", "root_darwin_ios.go", "root_darwin_ios_gen.go", "root_darwin_test.go", "root_js.go", "root_omit.go", "root_omit_test.go", "root_plan9.go", "root_solaris.go", "root_windows.go", "x509_test_import.go" ], "Imports": [ "bytes", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/elliptic", "crypto/md5", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/x509/pkix", "encoding/asn1", "encoding/hex", "encoding/pem", "errors", "fmt", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "io", "io/ioutil", "math/big", "net", "net/url", "os", "path/filepath", "reflect", "runtime", "strconv", "strings", "sync", "time", "unicode/utf8" ], "ImportMap": { "golang.org/x/crypto/cryptobyte": "vendor/golang.org/x/crypto/cryptobyte", "golang.org/x/crypto/cryptobyte/asn1": "vendor/golang.org/x/crypto/cryptobyte/asn1" }, "Deps": [ "bufio", "bytes", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/x509/pkix", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/pem", "errors", "fmt", "hash", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/net/dns/dnsmessage" ], "TestGoFiles": [ "name_constraints_test.go", "pem_decrypt_test.go", "pkcs8_test.go", "root_unix_test.go", "sec1_test.go", "verify_test.go", "x509_test.go" ], "TestImports": [ "bytes", "crypto", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/elliptic", "crypto/rand", "crypto/rsa", "crypto/sha256", "crypto/sha512", "crypto/x509/pkix", "encoding/asn1", "encoding/base64", "encoding/hex", "encoding/pem", "errors", "fmt", "internal/testenv", "io/ioutil", "math/big", "net", "net/url", "os", "os/exec", "path/filepath", "reflect", "runtime", "strconv", "strings", "sync", "testing", "time" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/rsa", "crypto/x509", "encoding/pem", "fmt" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/crypto/internal/subtle", "ImportPath": "vendor/golang.org/x/crypto/internal/subtle", "Name": "subtle", "Doc": "Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/crypto/internal/subtle.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "aliasing.go" ], "IgnoredGoFiles": [ "aliasing_appengine.go" ], "Imports": [ "unsafe" ], "Deps": [ "unsafe" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/crypto/chacha20", "ImportPath": "vendor/golang.org/x/crypto/chacha20", "Name": "chacha20", "Doc": "Package chacha20 implements the ChaCha20 and XChaCha20 encryption algorithms as specified in RFC 8439 and draft-irtf-cfrg-xchacha-01.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/crypto/chacha20.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "chacha_generic.go", "chacha_noasm.go", "xor.go" ], "IgnoredGoFiles": [ "chacha_arm64.go", "chacha_ppc64le.go", "chacha_s390x.go" ], "Imports": [ "crypto/cipher", "encoding/binary", "errors", "vendor/golang.org/x/crypto/internal/subtle", "math/bits", "runtime" ], "ImportMap": { "golang.org/x/crypto/internal/subtle": "vendor/golang.org/x/crypto/internal/subtle" }, "Deps": [ "crypto/cipher", "crypto/internal/subtle", "crypto/subtle", "encoding/binary", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/internal/subtle" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/crypto/poly1305", "ImportPath": "vendor/golang.org/x/crypto/poly1305", "Name": "poly1305", "Doc": "Package poly1305 implements Poly1305 one-time message authentication code as specified in https://cr.yp.to/mac/poly1305-20050329.pdf.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/crypto/poly1305.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "bits_go1.13.go", "poly1305.go", "sum_amd64.go", "sum_generic.go" ], "IgnoredGoFiles": [ "bits_compat.go", "mac_noasm.go", "sum_ppc64le.go", "sum_s390x.go" ], "SFiles": [ "sum_amd64.s" ], "Imports": [ "crypto/subtle", "encoding/binary", "math/bits" ], "Deps": [ "crypto/subtle", "encoding/binary", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strconv", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/sys/cpu", "ImportPath": "vendor/golang.org/x/sys/cpu", "Name": "cpu", "Doc": "Package cpu implements processor feature detection for various CPU architectures.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/sys/cpu.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "byteorder.go", "cpu.go", "cpu_gc_x86.go", "cpu_linux_noinit.go", "cpu_x86.go", "hwcap_linux.go" ], "IgnoredGoFiles": [ "cpu_aix_ppc64.go", "cpu_arm.go", "cpu_arm64.go", "cpu_gc_arm64.go", "cpu_gc_s390x.go", "cpu_gccgo_arm64.go", "cpu_gccgo_s390x.go", "cpu_gccgo_x86.go", "cpu_linux.go", "cpu_linux_arm.go", "cpu_linux_arm64.go", "cpu_linux_mips64x.go", "cpu_linux_ppc64x.go", "cpu_linux_s390x.go", "cpu_mips64x.go", "cpu_mipsx.go", "cpu_other_arm64.go", "cpu_riscv64.go", "cpu_wasm.go", "syscall_aix_ppc64_gc.go" ], "SFiles": [ "cpu_x86.s" ], "Imports": [ "io/ioutil", "runtime" ], "Deps": [ "bytes", "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "math", "math/bits", "os", "path/filepath", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/crypto/chacha20poly1305", "ImportPath": "vendor/golang.org/x/crypto/chacha20poly1305", "Name": "chacha20poly1305", "Doc": "Package chacha20poly1305 implements the ChaCha20-Poly1305 AEAD and its extended nonce variant XChaCha20-Poly1305, as specified in RFC 8439 and draft-irtf-cfrg-xchacha-01.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/crypto/chacha20poly1305.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "chacha20poly1305.go", "chacha20poly1305_amd64.go", "chacha20poly1305_generic.go", "xchacha20poly1305.go" ], "IgnoredGoFiles": [ "chacha20poly1305_noasm.go" ], "SFiles": [ "chacha20poly1305_amd64.s" ], "Imports": [ "crypto/cipher", "encoding/binary", "errors", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/sys/cpu" ], "ImportMap": { "golang.org/x/crypto/chacha20": "vendor/golang.org/x/crypto/chacha20", "golang.org/x/crypto/internal/subtle": "vendor/golang.org/x/crypto/internal/subtle", "golang.org/x/crypto/poly1305": "vendor/golang.org/x/crypto/poly1305", "golang.org/x/sys/cpu": "vendor/golang.org/x/sys/cpu" }, "Deps": [ "bytes", "crypto/cipher", "crypto/internal/subtle", "crypto/subtle", "encoding/binary", "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "math", "math/bits", "os", "path/filepath", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/sys/cpu" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/crypto/curve25519", "ImportPath": "vendor/golang.org/x/crypto/curve25519", "Name": "curve25519", "Doc": "Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/crypto/curve25519.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "curve25519.go", "curve25519_amd64.go", "curve25519_generic.go" ], "IgnoredGoFiles": [ "curve25519_noasm.go" ], "SFiles": [ "curve25519_amd64.s" ], "Imports": [ "crypto/subtle", "encoding/binary", "fmt" ], "Deps": [ "crypto/subtle", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/crypto/hkdf", "ImportPath": "vendor/golang.org/x/crypto/hkdf", "Name": "hkdf", "Doc": "Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/crypto/hkdf.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "hkdf.go" ], "Imports": [ "crypto/hmac", "errors", "hash", "io" ], "Deps": [ "crypto/hmac", "crypto/subtle", "errors", "hash", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ] } { "Dir": "/usr/local/go/src/crypto/tls", "ImportPath": "crypto/tls", "Name": "tls", "Doc": "Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.", "Target": "/usr/local/go/pkg/linux_amd64/crypto/tls.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "alert.go", "auth.go", "cipher_suites.go", "common.go", "common_string.go", "conn.go", "handshake_client.go", "handshake_client_tls13.go", "handshake_messages.go", "handshake_server.go", "handshake_server_tls13.go", "key_agreement.go", "key_schedule.go", "prf.go", "ticket.go", "tls.go" ], "IgnoredGoFiles": [ "generate_cert.go" ], "Imports": [ "bytes", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/ecdsa", "crypto/ed25519", "crypto/elliptic", "crypto/hmac", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/x509", "encoding/pem", "errors", "fmt", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "hash", "internal/cpu", "io", "io/ioutil", "math/big", "net", "strconv", "strings", "sync", "sync/atomic", "time" ], "ImportMap": { "golang.org/x/crypto/chacha20poly1305": "vendor/golang.org/x/crypto/chacha20poly1305", "golang.org/x/crypto/cryptobyte": "vendor/golang.org/x/crypto/cryptobyte", "golang.org/x/crypto/curve25519": "vendor/golang.org/x/crypto/curve25519", "golang.org/x/crypto/hkdf": "vendor/golang.org/x/crypto/hkdf" }, "Deps": [ "bufio", "bytes", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/x509", "crypto/x509/pkix", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/pem", "errors", "fmt", "hash", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ], "TestGoFiles": [ "auth_test.go", "conn_test.go", "handshake_client_test.go", "handshake_messages_test.go", "handshake_server_test.go", "handshake_test.go", "handshake_unix_test.go", "key_schedule_test.go", "link_test.go", "prf_test.go", "tls_test.go" ], "TestImports": [ "bufio", "bytes", "context", "crypto", "crypto/ed25519", "crypto/elliptic", "crypto/rsa", "crypto/x509", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "flag", "fmt", "hash", "internal/testenv", "io", "io/ioutil", "math", "math/big", "math/rand", "net", "os", "os/exec", "path/filepath", "reflect", "runtime", "strconv", "strings", "sync", "syscall", "testing", "testing/quick", "time", "unicode" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "crypto/tls", "crypto/x509", "log", "net/http", "net/http/httptest", "os", "time" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/text/transform", "ImportPath": "vendor/golang.org/x/text/transform", "Name": "transform", "Doc": "Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/text/transform.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "transform.go" ], "Imports": [ "bytes", "errors", "io", "unicode/utf8" ], "Deps": [ "bytes", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/text/unicode/bidi", "ImportPath": "vendor/golang.org/x/text/unicode/bidi", "Name": "bidi", "Doc": "Package bidi contains functionality for bidirectional text support.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/text/unicode/bidi.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "bidi.go", "bracket.go", "core.go", "prop.go", "tables12.0.0.go", "trieval.go" ], "IgnoredGoFiles": [ "tables10.0.0.go", "tables11.0.0.go", "tables9.0.0.go" ], "Imports": [ "container/list", "fmt", "log", "sort", "unicode/utf8" ], "Deps": [ "container/list", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/text/secure/bidirule", "ImportPath": "vendor/golang.org/x/text/secure/bidirule", "Name": "bidirule", "Doc": "Package bidirule implements the Bidi Rule defined by RFC 5893.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/text/secure/bidirule.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "bidirule.go", "bidirule10.0.0.go" ], "IgnoredGoFiles": [ "bidirule9.0.0.go" ], "Imports": [ "errors", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "unicode/utf8" ], "ImportMap": { "golang.org/x/text/transform": "vendor/golang.org/x/text/transform", "golang.org/x/text/unicode/bidi": "vendor/golang.org/x/text/unicode/bidi" }, "Deps": [ "bytes", "container/list", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/text/unicode/norm", "ImportPath": "vendor/golang.org/x/text/unicode/norm", "Name": "norm", "Doc": "Package norm contains types and functions for normalizing Unicode strings.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/text/unicode/norm.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "composition.go", "forminfo.go", "input.go", "iter.go", "normalize.go", "readwriter.go", "tables12.0.0.go", "transform.go", "trie.go" ], "IgnoredGoFiles": [ "tables10.0.0.go", "tables11.0.0.go", "tables9.0.0.go" ], "Imports": [ "encoding/binary", "fmt", "vendor/golang.org/x/text/transform", "io", "sync", "unicode/utf8" ], "ImportMap": { "golang.org/x/text/transform": "vendor/golang.org/x/text/transform" }, "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/text/transform" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/net/idna", "ImportPath": "vendor/golang.org/x/net/idna", "Name": "idna", "Doc": "Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/net/idna.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "idna10.0.0.go", "punycode.go", "tables12.00.go", "trie.go", "trieval.go" ], "IgnoredGoFiles": [ "idna9.0.0.go", "tables10.0.0.go", "tables11.0.0.go", "tables9.0.0.go" ], "Imports": [ "fmt", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm", "math", "strings", "unicode/utf8" ], "ImportMap": { "golang.org/x/text/secure/bidirule": "vendor/golang.org/x/text/secure/bidirule", "golang.org/x/text/unicode/bidi": "vendor/golang.org/x/text/unicode/bidi", "golang.org/x/text/unicode/norm": "vendor/golang.org/x/text/unicode/norm" }, "Deps": [ "bytes", "container/list", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ] } { "Dir": "/usr/local/go/src/net/textproto", "ImportPath": "net/textproto", "Name": "textproto", "Doc": "Package textproto implements generic support for text-based request/response protocols in the style of HTTP, NNTP, and SMTP.", "Target": "/usr/local/go/pkg/linux_amd64/net/textproto.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "header.go", "pipeline.go", "reader.go", "textproto.go", "writer.go" ], "Imports": [ "bufio", "bytes", "fmt", "io", "io/ioutil", "net", "strconv", "strings", "sync" ], "Deps": [ "bufio", "bytes", "context", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "math", "math/bits", "math/rand", "net", "os", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/net/dns/dnsmessage" ], "TestGoFiles": [ "header_test.go", "reader_test.go", "writer_test.go" ], "TestImports": [ "bufio", "bytes", "io", "reflect", "strings", "testing" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/net/http/httpguts", "ImportPath": "vendor/golang.org/x/net/http/httpguts", "Name": "httpguts", "Doc": "Package httpguts provides functions implementing various details of the HTTP specification.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/net/http/httpguts.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "guts.go", "httplex.go" ], "Imports": [ "vendor/golang.org/x/net/idna", "net", "net/textproto", "strings", "unicode/utf8" ], "ImportMap": { "golang.org/x/net/idna": "vendor/golang.org/x/net/idna" }, "Deps": [ "bufio", "bytes", "container/list", "context", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "math/rand", "net", "net/textproto", "os", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/net/http/httpproxy", "ImportPath": "vendor/golang.org/x/net/http/httpproxy", "Name": "httpproxy", "Doc": "Package httpproxy provides support for HTTP proxy determination based on environment variables, as provided by net/http's ProxyFromEnvironment function.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/net/http/httpproxy.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "proxy.go" ], "Imports": [ "errors", "fmt", "vendor/golang.org/x/net/idna", "net", "net/url", "os", "strings", "unicode/utf8" ], "ImportMap": { "golang.org/x/net/idna": "vendor/golang.org/x/net/idna" }, "Deps": [ "bytes", "container/list", "context", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "math/rand", "net", "net/url", "os", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ] } { "Dir": "/usr/local/go/src/vendor/golang.org/x/net/http2/hpack", "ImportPath": "vendor/golang.org/x/net/http2/hpack", "Name": "hpack", "Doc": "Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.", "Target": "/usr/local/go/pkg/linux_amd64/vendor/golang.org/x/net/http2/hpack.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "encode.go", "hpack.go", "huffman.go", "tables.go" ], "Imports": [ "bytes", "errors", "fmt", "io", "sync" ], "Deps": [ "bytes", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/usr/local/go/src/mime", "ImportPath": "mime", "Name": "mime", "Doc": "Package mime implements parts of the MIME spec.", "Target": "/usr/local/go/pkg/linux_amd64/mime.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "encodedword.go", "grammar.go", "mediatype.go", "type.go", "type_unix.go" ], "IgnoredGoFiles": [ "type_dragonfly.go", "type_freebsd.go", "type_openbsd.go", "type_plan9.go", "type_windows.go" ], "Imports": [ "bufio", "bytes", "encoding/base64", "errors", "fmt", "io", "os", "sort", "strings", "sync", "unicode", "unicode/utf8" ], "Deps": [ "bufio", "bytes", "encoding/base64", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "encodedword_test.go", "mediatype_test.go", "type_test.go" ], "TestImports": [ "errors", "io", "io/ioutil", "reflect", "strings", "sync", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "bytes", "fmt", "io", "io/ioutil", "mime" ] } { "Dir": "/usr/local/go/src/mime/quotedprintable", "ImportPath": "mime/quotedprintable", "Name": "quotedprintable", "Doc": "Package quotedprintable implements quoted-printable encoding as specified by RFC 2045.", "Target": "/usr/local/go/pkg/linux_amd64/mime/quotedprintable.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "reader.go", "writer.go" ], "Imports": [ "bufio", "bytes", "fmt", "io" ], "Deps": [ "bufio", "bytes", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "reader_test.go", "writer_test.go" ], "TestImports": [ "bufio", "bytes", "errors", "flag", "fmt", "io", "io/ioutil", "os/exec", "regexp", "sort", "strings", "testing", "time" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "io/ioutil", "mime/quotedprintable", "os", "strings" ] } { "Dir": "/usr/local/go/src/mime/multipart", "ImportPath": "mime/multipart", "Name": "multipart", "Doc": "Package multipart implements MIME multipart parsing, as defined in RFC 2046.", "Target": "/usr/local/go/pkg/linux_amd64/mime/multipart.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "formdata.go", "multipart.go", "writer.go" ], "Imports": [ "bufio", "bytes", "crypto/rand", "errors", "fmt", "io", "io/ioutil", "mime", "mime/quotedprintable", "net/textproto", "os", "sort", "strings" ], "Deps": [ "bufio", "bytes", "context", "crypto/aes", "crypto/cipher", "crypto/internal/subtle", "crypto/rand", "crypto/subtle", "encoding/base64", "encoding/binary", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "math", "math/big", "math/bits", "math/rand", "mime", "mime/quotedprintable", "net", "net/textproto", "os", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/net/dns/dnsmessage" ], "TestGoFiles": [ "formdata_test.go", "multipart_test.go", "writer_test.go" ], "TestImports": [ "bytes", "encoding/json", "fmt", "io", "io/ioutil", "mime", "net/textproto", "os", "reflect", "strings", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "io", "io/ioutil", "log", "mime", "mime/multipart", "net/mail", "strings" ] } { "Dir": "/usr/local/go/src/net/http/httptrace", "ImportPath": "net/http/httptrace", "Name": "httptrace", "Doc": "Package httptrace provides mechanisms to trace the events within HTTP client requests.", "Target": "/usr/local/go/pkg/linux_amd64/net/http/httptrace.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "trace.go" ], "Imports": [ "context", "crypto/tls", "internal/nettrace", "net", "net/textproto", "reflect", "time" ], "Deps": [ "bufio", "bytes", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/pem", "errors", "fmt", "hash", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "math", "math/big", "math/bits", "math/rand", "net", "net/textproto", "net/url", "os", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ], "TestGoFiles": [ "trace_test.go" ], "TestImports": [ "bytes", "context", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "log", "net/http", "net/http/httptrace" ] } { "Dir": "/usr/local/go/src/net/http/internal", "ImportPath": "net/http/internal", "Name": "internal", "Doc": "Package internal contains HTTP internals shared by net/http and net/http/httputil.", "Target": "/usr/local/go/pkg/linux_amd64/net/http/internal.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "chunked.go", "testcert.go" ], "Imports": [ "bufio", "bytes", "errors", "fmt", "io", "strings" ], "Deps": [ "bufio", "bytes", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "chunked_test.go" ], "TestImports": [ "bufio", "bytes", "fmt", "io", "io/ioutil", "strings", "testing" ] } { "Dir": "/usr/local/go/src/path", "ImportPath": "path", "Name": "path", "Doc": "Package path implements utility routines for manipulating slash-separated paths.", "Target": "/usr/local/go/pkg/linux_amd64/path.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "match.go", "path.go" ], "Imports": [ "errors", "strings", "unicode/utf8" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "match_test.go", "path_test.go" ], "TestImports": [ "runtime", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "path" ] } { "Dir": "/usr/local/go/src/net/http", "ImportPath": "net/http", "Name": "http", "Doc": "Package http provides HTTP client and server implementations.", "Target": "/usr/local/go/pkg/linux_amd64/net/http.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "client.go", "clone.go", "cookie.go", "doc.go", "filetransport.go", "fs.go", "h2_bundle.go", "header.go", "http.go", "jar.go", "method.go", "request.go", "response.go", "roundtrip.go", "server.go", "sniff.go", "socks_bundle.go", "status.go", "transfer.go", "transport.go" ], "IgnoredGoFiles": [ "omithttp2.go", "roundtrip_js.go", "triv.go" ], "Imports": [ "bufio", "bytes", "compress/gzip", "container/list", "context", "crypto/rand", "crypto/tls", "encoding/base64", "encoding/binary", "errors", "fmt", "vendor/golang.org/x/net/http/httpguts", "vendor/golang.org/x/net/http/httpproxy", "vendor/golang.org/x/net/http2/hpack", "vendor/golang.org/x/net/idna", "io", "io/ioutil", "log", "math", "math/rand", "mime", "mime/multipart", "net", "net/http/httptrace", "net/http/internal", "net/textproto", "net/url", "os", "path", "path/filepath", "reflect", "runtime", "sort", "strconv", "strings", "sync", "sync/atomic", "time", "unicode/utf8" ], "ImportMap": { "golang.org/x/net/http/httpguts": "vendor/golang.org/x/net/http/httpguts", "golang.org/x/net/http/httpproxy": "vendor/golang.org/x/net/http/httpproxy", "golang.org/x/net/http2/hpack": "vendor/golang.org/x/net/http2/hpack", "golang.org/x/net/idna": "vendor/golang.org/x/net/idna" }, "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/pem", "errors", "fmt", "hash", "hash/crc32", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "mime", "mime/multipart", "mime/quotedprintable", "net", "net/http/httptrace", "net/http/internal", "net/textproto", "net/url", "os", "path", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/http/httpguts", "vendor/golang.org/x/net/http/httpproxy", "vendor/golang.org/x/net/http2/hpack", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/sys/cpu", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ], "TestGoFiles": [ "cookie_test.go", "export_test.go", "filetransport_test.go", "header_test.go", "http_test.go", "proxy_test.go", "range_test.go", "readrequest_test.go", "requestwrite_test.go", "response_test.go", "responsewrite_test.go", "server_test.go", "transfer_test.go", "transport_internal_test.go" ], "TestImports": [ "bufio", "bytes", "compress/gzip", "context", "crypto/rand", "crypto/tls", "encoding/json", "errors", "fmt", "go/token", "internal/race", "internal/testenv", "io", "io/ioutil", "log", "net", "net/http/internal", "net/url", "os", "os/exec", "path/filepath", "reflect", "regexp", "runtime", "sort", "strings", "sync", "testing", "time" ], "XTestGoFiles": [ "alpn_test.go", "client_test.go", "clientserver_test.go", "example_filesystem_test.go", "example_handle_test.go", "example_test.go", "fs_test.go", "main_test.go", "request_test.go", "serve_test.go", "sniff_test.go", "transport_test.go" ], "XTestImports": [ "bufio", "bytes", "compress/gzip", "compress/zlib", "context", "crypto/rand", "crypto/sha1", "crypto/tls", "crypto/x509", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "hash", "internal/nettrace", "internal/testenv", "io", "io/ioutil", "log", "math/rand", "mime", "mime/multipart", "net", "net/http", "net/http/cookiejar", "net/http/httptest", "net/http/httptrace", "net/http/httputil", "net/http/internal", "net/textproto", "net/url", "os", "os/exec", "os/signal", "path", "path/filepath", "reflect", "regexp", "runtime", "runtime/debug", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "testing", "time", "vendor/golang.org/x/net/http/httpguts" ] } { "Dir": "/usr/local/go/src/text/tabwriter", "ImportPath": "text/tabwriter", "Name": "tabwriter", "Doc": "Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.", "Target": "/usr/local/go/pkg/linux_amd64/text/tabwriter.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "tabwriter.go" ], "Imports": [ "io", "unicode/utf8" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "example_test.go", "tabwriter_test.go" ], "XTestImports": [ "bytes", "fmt", "io", "io/ioutil", "os", "testing", "text/tabwriter" ] } { "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381/trace", "ImportPath": "golang.org/x/net/trace", "Name": "trace", "Doc": "Package trace implements tracing of requests and long-lived objects.", "Root": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "Module": { "Path": "golang.org/x/net", "Version": "v0.0.0-20200707034311-ab3426394381", "Time": "2020-07-07T03:43:11Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "events.go", "histogram.go", "trace.go" ], "Imports": [ "bytes", "context", "fmt", "golang.org/x/net/internal/timeseries", "html/template", "io", "log", "math", "net", "net/http", "net/url", "runtime", "sort", "strconv", "strings", "sync", "sync/atomic", "text/tabwriter", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "golang.org/x/net/internal/timeseries", "hash", "hash/crc32", "html", "html/template", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "mime", "mime/multipart", "mime/quotedprintable", "net", "net/http", "net/http/httptrace", "net/http/internal", "net/textproto", "net/url", "os", "path", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/tabwriter", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/http/httpguts", "vendor/golang.org/x/net/http/httpproxy", "vendor/golang.org/x/net/http2/hpack", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/sys/cpu", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ], "TestGoFiles": [ "histogram_test.go", "trace_test.go" ], "TestImports": [ "math", "net/http", "reflect", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/backoff", "ImportPath": "google.golang.org/grpc/backoff", "Name": "backoff", "Doc": "Package backoff provides configuration options for backoff.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "backoff.go" ], "Imports": [ "time" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "time", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/grpclog", "ImportPath": "google.golang.org/grpc/internal/grpclog", "Name": "grpclog", "Doc": "Package grpclog (internal) defines depth logging for grpc.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "Stale": true, "StaleReason": "build ID mismatch", "GoFiles": [ "grpclog.go", "prefixLogger.go" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/grpclog", "ImportPath": "google.golang.org/grpc/grpclog", "Name": "grpclog", "Doc": "Package grpclog defines logging for grpc.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "grpclog.go", "logger.go", "loggerv2.go" ], "Imports": [ "google.golang.org/grpc/internal/grpclog", "io", "io/ioutil", "log", "os", "strconv" ], "Deps": [ "bytes", "errors", "fmt", "google.golang.org/grpc/internal/grpclog", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "loggerv2_test.go" ], "TestImports": [ "bytes", "fmt", "regexp", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/connectivity", "ImportPath": "google.golang.org/grpc/connectivity", "Name": "connectivity", "Doc": "Package connectivity defines connectivity semantics.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "connectivity.go" ], "Imports": [ "context", "google.golang.org/grpc/grpclog" ], "Deps": [ "bytes", "context", "errors", "fmt", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal/grpclog", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/attributes", "ImportPath": "google.golang.org/grpc/attributes", "Name": "attributes", "Doc": "Package attributes defines a generic key/value store used in various gRPC components.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "attributes.go" ], "Imports": [ "fmt" ], "Deps": [ "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "attributes_test.go" ], "XTestImports": [ "fmt", "google.golang.org/grpc/attributes" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/credentials/internal", "ImportPath": "google.golang.org/grpc/credentials/internal", "Name": "internal", "Doc": "Package internal contains credentials-internal code.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "syscallconn.go" ], "IgnoredGoFiles": [ "syscallconn_appengine.go" ], "Imports": [ "net", "syscall" ], "Deps": [ "context", "errors", "internal/bytealg", "internal/cpu", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "math/rand", "net", "os", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "sync", "sync/atomic", "syscall", "time", "unsafe", "vendor/golang.org/x/net/dns/dnsmessage" ], "XTestGoFiles": [ "syscallconn_test.go" ], "XTestImports": [ "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/internal/grpctest", "net", "syscall", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/serviceconfig", "ImportPath": "google.golang.org/grpc/serviceconfig", "Name": "serviceconfig", "Doc": "Package serviceconfig defines types and methods for operating on gRPC service configs.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "Stale": true, "StaleReason": "build ID mismatch", "GoFiles": [ "serviceconfig.go" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal", "ImportPath": "google.golang.org/grpc/internal", "Name": "internal", "Doc": "Package internal contains gRPC-internal code, to avoid polluting the godoc of the top-level grpc package.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "internal.go" ], "Imports": [ "context", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/serviceconfig", "time" ], "Deps": [ "bytes", "context", "errors", "fmt", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/serviceconfig", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/credentials", "ImportPath": "google.golang.org/grpc/credentials", "Name": "credentials", "Doc": "Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "credentials.go", "go12.go", "tls.go" ], "Imports": [ "context", "crypto/tls", "crypto/x509", "errors", "fmt", "github.com/golang/protobuf/proto", "google.golang.org/grpc/attributes", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/internal", "io/ioutil", "net" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ], "TestGoFiles": [ "credentials_test.go" ], "TestImports": [ "context", "crypto/tls", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/testdata", "net", "reflect", "strings", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/metadata", "ImportPath": "google.golang.org/grpc/metadata", "Name": "metadata", "Doc": "Package metadata define the structure of the metadata supported by gRPC library.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "metadata.go" ], "Imports": [ "context", "fmt", "strings" ], "Deps": [ "context", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "metadata_test.go" ], "TestImports": [ "context", "google.golang.org/grpc/internal/grpctest", "reflect", "strconv", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/resolver", "ImportPath": "google.golang.org/grpc/resolver", "Name": "resolver", "Doc": "Package resolver defines APIs for name resolution in gRPC.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "resolver.go" ], "Imports": [ "context", "google.golang.org/grpc/attributes", "google.golang.org/grpc/credentials", "google.golang.org/grpc/serviceconfig", "net" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/balancer", "ImportPath": "google.golang.org/grpc/balancer", "Name": "balancer", "Doc": "Package balancer defines APIs for load balancing in gRPC.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "balancer.go" ], "Imports": [ "context", "encoding/json", "errors", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/internal", "google.golang.org/grpc/metadata", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "net", "strings" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/metadata", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/balancer/base", "ImportPath": "google.golang.org/grpc/balancer/base", "Name": "base", "Doc": "Package base defines a balancer base that can be used to build balancers with different picking algorithms.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "balancer.go", "base.go" ], "Imports": [ "errors", "fmt", "google.golang.org/grpc/balancer", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/resolver" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/balancer", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/metadata", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/grpcrand", "ImportPath": "google.golang.org/grpc/internal/grpcrand", "Name": "grpcrand", "Doc": "Package grpcrand implements math/rand functions in a concurrent-safe way with a global random source, independent of math/rand's global source.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "grpcrand.go" ], "Imports": [ "math/rand", "sync", "time" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "math", "math/bits", "math/rand", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "time", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/balancer/roundrobin", "ImportPath": "google.golang.org/grpc/balancer/roundrobin", "Name": "roundrobin", "Doc": "Package roundrobin defines a roundrobin balancer.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "roundrobin.go" ], "Imports": [ "google.golang.org/grpc/balancer", "google.golang.org/grpc/balancer/base", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal/grpcrand", "sync" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/balancer", "google.golang.org/grpc/balancer/base", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/internal/grpcrand", "google.golang.org/grpc/metadata", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ], "XTestGoFiles": [ "roundrobin_test.go" ], "XTestImports": [ "context", "fmt", "google.golang.org/grpc", "google.golang.org/grpc/balancer/roundrobin", "google.golang.org/grpc/codes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/peer", "google.golang.org/grpc/resolver", "google.golang.org/grpc/resolver/manual", "google.golang.org/grpc/status", "google.golang.org/grpc/test/grpc_testing", "net", "strings", "sync", "testing", "time" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/codes", "ImportPath": "google.golang.org/grpc/codes", "Name": "codes", "Doc": "Package codes defines the canonical error codes used by gRPC.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "code_string.go", "codes.go" ], "Imports": [ "fmt", "strconv" ], "Deps": [ "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "codes_test.go" ], "TestImports": [ "encoding/json", "google.golang.org/genproto/googleapis/rpc/code", "google.golang.org/grpc/internal/grpctest", "reflect", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/encoding", "ImportPath": "google.golang.org/grpc/encoding", "Name": "encoding", "Doc": "Package encoding defines the interface for the compressor and codec, and functions to register and retrieve compressors and codecs.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "encoding.go" ], "Imports": [ "io", "strings" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/encoding/proto", "ImportPath": "google.golang.org/grpc/encoding/proto", "Name": "proto", "Doc": "Package proto defines the protobuf codec.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "proto.go" ], "Imports": [ "github.com/golang/protobuf/proto", "google.golang.org/grpc/encoding", "math", "sync" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/encoding", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "proto_benchmark_test.go", "proto_test.go" ], "TestImports": [ "bytes", "fmt", "github.com/golang/protobuf/proto", "google.golang.org/grpc/encoding", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/test/codec_perf", "sync", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/backoff", "ImportPath": "google.golang.org/grpc/internal/backoff", "Name": "backoff", "Doc": "Package backoff implement the backoff strategy for gRPC.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "backoff.go" ], "Imports": [ "google.golang.org/grpc/backoff", "google.golang.org/grpc/internal/grpcrand", "time" ], "Deps": [ "errors", "google.golang.org/grpc/backoff", "google.golang.org/grpc/internal/grpcrand", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "math", "math/bits", "math/rand", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "time", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/balancerload", "ImportPath": "google.golang.org/grpc/internal/balancerload", "Name": "balancerload", "Doc": "Package balancerload defines APIs to parse server loads in trailers.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "load.go" ], "Imports": [ "google.golang.org/grpc/metadata" ], "Deps": [ "context", "errors", "fmt", "google.golang.org/grpc/metadata", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/types/known/anypb", "ImportPath": "google.golang.org/protobuf/types/known/anypb", "Name": "anypb", "Doc": "Package anypb contains generated types for google/protobuf/any.proto.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "any.pb.go" ], "Imports": [ "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoimpl", "reflect", "strings", "sync" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "any_test.go" ], "XTestImports": [ "github.com/google/go-cmp/cmp", "google.golang.org/protobuf/internal/testprotos/test", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/testing/protocmp", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/emptypb", "google.golang.org/protobuf/types/known/wrapperspb", "testing" ] } { "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2/ptypes/any", "ImportPath": "github.com/golang/protobuf/ptypes/any", "Name": "any", "Root": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "Module": { "Path": "github.com/golang/protobuf", "Version": "v1.4.2", "Time": "2020-05-14T20:44:37Z", "Indirect": true, "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "GoMod": "/go/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.4.2.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "any.pb.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/anypb", "reflect" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/anypb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0/types/known/durationpb", "ImportPath": "google.golang.org/protobuf/types/known/durationpb", "Name": "durationpb", "Doc": "Package durationpb contains generated types for google/protobuf/duration.proto.", "Root": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "Module": { "Path": "google.golang.org/protobuf", "Version": "v1.25.0", "Time": "2020-06-22T20:32:15Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/protobuf@v1.25.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/protobuf/@v/v1.25.0.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "duration.pb.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/runtime/protoimpl", "math", "reflect", "sync", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "XTestGoFiles": [ "duration_test.go" ], "XTestImports": [ "github.com/google/go-cmp/cmp", "github.com/google/go-cmp/cmp/cmpopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/testing/protocmp", "google.golang.org/protobuf/types/known/durationpb", "math", "strings", "testing", "time" ] } { "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2/ptypes/duration", "ImportPath": "github.com/golang/protobuf/ptypes/duration", "Name": "duration", "Root": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "Module": { "Path": "github.com/golang/protobuf", "Version": "v1.4.2", "Time": "2020-05-14T20:44:37Z", "Indirect": true, "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "GoMod": "/go/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.4.2.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "duration.pb.go" ], "Imports": [ "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/durationpb", "reflect" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/durationpb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2/ptypes", "ImportPath": "github.com/golang/protobuf/ptypes", "Name": "ptypes", "Doc": "Package ptypes provides functionality for interacting with well-known types.", "Root": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "Module": { "Path": "github.com/golang/protobuf", "Version": "v1.4.2", "Time": "2020-05-14T20:44:37Z", "Indirect": true, "Dir": "/go/pkg/mod/github.com/golang/protobuf@v1.4.2", "GoMod": "/go/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.4.2.mod", "GoVersion": "1.9" }, "DepOnly": true, "GoFiles": [ "any.go", "doc.go", "duration.go", "timestamp.go" ], "Imports": [ "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "strings", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "any_test.go", "duration_test.go", "timestamp_test.go" ], "TestImports": [ "github.com/golang/protobuf/proto", "github.com/golang/protobuf/protoc-gen-go/descriptor", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "math", "reflect", "testing", "time" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/binarylog/grpc_binarylog_v1", "ImportPath": "google.golang.org/grpc/binarylog/grpc_binarylog_v1", "Name": "grpc_binarylog_v1", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "binarylog.pb.go" ], "Imports": [ "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "math" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/grpcutil", "ImportPath": "google.golang.org/grpc/internal/grpcutil", "Name": "grpcutil", "Doc": "Package grpcutil provides a bunch of utility functions to be used across the gRPC codebase.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "method.go", "target.go" ], "Imports": [ "errors", "google.golang.org/grpc/resolver", "strings" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ], "TestGoFiles": [ "method_test.go", "target_test.go" ], "TestImports": [ "google.golang.org/grpc/resolver", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/genproto@v0.0.0-20200711021454-869866162049/googleapis/rpc/status", "ImportPath": "google.golang.org/genproto/googleapis/rpc/status", "Name": "status", "Root": "/go/pkg/mod/google.golang.org/genproto@v0.0.0-20200711021454-869866162049", "Module": { "Path": "google.golang.org/genproto", "Version": "v0.0.0-20200711021454-869866162049", "Time": "2020-07-11T02:14:54Z", "Indirect": true, "Dir": "/go/pkg/mod/google.golang.org/genproto@v0.0.0-20200711021454-869866162049", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20200711021454-869866162049.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "status.pb.go" ], "Imports": [ "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes/any", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/runtime/protoimpl", "reflect", "sync" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes/any", "go/token", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/anypb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/status", "ImportPath": "google.golang.org/grpc/internal/status", "Name": "status", "Doc": "Package status implements errors returned by gRPC.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "status.go" ], "Imports": [ "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc/codes" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "go/token", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc/codes", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/status", "ImportPath": "google.golang.org/grpc/status", "Name": "status", "Doc": "Package status implements errors returned by gRPC.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "status.go" ], "Imports": [ "context", "fmt", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc/codes", "google.golang.org/grpc/internal/status" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "context", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "go/token", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc/codes", "google.golang.org/grpc/internal/status", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "status_test.go" ], "TestImports": [ "context", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/google/go-cmp/cmp", "google.golang.org/genproto/googleapis/rpc/code", "google.golang.org/genproto/googleapis/rpc/errdetails", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc/codes", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/internal/status", "testing" ], "XTestGoFiles": [ "status_ext_test.go" ], "XTestImports": [ "errors", "github.com/golang/protobuf/proto", "google.golang.org/grpc/codes", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/status", "google.golang.org/grpc/test/grpc_testing", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/binarylog", "ImportPath": "google.golang.org/grpc/internal/binarylog", "Name": "binarylog", "Doc": "Package binarylog implementation binary logging as defined in https://github.com/grpc/proposal/blob/master/A16-binary-logging.md.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "binarylog.go", "binarylog_testutil.go", "env_config.go", "method_logger.go", "sink.go" ], "Imports": [ "bufio", "encoding/binary", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes", "google.golang.org/grpc/binarylog/grpc_binarylog_v1", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal/grpcutil", "google.golang.org/grpc/metadata", "google.golang.org/grpc/status", "io", "io/ioutil", "net", "os", "regexp", "strconv", "strings", "sync", "sync/atomic", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "go/token", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc/attributes", "google.golang.org/grpc/binarylog/grpc_binarylog_v1", "google.golang.org/grpc/codes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/internal/grpcutil", "google.golang.org/grpc/internal/status", "google.golang.org/grpc/metadata", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/grpc/status", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ], "TestGoFiles": [ "binarylog_test.go", "env_config_test.go", "method_logger_test.go", "regexp_test.go" ], "TestImports": [ "bytes", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes/duration", "google.golang.org/grpc/binarylog/grpc_binarylog_v1", "google.golang.org/grpc/codes", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/status", "net", "reflect", "testing", "time" ], "XTestGoFiles": [ "binarylog_end2end_test.go" ], "XTestImports": [ "context", "fmt", "github.com/golang/protobuf/proto", "google.golang.org/grpc", "google.golang.org/grpc/binarylog/grpc_binarylog_v1", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal/binarylog", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/metadata", "google.golang.org/grpc/stats/grpc_testing", "google.golang.org/grpc/status", "io", "net", "sort", "sync", "testing", "time" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/buffer", "ImportPath": "google.golang.org/grpc/internal/buffer", "Name": "buffer", "Doc": "Package buffer provides an implementation of an unbounded buffer.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "unbounded.go" ], "Imports": [ "sync" ], "Deps": [ "internal/bytealg", "internal/cpu", "internal/race", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "TestGoFiles": [ "unbounded_test.go" ], "TestImports": [ "google.golang.org/grpc/internal/grpctest", "reflect", "sort", "sync", "testing" ] } { "Dir": "/go/pkg/mod/golang.org/x/sys@v0.0.0-20200625212154-ddb9806d33ae/internal/unsafeheader", "ImportPath": "golang.org/x/sys/internal/unsafeheader", "Name": "unsafeheader", "Doc": "Package unsafeheader contains header declarations for the Go runtime's slice and string implementations.", "Root": "/go/pkg/mod/golang.org/x/sys@v0.0.0-20200625212154-ddb9806d33ae", "Module": { "Path": "golang.org/x/sys", "Version": "v0.0.0-20200625212154-ddb9806d33ae", "Time": "2020-06-25T21:21:54Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/sys@v0.0.0-20200625212154-ddb9806d33ae", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20200625212154-ddb9806d33ae.mod", "GoVersion": "1.12" }, "DepOnly": true, "Stale": true, "StaleReason": "build ID mismatch", "GoFiles": [ "unsafeheader.go" ], "Imports": [ "unsafe" ], "Deps": [ "unsafe" ], "XTestGoFiles": [ "unsafeheader_test.go" ], "XTestImports": [ "bytes", "golang.org/x/sys/internal/unsafeheader", "reflect", "testing", "unsafe" ] } { "Dir": "/go/pkg/mod/golang.org/x/sys@v0.0.0-20200625212154-ddb9806d33ae/unix", "ImportPath": "golang.org/x/sys/unix", "Name": "unix", "Doc": "Package unix contains an interface to the low-level operating system primitives.", "Root": "/go/pkg/mod/golang.org/x/sys@v0.0.0-20200625212154-ddb9806d33ae", "Module": { "Path": "golang.org/x/sys", "Version": "v0.0.0-20200625212154-ddb9806d33ae", "Time": "2020-06-25T21:21:54Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/sys@v0.0.0-20200625212154-ddb9806d33ae", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20200625212154-ddb9806d33ae.mod", "GoVersion": "1.12" }, "DepOnly": true, "GoFiles": [ "affinity_linux.go", "aliases.go", "bluetooth_linux.go", "constants.go", "dev_linux.go", "dirent.go", "endian_little.go", "env_unix.go", "fcntl.go", "fdset.go", "ioctl.go", "pagesize_unix.go", "race0.go", "readdirent_getdents.go", "sockcmsg_linux.go", "sockcmsg_unix.go", "sockcmsg_unix_other.go", "str.go", "syscall.go", "syscall_linux.go", "syscall_linux_amd64.go", "syscall_linux_amd64_gc.go", "syscall_linux_gc.go", "syscall_unix.go", "syscall_unix_gc.go", "timestruct.go", "zerrors_linux.go", "zerrors_linux_amd64.go", "zptrace_x86_linux.go", "zsyscall_linux.go", "zsyscall_linux_amd64.go", "zsysnum_linux_amd64.go", "ztypes_linux.go", "ztypes_linux_amd64.go" ], "IgnoredGoFiles": [ "cap_freebsd.go", "darwin_test.go", "dev_aix_ppc.go", "dev_aix_ppc64.go", "dev_darwin.go", "dev_dragonfly.go", "dev_freebsd.go", "dev_netbsd.go", "dev_openbsd.go", "endian_big.go", "errors_freebsd_386.go", "errors_freebsd_amd64.go", "errors_freebsd_arm.go", "errors_freebsd_arm64.go", "fcntl_darwin.go", "fcntl_linux_32bit.go", "gccgo.go", "gccgo_linux_amd64.go", "getdirentries_test.go", "mkasm_darwin.go", "mkmerge.go", "mkmerge_test.go", "mkpost.go", "mksyscall.go", "mksyscall_aix_ppc.go", "mksyscall_aix_ppc64.go", "mksyscall_solaris.go", "mksysctl_openbsd.go", "mksysnum.go", "openbsd_test.go", "pledge_openbsd.go", "race.go", "readdirent_getdirentries.go", "sockcmsg_dragonfly.go", "syscall_aix.go", "syscall_aix_ppc.go", "syscall_aix_ppc64.go", "syscall_aix_test.go", "syscall_bsd.go", "syscall_bsd_test.go", "syscall_darwin.1_12.go", "syscall_darwin.1_13.go", "syscall_darwin.go", "syscall_darwin_386.1_11.go", "syscall_darwin_386.go", "syscall_darwin_amd64.1_11.go", "syscall_darwin_amd64.go", "syscall_darwin_arm.1_11.go", "syscall_darwin_arm.go", "syscall_darwin_arm64.1_11.go", "syscall_darwin_arm64.go", "syscall_darwin_libSystem.go", "syscall_darwin_test.go", "syscall_dragonfly.go", "syscall_dragonfly_amd64.go", "syscall_freebsd.go", "syscall_freebsd_386.go", "syscall_freebsd_amd64.go", "syscall_freebsd_arm.go", "syscall_freebsd_arm64.go", "syscall_freebsd_test.go", "syscall_illumos.go", "syscall_internal_bsd_test.go", "syscall_linux_386.go", "syscall_linux_arm.go", "syscall_linux_arm64.go", "syscall_linux_gc_386.go", "syscall_linux_gccgo_386.go", "syscall_linux_gccgo_arm.go", "syscall_linux_mips64x.go", "syscall_linux_mipsx.go", "syscall_linux_ppc64x.go", "syscall_linux_riscv64.go", "syscall_linux_s390x.go", "syscall_linux_sparc64.go", "syscall_netbsd.go", "syscall_netbsd_386.go", "syscall_netbsd_amd64.go", "syscall_netbsd_arm.go", "syscall_netbsd_arm64.go", "syscall_netbsd_test.go", "syscall_openbsd.go", "syscall_openbsd_386.go", "syscall_openbsd_amd64.go", "syscall_openbsd_arm.go", "syscall_openbsd_arm64.go", "syscall_openbsd_test.go", "syscall_solaris.go", "syscall_solaris_amd64.go", "syscall_solaris_test.go", "syscall_unix_gc_ppc64x.go", "types_aix.go", "types_darwin.go", "types_dragonfly.go", "types_freebsd.go", "types_netbsd.go", "types_openbsd.go", "types_solaris.go", "unveil_openbsd.go", "xattr_bsd.go", "zerrors_aix_ppc.go", "zerrors_aix_ppc64.go", "zerrors_darwin_386.go", "zerrors_darwin_amd64.go", "zerrors_darwin_arm.go", "zerrors_darwin_arm64.go", "zerrors_dragonfly_amd64.go", "zerrors_freebsd_386.go", "zerrors_freebsd_amd64.go", "zerrors_freebsd_arm.go", "zerrors_freebsd_arm64.go", "zerrors_linux_386.go", "zerrors_linux_arm.go", "zerrors_linux_arm64.go", "zerrors_linux_mips.go", "zerrors_linux_mips64.go", "zerrors_linux_mips64le.go", "zerrors_linux_mipsle.go", "zerrors_linux_ppc64.go", "zerrors_linux_ppc64le.go", "zerrors_linux_riscv64.go", "zerrors_linux_s390x.go", "zerrors_linux_sparc64.go", "zerrors_netbsd_386.go", "zerrors_netbsd_amd64.go", "zerrors_netbsd_arm.go", "zerrors_netbsd_arm64.go", "zerrors_openbsd_386.go", "zerrors_openbsd_amd64.go", "zerrors_openbsd_arm.go", "zerrors_openbsd_arm64.go", "zerrors_solaris_amd64.go", "zptrace_armnn_linux.go", "zptrace_linux_arm64.go", "zptrace_mipsnn_linux.go", "zptrace_mipsnnle_linux.go", "zsyscall_aix_ppc.go", "zsyscall_aix_ppc64.go", "zsyscall_aix_ppc64_gc.go", "zsyscall_aix_ppc64_gccgo.go", "zsyscall_darwin_386.1_11.go", "zsyscall_darwin_386.1_13.go", "zsyscall_darwin_386.go", "zsyscall_darwin_amd64.1_11.go", "zsyscall_darwin_amd64.1_13.go", "zsyscall_darwin_amd64.go", "zsyscall_darwin_arm.1_11.go", "zsyscall_darwin_arm.1_13.go", "zsyscall_darwin_arm.go", "zsyscall_darwin_arm64.1_11.go", "zsyscall_darwin_arm64.1_13.go", "zsyscall_darwin_arm64.go", "zsyscall_dragonfly_amd64.go", "zsyscall_freebsd_386.go", "zsyscall_freebsd_amd64.go", "zsyscall_freebsd_arm.go", "zsyscall_freebsd_arm64.go", "zsyscall_illumos_amd64.go", "zsyscall_linux_386.go", "zsyscall_linux_arm.go", "zsyscall_linux_arm64.go", "zsyscall_linux_mips.go", "zsyscall_linux_mips64.go", "zsyscall_linux_mips64le.go", "zsyscall_linux_mipsle.go", "zsyscall_linux_ppc64.go", "zsyscall_linux_ppc64le.go", "zsyscall_linux_riscv64.go", "zsyscall_linux_s390x.go", "zsyscall_linux_sparc64.go", "zsyscall_netbsd_386.go", "zsyscall_netbsd_amd64.go", "zsyscall_netbsd_arm.go", "zsyscall_netbsd_arm64.go", "zsyscall_openbsd_386.go", "zsyscall_openbsd_amd64.go", "zsyscall_openbsd_arm.go", "zsyscall_openbsd_arm64.go", "zsyscall_solaris_amd64.go", "zsysctl_openbsd_386.go", "zsysctl_openbsd_amd64.go", "zsysctl_openbsd_arm.go", "zsysctl_openbsd_arm64.go", "zsysnum_darwin_386.go", "zsysnum_darwin_amd64.go", "zsysnum_darwin_arm.go", "zsysnum_darwin_arm64.go", "zsysnum_dragonfly_amd64.go", "zsysnum_freebsd_386.go", "zsysnum_freebsd_amd64.go", "zsysnum_freebsd_arm.go", "zsysnum_freebsd_arm64.go", "zsysnum_linux_386.go", "zsysnum_linux_arm.go", "zsysnum_linux_arm64.go", "zsysnum_linux_mips.go", "zsysnum_linux_mips64.go", "zsysnum_linux_mips64le.go", "zsysnum_linux_mipsle.go", "zsysnum_linux_ppc64.go", "zsysnum_linux_ppc64le.go", "zsysnum_linux_riscv64.go", "zsysnum_linux_s390x.go", "zsysnum_linux_sparc64.go", "zsysnum_netbsd_386.go", "zsysnum_netbsd_amd64.go", "zsysnum_netbsd_arm.go", "zsysnum_netbsd_arm64.go", "zsysnum_openbsd_386.go", "zsysnum_openbsd_amd64.go", "zsysnum_openbsd_arm.go", "zsysnum_openbsd_arm64.go", "ztypes_aix_ppc.go", "ztypes_aix_ppc64.go", "ztypes_darwin_386.go", "ztypes_darwin_amd64.go", "ztypes_darwin_arm.go", "ztypes_darwin_arm64.go", "ztypes_dragonfly_amd64.go", "ztypes_freebsd_386.go", "ztypes_freebsd_amd64.go", "ztypes_freebsd_arm.go", "ztypes_freebsd_arm64.go", "ztypes_linux_386.go", "ztypes_linux_arm.go", "ztypes_linux_arm64.go", "ztypes_linux_mips.go", "ztypes_linux_mips64.go", "ztypes_linux_mips64le.go", "ztypes_linux_mipsle.go", "ztypes_linux_ppc64.go", "ztypes_linux_ppc64le.go", "ztypes_linux_riscv64.go", "ztypes_linux_s390x.go", "ztypes_linux_sparc64.go", "ztypes_netbsd_386.go", "ztypes_netbsd_amd64.go", "ztypes_netbsd_arm.go", "ztypes_netbsd_arm64.go", "ztypes_openbsd_386.go", "ztypes_openbsd_amd64.go", "ztypes_openbsd_arm.go", "ztypes_openbsd_arm64.go", "ztypes_solaris_amd64.go" ], "SFiles": [ "asm_linux_amd64.s" ], "Imports": [ "bytes", "encoding/binary", "golang.org/x/sys/internal/unsafeheader", "math/bits", "runtime", "sort", "strings", "sync", "syscall", "time", "unsafe" ], "Deps": [ "bytes", "encoding/binary", "errors", "golang.org/x/sys/internal/unsafeheader", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "math", "math/bits", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "export_test.go", "syscall_internal_linux_test.go" ], "TestImports": [ "reflect", "strings", "testing", "unsafe" ], "XTestGoFiles": [ "creds_test.go", "dev_linux_test.go", "dirent_test.go", "example_exec_test.go", "example_flock_test.go", "fdset_test.go", "mmap_unix_test.go", "sendfile_test.go", "syscall_linux_test.go", "syscall_test.go", "syscall_unix_test.go", "timestruct_test.go", "xattr_test.go" ], "XTestImports": [ "bufio", "bytes", "errors", "flag", "fmt", "go/build", "golang.org/x/sys/unix", "io/ioutil", "log", "net", "os", "os/exec", "path/filepath", "runtime", "runtime/debug", "sort", "strconv", "strings", "syscall", "testing", "time", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/channelz", "ImportPath": "google.golang.org/grpc/internal/channelz", "Name": "channelz", "Doc": "Package channelz defines APIs for enabling channelz service, entry registration/deletion, and accessing channelz data.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "funcs.go", "logging.go", "types.go", "types_linux.go", "util_linux.go" ], "IgnoredGoFiles": [ "types_nonlinux.go", "util_nonlinux.go" ], "Imports": [ "fmt", "golang.org/x/sys/unix", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal/grpclog", "net", "sort", "sync", "sync/atomic", "syscall", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "golang.org/x/sys/internal/unsafeheader", "golang.org/x/sys/unix", "google.golang.org/grpc/attributes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ], "XTestGoFiles": [ "util_test.go" ], "XTestImports": [ "golang.org/x/sys/unix", "google.golang.org/grpc/internal/channelz", "google.golang.org/grpc/internal/grpctest", "net", "reflect", "syscall", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/envconfig", "ImportPath": "google.golang.org/grpc/internal/envconfig", "Name": "envconfig", "Doc": "Package envconfig contains grpc settings configured by environment variables.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "envconfig.go" ], "Imports": [ "os", "strings" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "os", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/grpcsync", "ImportPath": "google.golang.org/grpc/internal/grpcsync", "Name": "grpcsync", "Doc": "Package grpcsync implements additional synchronization primitives built upon the sync package.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "event.go" ], "Imports": [ "sync", "sync/atomic" ], "Deps": [ "internal/bytealg", "internal/cpu", "internal/race", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unsafe" ], "TestGoFiles": [ "event_test.go" ], "TestImports": [ "google.golang.org/grpc/internal/grpctest", "testing" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/balancer/grpclb/state", "ImportPath": "google.golang.org/grpc/balancer/grpclb/state", "Name": "state", "Doc": "Package state declares grpclb types to be set by resolvers wishing to pass information to grpclb via resolver.State Attributes.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "state.go" ], "Imports": [ "google.golang.org/grpc/resolver" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/resolver/dns", "ImportPath": "google.golang.org/grpc/internal/resolver/dns", "Name": "dns", "Doc": "Package dns implements a dns resolver to be installed as the default resolver in grpc.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "dns_resolver.go", "go113.go" ], "Imports": [ "context", "encoding/json", "errors", "fmt", "google.golang.org/grpc/balancer/grpclb/state", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal/envconfig", "google.golang.org/grpc/internal/grpcrand", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "net", "os", "strconv", "strings", "sync", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/balancer/grpclb/state", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/envconfig", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/internal/grpcrand", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ], "TestGoFiles": [ "dns_resolver_test.go" ], "TestImports": [ "context", "errors", "fmt", "google.golang.org/grpc/balancer/grpclb/state", "google.golang.org/grpc/internal/envconfig", "google.golang.org/grpc/internal/leakcheck", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "net", "os", "reflect", "strings", "sync", "testing", "time" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/resolver/passthrough", "ImportPath": "google.golang.org/grpc/internal/resolver/passthrough", "Name": "passthrough", "Doc": "Package passthrough implements a pass-through resolver.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "passthrough.go" ], "Imports": [ "google.golang.org/grpc/resolver" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/serviceconfig", "ImportPath": "google.golang.org/grpc/internal/serviceconfig", "Name": "serviceconfig", "Doc": "Package serviceconfig contains utility functions to parse service config.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "serviceconfig.go" ], "Imports": [ "encoding/json", "fmt", "google.golang.org/grpc/balancer", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/serviceconfig" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/balancer", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/metadata", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ], "TestGoFiles": [ "serviceconfig_test.go" ], "TestImports": [ "encoding/json", "fmt", "github.com/google/go-cmp/cmp", "google.golang.org/grpc/balancer", "google.golang.org/grpc/serviceconfig", "testing" ] } { "Dir": "/go/pkg/mod/golang.org/x/text@v0.3.3/transform", "ImportPath": "golang.org/x/text/transform", "Name": "transform", "Doc": "Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.", "Root": "/go/pkg/mod/golang.org/x/text@v0.3.3", "Module": { "Path": "golang.org/x/text", "Version": "v0.3.3", "Time": "2020-06-16T18:28:43Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/text@v0.3.3", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.3.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "transform.go" ], "Imports": [ "bytes", "errors", "io", "unicode/utf8" ], "Deps": [ "bytes", "errors", "internal/bytealg", "internal/cpu", "internal/race", "internal/reflectlite", "internal/unsafeheader", "io", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "transform_test.go" ], "TestImports": [ "bytes", "errors", "fmt", "golang.org/x/text/internal/testtext", "io/ioutil", "strconv", "strings", "testing", "time", "unicode/utf8" ], "XTestGoFiles": [ "examples_test.go" ], "XTestImports": [ "fmt", "golang.org/x/text/transform", "golang.org/x/text/unicode/norm", "unicode" ] } { "Dir": "/go/pkg/mod/golang.org/x/text@v0.3.3/unicode/bidi", "ImportPath": "golang.org/x/text/unicode/bidi", "Name": "bidi", "Doc": "Package bidi contains functionality for bidirectional text support.", "Root": "/go/pkg/mod/golang.org/x/text@v0.3.3", "Module": { "Path": "golang.org/x/text", "Version": "v0.3.3", "Time": "2020-06-16T18:28:43Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/text@v0.3.3", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.3.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "bidi.go", "bracket.go", "core.go", "prop.go", "tables12.0.0.go", "trieval.go" ], "IgnoredGoFiles": [ "gen.go", "gen_ranges.go", "gen_trieval.go", "tables10.0.0.go", "tables11.0.0.go", "tables9.0.0.go" ], "Imports": [ "container/list", "fmt", "log", "sort", "unicode/utf8" ], "Deps": [ "container/list", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "core_test.go", "ranges_test.go", "tables_test.go" ], "TestImports": [ "flag", "fmt", "golang.org/x/text/internal/gen", "golang.org/x/text/internal/testtext", "golang.org/x/text/internal/ucd", "golang.org/x/text/unicode/norm", "golang.org/x/text/unicode/rangetable", "log", "strconv", "strings", "testing", "unicode" ] } { "Dir": "/go/pkg/mod/golang.org/x/text@v0.3.3/secure/bidirule", "ImportPath": "golang.org/x/text/secure/bidirule", "Name": "bidirule", "Doc": "Package bidirule implements the Bidi Rule defined by RFC 5893.", "Root": "/go/pkg/mod/golang.org/x/text@v0.3.3", "Module": { "Path": "golang.org/x/text", "Version": "v0.3.3", "Time": "2020-06-16T18:28:43Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/text@v0.3.3", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.3.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "bidirule.go", "bidirule10.0.0.go" ], "IgnoredGoFiles": [ "bidirule9.0.0.go", "bidirule9.0.0_test.go" ], "Imports": [ "errors", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "unicode/utf8" ], "Deps": [ "bytes", "container/list", "errors", "fmt", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "bench_test.go", "bidirule10.0.0_test.go", "bidirule_test.go" ], "TestImports": [ "fmt", "golang.org/x/text/internal/testtext", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "testing" ] } { "Dir": "/go/pkg/mod/golang.org/x/text@v0.3.3/unicode/norm", "ImportPath": "golang.org/x/text/unicode/norm", "Name": "norm", "Doc": "Package norm contains types and functions for normalizing Unicode strings.", "Root": "/go/pkg/mod/golang.org/x/text@v0.3.3", "Module": { "Path": "golang.org/x/text", "Version": "v0.3.3", "Time": "2020-06-16T18:28:43Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/text@v0.3.3", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.3.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "composition.go", "forminfo.go", "input.go", "iter.go", "normalize.go", "readwriter.go", "tables12.0.0.go", "transform.go", "trie.go" ], "IgnoredGoFiles": [ "data10.0.0_test.go", "data11.0.0_test.go", "data9.0.0_test.go", "forminfo_test.go", "maketables.go", "tables10.0.0.go", "tables11.0.0.go", "tables9.0.0.go", "triegen.go" ], "Imports": [ "encoding/binary", "fmt", "golang.org/x/text/transform", "io", "sync", "unicode/utf8" ], "Deps": [ "bytes", "encoding/binary", "errors", "fmt", "golang.org/x/text/transform", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "composition_test.go", "data12.0.0_test.go", "iter_test.go", "normalize_test.go", "readwriter_test.go", "transform_test.go", "ucd_test.go" ], "TestImports": [ "bufio", "bytes", "flag", "fmt", "golang.org/x/text/internal/gen", "golang.org/x/text/internal/testtext", "golang.org/x/text/transform", "io", "io/ioutil", "log", "os", "os/exec", "path/filepath", "regexp", "runtime", "strconv", "strings", "sync", "testing", "time", "unicode/utf8" ], "XTestGoFiles": [ "example_iter_test.go", "example_test.go" ], "XTestImports": [ "bytes", "fmt", "golang.org/x/text/unicode/norm", "io", "unicode/utf8" ] } { "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381/idna", "ImportPath": "golang.org/x/net/idna", "Name": "idna", "Doc": "Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003.", "Root": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "Module": { "Path": "golang.org/x/net", "Version": "v0.0.0-20200707034311-ab3426394381", "Time": "2020-07-07T03:43:11Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "idna10.0.0.go", "punycode.go", "tables12.00.go", "trie.go", "trieval.go" ], "IgnoredGoFiles": [ "idna9.0.0.go", "tables10.0.0.go", "tables11.0.0.go", "tables9.0.0.go" ], "Imports": [ "fmt", "golang.org/x/text/secure/bidirule", "golang.org/x/text/unicode/bidi", "golang.org/x/text/unicode/norm", "math", "strings", "unicode/utf8" ], "Deps": [ "bytes", "container/list", "encoding/binary", "errors", "fmt", "golang.org/x/text/secure/bidirule", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "golang.org/x/text/unicode/norm", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "log", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "idna_test.go", "punycode_test.go" ], "TestImports": [ "strings", "testing" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "golang.org/x/net/idna" ] } { "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381/http/httpguts", "ImportPath": "golang.org/x/net/http/httpguts", "Name": "httpguts", "Doc": "Package httpguts provides functions implementing various details of the HTTP specification.", "Root": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "Module": { "Path": "golang.org/x/net", "Version": "v0.0.0-20200707034311-ab3426394381", "Time": "2020-07-07T03:43:11Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "guts.go", "httplex.go" ], "Imports": [ "golang.org/x/net/idna", "net", "net/textproto", "strings", "unicode/utf8" ], "Deps": [ "bufio", "bytes", "container/list", "context", "encoding/binary", "errors", "fmt", "golang.org/x/net/idna", "golang.org/x/text/secure/bidirule", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "golang.org/x/text/unicode/norm", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "math/rand", "net", "net/textproto", "os", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/net/dns/dnsmessage" ], "TestGoFiles": [ "httplex_test.go" ], "TestImports": [ "testing" ] } { "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381/http2/hpack", "ImportPath": "golang.org/x/net/http2/hpack", "Name": "hpack", "Doc": "Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.", "Root": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "Module": { "Path": "golang.org/x/net", "Version": "v0.0.0-20200707034311-ab3426394381", "Time": "2020-07-07T03:43:11Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "encode.go", "hpack.go", "huffman.go", "tables.go" ], "Imports": [ "bytes", "errors", "fmt", "io", "sync" ], "Deps": [ "bytes", "errors", "fmt", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "os", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe" ], "TestGoFiles": [ "encode_test.go", "hpack_test.go", "tables_test.go" ], "TestImports": [ "bufio", "bytes", "encoding/hex", "fmt", "math/rand", "reflect", "regexp", "strconv", "strings", "testing", "time" ] } { "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381/http2", "ImportPath": "golang.org/x/net/http2", "Name": "http2", "Doc": "Package http2 implements the HTTP/2 protocol.", "Root": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "Module": { "Path": "golang.org/x/net", "Version": "v0.0.0-20200707034311-ab3426394381", "Time": "2020-07-07T03:43:11Z", "Indirect": true, "Dir": "/go/pkg/mod/golang.org/x/net@v0.0.0-20200707034311-ab3426394381", "GoMod": "/go/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "ciphers.go", "client_conn_pool.go", "databuffer.go", "errors.go", "flow.go", "frame.go", "go111.go", "gotrack.go", "headermap.go", "http2.go", "pipe.go", "server.go", "transport.go", "write.go", "writesched.go", "writesched_priority.go", "writesched_random.go" ], "IgnoredGoFiles": [ "not_go111.go" ], "Imports": [ "bufio", "bytes", "compress/gzip", "context", "crypto/rand", "crypto/tls", "encoding/binary", "errors", "fmt", "golang.org/x/net/http/httpguts", "golang.org/x/net/http2/hpack", "golang.org/x/net/idna", "io", "io/ioutil", "log", "math", "math/rand", "net", "net/http", "net/http/httptrace", "net/textproto", "net/url", "os", "reflect", "runtime", "sort", "strconv", "strings", "sync", "sync/atomic", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/pem", "errors", "fmt", "golang.org/x/net/http/httpguts", "golang.org/x/net/http2/hpack", "golang.org/x/net/idna", "golang.org/x/text/secure/bidirule", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "golang.org/x/text/unicode/norm", "hash", "hash/crc32", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "mime", "mime/multipart", "mime/quotedprintable", "net", "net/http", "net/http/httptrace", "net/http/internal", "net/textproto", "net/url", "os", "path", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/http/httpguts", "vendor/golang.org/x/net/http/httpproxy", "vendor/golang.org/x/net/http2/hpack", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/sys/cpu", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ], "TestGoFiles": [ "ciphers_test.go", "databuffer_test.go", "errors_test.go", "flow_test.go", "frame_test.go", "gotrack_test.go", "http2_test.go", "pipe_test.go", "server_push_test.go", "server_test.go", "transport_test.go", "writesched_priority_test.go", "writesched_random_test.go", "writesched_test.go", "z_spec_test.go" ], "TestImports": [ "bufio", "bytes", "compress/gzip", "compress/zlib", "context", "crypto/tls", "encoding/xml", "errors", "flag", "fmt", "golang.org/x/net/http2/hpack", "io", "io/ioutil", "log", "math", "math/rand", "net", "net/http", "net/http/httptest", "net/http/httptrace", "net/textproto", "net/url", "os", "os/exec", "reflect", "regexp", "runtime", "sort", "strconv", "strings", "sync", "sync/atomic", "testing", "time", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/syscall", "ImportPath": "google.golang.org/grpc/internal/syscall", "Name": "syscall", "Doc": "Package syscall provides functionalities that grpc uses to get low-level operating system stats/info.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "syscall_linux.go" ], "IgnoredGoFiles": [ "syscall_nonlinux.go" ], "Imports": [ "fmt", "golang.org/x/sys/unix", "google.golang.org/grpc/grpclog", "net", "syscall", "time" ], "Deps": [ "bytes", "context", "encoding/binary", "errors", "fmt", "golang.org/x/sys/internal/unsafeheader", "golang.org/x/sys/unix", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal/grpclog", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/bits", "math/rand", "net", "os", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/net/dns/dnsmessage" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/keepalive", "ImportPath": "google.golang.org/grpc/keepalive", "Name": "keepalive", "Doc": "Package keepalive defines configurable parameters for point-to-point healthcheck.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "keepalive.go" ], "Imports": [ "time" ], "Deps": [ "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "time", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/peer", "ImportPath": "google.golang.org/grpc/peer", "Name": "peer", "Doc": "Package peer defines various peer information associated with RPCs and corresponding utils.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "peer.go" ], "Imports": [ "context", "google.golang.org/grpc/credentials", "net" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "go/token", "google.golang.org/grpc/attributes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/serviceconfig", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "net", "net/url", "os", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/sys/cpu" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/stats", "ImportPath": "google.golang.org/grpc/stats", "Name": "stats", "Doc": "Package stats is for collecting and reporting various network and RPC stats.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "handlers.go", "stats.go" ], "Imports": [ "context", "google.golang.org/grpc/metadata", "net", "time" ], "Deps": [ "context", "errors", "fmt", "google.golang.org/grpc/metadata", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "math", "math/bits", "math/rand", "net", "os", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf8", "unsafe", "vendor/golang.org/x/net/dns/dnsmessage" ], "XTestGoFiles": [ "stats_test.go" ], "XTestImports": [ "context", "fmt", "github.com/golang/protobuf/proto", "google.golang.org/grpc", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/metadata", "google.golang.org/grpc/stats", "google.golang.org/grpc/stats/grpc_testing", "google.golang.org/grpc/status", "io", "net", "reflect", "sync", "testing", "time" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/tap", "ImportPath": "google.golang.org/grpc/tap", "Name": "tap", "Doc": "Package tap defines the function handles which are executed on the transport layer of gRPC-Go and related information.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "tap.go" ], "Imports": [ "context" ], "Deps": [ "context", "errors", "internal/bytealg", "internal/cpu", "internal/oserror", "internal/race", "internal/reflectlite", "internal/unsafeheader", "runtime", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sync", "sync/atomic", "syscall", "time", "unsafe" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0/internal/transport", "ImportPath": "google.golang.org/grpc/internal/transport", "Name": "transport", "Doc": "Package transport defines and implements message oriented communication channel to complete various transactions (e.g., an RPC).", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "bdp_estimator.go", "controlbuf.go", "defaults.go", "flowcontrol.go", "handler_server.go", "http2_client.go", "http2_server.go", "http_util.go", "log.go", "transport.go" ], "Imports": [ "bufio", "bytes", "context", "encoding/base64", "errors", "fmt", "github.com/golang/protobuf/proto", "golang.org/x/net/http2", "golang.org/x/net/http2/hpack", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc/codes", "google.golang.org/grpc/credentials", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/channelz", "google.golang.org/grpc/internal/grpcrand", "google.golang.org/grpc/internal/syscall", "google.golang.org/grpc/keepalive", "google.golang.org/grpc/metadata", "google.golang.org/grpc/peer", "google.golang.org/grpc/resolver", "google.golang.org/grpc/stats", "google.golang.org/grpc/status", "google.golang.org/grpc/tap", "io", "math", "net", "net/http", "runtime", "strconv", "strings", "sync", "sync/atomic", "time", "unicode/utf8" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "go/token", "golang.org/x/net/http/httpguts", "golang.org/x/net/http2", "golang.org/x/net/http2/hpack", "golang.org/x/net/idna", "golang.org/x/sys/internal/unsafeheader", "golang.org/x/sys/unix", "golang.org/x/text/secure/bidirule", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "golang.org/x/text/unicode/norm", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc/attributes", "google.golang.org/grpc/codes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/channelz", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/internal/grpcrand", "google.golang.org/grpc/internal/status", "google.golang.org/grpc/internal/syscall", "google.golang.org/grpc/keepalive", "google.golang.org/grpc/metadata", "google.golang.org/grpc/peer", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/grpc/stats", "google.golang.org/grpc/status", "google.golang.org/grpc/tap", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "mime", "mime/multipart", "mime/quotedprintable", "net", "net/http", "net/http/httptrace", "net/http/internal", "net/textproto", "net/url", "os", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/http/httpguts", "vendor/golang.org/x/net/http/httpproxy", "vendor/golang.org/x/net/http2/hpack", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/sys/cpu", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ], "TestGoFiles": [ "handler_server_test.go", "http_util_test.go", "keepalive_test.go", "transport_test.go" ], "TestImports": [ "bytes", "context", "encoding/binary", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes/duration", "github.com/google/go-cmp/cmp", "golang.org/x/net/http2", "golang.org/x/net/http2/hpack", "google.golang.org/genproto/googleapis/rpc/errdetails", "google.golang.org/grpc/attributes", "google.golang.org/grpc/codes", "google.golang.org/grpc/credentials", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/internal/leakcheck", "google.golang.org/grpc/internal/syscall", "google.golang.org/grpc/internal/testutils", "google.golang.org/grpc/keepalive", "google.golang.org/grpc/metadata", "google.golang.org/grpc/resolver", "google.golang.org/grpc/status", "io", "math", "net", "net/http", "net/http/httptest", "net/url", "reflect", "runtime", "strconv", "strings", "sync", "testing", "time" ] } { "Dir": "/usr/local/go/src/net/http/httputil", "ImportPath": "net/http/httputil", "Name": "httputil", "Doc": "Package httputil provides HTTP utility functions, complementing the more common ones in the net/http package.", "Target": "/usr/local/go/pkg/linux_amd64/net/http/httputil.a", "Root": "/usr/local/go", "Goroot": true, "Standard": true, "DepOnly": true, "GoFiles": [ "dump.go", "httputil.go", "persist.go", "reverseproxy.go" ], "Imports": [ "bufio", "bytes", "context", "errors", "fmt", "vendor/golang.org/x/net/http/httpguts", "io", "io/ioutil", "log", "net", "net/http", "net/http/internal", "net/textproto", "net/url", "strings", "sync", "time" ], "ImportMap": { "golang.org/x/net/http/httpguts": "vendor/golang.org/x/net/http/httpguts" }, "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/pem", "errors", "fmt", "hash", "hash/crc32", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "mime", "mime/multipart", "mime/quotedprintable", "net", "net/http", "net/http/httptrace", "net/http/internal", "net/textproto", "net/url", "os", "path", "path/filepath", "reflect", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/http/httpguts", "vendor/golang.org/x/net/http/httpproxy", "vendor/golang.org/x/net/http2/hpack", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/sys/cpu", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ], "TestGoFiles": [ "dump_test.go", "reverseproxy_test.go" ], "TestImports": [ "bufio", "bytes", "context", "errors", "fmt", "io", "io/ioutil", "log", "net/http", "net/http/httptest", "net/url", "os", "reflect", "runtime", "sort", "strconv", "strings", "sync", "testing", "time" ], "XTestGoFiles": [ "example_test.go" ], "XTestImports": [ "fmt", "io/ioutil", "log", "net/http", "net/http/httptest", "net/http/httputil", "net/url", "strings" ] } { "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "ImportPath": "google.golang.org/grpc", "Name": "grpc", "Doc": "Package grpc implements an RPC system called gRPC.", "Root": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "Module": { "Path": "google.golang.org/grpc", "Version": "v1.30.0", "Time": "2020-06-22T16:52:37Z", "Dir": "/go/pkg/mod/google.golang.org/grpc@v1.30.0", "GoMod": "/go/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.30.0.mod", "GoVersion": "1.11" }, "DepOnly": true, "GoFiles": [ "backoff.go", "balancer_conn_wrappers.go", "call.go", "clientconn.go", "codec.go", "dialoptions.go", "doc.go", "interceptor.go", "picker_wrapper.go", "pickfirst.go", "preloader.go", "proxy.go", "resolver_conn_wrapper.go", "rpc_util.go", "server.go", "service_config.go", "stream.go", "trace.go", "version.go" ], "Imports": [ "bufio", "bytes", "compress/gzip", "context", "encoding/base64", "encoding/binary", "encoding/json", "errors", "fmt", "golang.org/x/net/trace", "google.golang.org/grpc/backoff", "google.golang.org/grpc/balancer", "google.golang.org/grpc/balancer/base", "google.golang.org/grpc/balancer/roundrobin", "google.golang.org/grpc/codes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/encoding", "google.golang.org/grpc/encoding/proto", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/backoff", "google.golang.org/grpc/internal/balancerload", "google.golang.org/grpc/internal/binarylog", "google.golang.org/grpc/internal/buffer", "google.golang.org/grpc/internal/channelz", "google.golang.org/grpc/internal/envconfig", "google.golang.org/grpc/internal/grpcrand", "google.golang.org/grpc/internal/grpcsync", "google.golang.org/grpc/internal/grpcutil", "google.golang.org/grpc/internal/resolver/dns", "google.golang.org/grpc/internal/resolver/passthrough", "google.golang.org/grpc/internal/serviceconfig", "google.golang.org/grpc/internal/transport", "google.golang.org/grpc/keepalive", "google.golang.org/grpc/metadata", "google.golang.org/grpc/peer", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/grpc/stats", "google.golang.org/grpc/status", "google.golang.org/grpc/tap", "io", "io/ioutil", "math", "net", "net/http", "net/http/httputil", "net/url", "reflect", "runtime", "strconv", "strings", "sync", "sync/atomic", "time" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "go/token", "golang.org/x/net/http/httpguts", "golang.org/x/net/http2", "golang.org/x/net/http2/hpack", "golang.org/x/net/idna", "golang.org/x/net/internal/timeseries", "golang.org/x/net/trace", "golang.org/x/sys/internal/unsafeheader", "golang.org/x/sys/unix", "golang.org/x/text/secure/bidirule", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "golang.org/x/text/unicode/norm", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc/attributes", "google.golang.org/grpc/backoff", "google.golang.org/grpc/balancer", "google.golang.org/grpc/balancer/base", "google.golang.org/grpc/balancer/grpclb/state", "google.golang.org/grpc/balancer/roundrobin", "google.golang.org/grpc/binarylog/grpc_binarylog_v1", "google.golang.org/grpc/codes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/encoding", "google.golang.org/grpc/encoding/proto", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/backoff", "google.golang.org/grpc/internal/balancerload", "google.golang.org/grpc/internal/binarylog", "google.golang.org/grpc/internal/buffer", "google.golang.org/grpc/internal/channelz", "google.golang.org/grpc/internal/envconfig", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/internal/grpcrand", "google.golang.org/grpc/internal/grpcsync", "google.golang.org/grpc/internal/grpcutil", "google.golang.org/grpc/internal/resolver/dns", "google.golang.org/grpc/internal/resolver/passthrough", "google.golang.org/grpc/internal/serviceconfig", "google.golang.org/grpc/internal/status", "google.golang.org/grpc/internal/syscall", "google.golang.org/grpc/internal/transport", "google.golang.org/grpc/keepalive", "google.golang.org/grpc/metadata", "google.golang.org/grpc/peer", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/grpc/stats", "google.golang.org/grpc/status", "google.golang.org/grpc/tap", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "html", "html/template", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "mime", "mime/multipart", "mime/quotedprintable", "net", "net/http", "net/http/httptrace", "net/http/httputil", "net/http/internal", "net/textproto", "net/url", "os", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/tabwriter", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/http/httpguts", "vendor/golang.org/x/net/http/httpproxy", "vendor/golang.org/x/net/http2/hpack", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/sys/cpu", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ], "TestGoFiles": [ "balancer_conn_wrappers_test.go", "balancer_switching_test.go", "call_test.go", "clientconn_state_transition_test.go", "clientconn_test.go", "codec_test.go", "grpc_test.go", "picker_wrapper_test.go", "pickfirst_test.go", "proxy_test.go", "resolver_conn_wrapper_test.go", "rpc_util_test.go", "server_test.go", "service_config_test.go", "trace_test.go" ], "TestImports": [ "bufio", "bytes", "compress/gzip", "context", "encoding/base64", "encoding/json", "errors", "fmt", "github.com/golang/protobuf/proto", "golang.org/x/net/http2", "google.golang.org/grpc/backoff", "google.golang.org/grpc/balancer", "google.golang.org/grpc/balancer/roundrobin", "google.golang.org/grpc/codes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/encoding", "google.golang.org/grpc/encoding/proto", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/backoff", "google.golang.org/grpc/internal/balancer/stub", "google.golang.org/grpc/internal/grpctest", "google.golang.org/grpc/internal/testutils", "google.golang.org/grpc/internal/transport", "google.golang.org/grpc/keepalive", "google.golang.org/grpc/resolver", "google.golang.org/grpc/resolver/manual", "google.golang.org/grpc/serviceconfig", "google.golang.org/grpc/status", "google.golang.org/grpc/test/codec_perf", "google.golang.org/grpc/testdata", "io", "math", "net", "net/http", "net/url", "reflect", "strconv", "strings", "sync", "sync/atomic", "testing", "time" ] } { "Dir": "/go/pkg/mod/github.com/gattytto/libgopos_go@v0.0.0-20200708002840-ee3226208381/v1alpha1", "ImportPath": "github.com/gattytto/libgopos_go/v1alpha1", "Name": "inventario", "Root": "/go/pkg/mod/github.com/gattytto/libgopos_go@v0.0.0-20200708002840-ee3226208381", "Module": { "Path": "github.com/gattytto/libgopos_go", "Version": "v0.0.0-20200708002840-ee3226208381", "Time": "2020-07-08T00:28:40Z", "Dir": "/go/pkg/mod/github.com/gattytto/libgopos_go@v0.0.0-20200708002840-ee3226208381", "GoMod": "/go/pkg/mod/cache/download/github.com/gattytto/libgopos_go/@v/v0.0.0-20200708002840-ee3226208381.mod" }, "DepOnly": true, "GoFiles": [ "articulo.pb.go", "common.pb.go", "comprobante.pb.go", "inventario.pb.go" ], "Imports": [ "context", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/ptypes/timestamp", "google.golang.org/genproto/googleapis/api/annotations", "google.golang.org/grpc", "math" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/protoc-gen-go/descriptor", "github.com/golang/protobuf/ptypes", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "go/token", "golang.org/x/net/http/httpguts", "golang.org/x/net/http2", "golang.org/x/net/http2/hpack", "golang.org/x/net/idna", "golang.org/x/net/internal/timeseries", "golang.org/x/net/trace", "golang.org/x/sys/internal/unsafeheader", "golang.org/x/sys/unix", "golang.org/x/text/secure/bidirule", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "golang.org/x/text/unicode/norm", "google.golang.org/genproto/googleapis/api/annotations", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc", "google.golang.org/grpc/attributes", "google.golang.org/grpc/backoff", "google.golang.org/grpc/balancer", "google.golang.org/grpc/balancer/base", "google.golang.org/grpc/balancer/grpclb/state", "google.golang.org/grpc/balancer/roundrobin", "google.golang.org/grpc/binarylog/grpc_binarylog_v1", "google.golang.org/grpc/codes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/encoding", "google.golang.org/grpc/encoding/proto", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/backoff", "google.golang.org/grpc/internal/balancerload", "google.golang.org/grpc/internal/binarylog", "google.golang.org/grpc/internal/buffer", "google.golang.org/grpc/internal/channelz", "google.golang.org/grpc/internal/envconfig", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/internal/grpcrand", "google.golang.org/grpc/internal/grpcsync", "google.golang.org/grpc/internal/grpcutil", "google.golang.org/grpc/internal/resolver/dns", "google.golang.org/grpc/internal/resolver/passthrough", "google.golang.org/grpc/internal/serviceconfig", "google.golang.org/grpc/internal/status", "google.golang.org/grpc/internal/syscall", "google.golang.org/grpc/internal/transport", "google.golang.org/grpc/keepalive", "google.golang.org/grpc/metadata", "google.golang.org/grpc/peer", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/grpc/stats", "google.golang.org/grpc/status", "google.golang.org/grpc/tap", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/descriptorpb", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "html", "html/template", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "mime", "mime/multipart", "mime/quotedprintable", "net", "net/http", "net/http/httptrace", "net/http/httputil", "net/http/internal", "net/textproto", "net/url", "os", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/tabwriter", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/http/httpguts", "vendor/golang.org/x/net/http/httpproxy", "vendor/golang.org/x/net/http2/hpack", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/sys/cpu", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ] } { "Dir": "/projects/src/github.com/gattytto/gopos-backend/internal/gRPC/impl", "ImportPath": "github.com/gattytto/gopos-backend/internal/gRPC/impl", "Name": "impl", "Target": "/projects/pkg/linux_amd64/github.com/gattytto/gopos-backend/internal/gRPC/impl.a", "Root": "/projects", "Module": { "Path": "github.com/gattytto/gopos-backend", "Main": true, "Dir": "/projects/src/github.com/gattytto/gopos-backend", "GoMod": "/projects/src/github.com/gattytto/gopos-backend/go.mod", "GoVersion": "1.15" }, "Match": [ "/projects/src/github.com/gattytto/gopos-backend/internal/gRPC/impl" ], "GoFiles": [ "inventarioServiceGrpcImpl.go" ], "Imports": [ "context", "fmt", "github.com/gattytto/libgopos_go/v1alpha1", "log" ], "Deps": [ "bufio", "bytes", "compress/flate", "compress/gzip", "container/list", "context", "crypto", "crypto/aes", "crypto/cipher", "crypto/des", "crypto/dsa", "crypto/ecdsa", "crypto/ed25519", "crypto/ed25519/internal/edwards25519", "crypto/elliptic", "crypto/hmac", "crypto/internal/randutil", "crypto/internal/subtle", "crypto/md5", "crypto/rand", "crypto/rc4", "crypto/rsa", "crypto/sha1", "crypto/sha256", "crypto/sha512", "crypto/subtle", "crypto/tls", "crypto/x509", "crypto/x509/pkix", "encoding", "encoding/asn1", "encoding/base64", "encoding/binary", "encoding/hex", "encoding/json", "encoding/pem", "errors", "fmt", "github.com/gattytto/libgopos_go/v1alpha1", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/protoc-gen-go/descriptor", "github.com/golang/protobuf/ptypes", "github.com/golang/protobuf/ptypes/any", "github.com/golang/protobuf/ptypes/duration", "github.com/golang/protobuf/ptypes/timestamp", "go/token", "golang.org/x/net/http/httpguts", "golang.org/x/net/http2", "golang.org/x/net/http2/hpack", "golang.org/x/net/idna", "golang.org/x/net/internal/timeseries", "golang.org/x/net/trace", "golang.org/x/sys/internal/unsafeheader", "golang.org/x/sys/unix", "golang.org/x/text/secure/bidirule", "golang.org/x/text/transform", "golang.org/x/text/unicode/bidi", "golang.org/x/text/unicode/norm", "google.golang.org/genproto/googleapis/api/annotations", "google.golang.org/genproto/googleapis/rpc/status", "google.golang.org/grpc", "google.golang.org/grpc/attributes", "google.golang.org/grpc/backoff", "google.golang.org/grpc/balancer", "google.golang.org/grpc/balancer/base", "google.golang.org/grpc/balancer/grpclb/state", "google.golang.org/grpc/balancer/roundrobin", "google.golang.org/grpc/binarylog/grpc_binarylog_v1", "google.golang.org/grpc/codes", "google.golang.org/grpc/connectivity", "google.golang.org/grpc/credentials", "google.golang.org/grpc/credentials/internal", "google.golang.org/grpc/encoding", "google.golang.org/grpc/encoding/proto", "google.golang.org/grpc/grpclog", "google.golang.org/grpc/internal", "google.golang.org/grpc/internal/backoff", "google.golang.org/grpc/internal/balancerload", "google.golang.org/grpc/internal/binarylog", "google.golang.org/grpc/internal/buffer", "google.golang.org/grpc/internal/channelz", "google.golang.org/grpc/internal/envconfig", "google.golang.org/grpc/internal/grpclog", "google.golang.org/grpc/internal/grpcrand", "google.golang.org/grpc/internal/grpcsync", "google.golang.org/grpc/internal/grpcutil", "google.golang.org/grpc/internal/resolver/dns", "google.golang.org/grpc/internal/resolver/passthrough", "google.golang.org/grpc/internal/serviceconfig", "google.golang.org/grpc/internal/status", "google.golang.org/grpc/internal/syscall", "google.golang.org/grpc/internal/transport", "google.golang.org/grpc/keepalive", "google.golang.org/grpc/metadata", "google.golang.org/grpc/peer", "google.golang.org/grpc/resolver", "google.golang.org/grpc/serviceconfig", "google.golang.org/grpc/stats", "google.golang.org/grpc/status", "google.golang.org/grpc/tap", "google.golang.org/protobuf/encoding/prototext", "google.golang.org/protobuf/encoding/protowire", "google.golang.org/protobuf/internal/descfmt", "google.golang.org/protobuf/internal/descopts", "google.golang.org/protobuf/internal/detrand", "google.golang.org/protobuf/internal/encoding/defval", "google.golang.org/protobuf/internal/encoding/messageset", "google.golang.org/protobuf/internal/encoding/tag", "google.golang.org/protobuf/internal/encoding/text", "google.golang.org/protobuf/internal/errors", "google.golang.org/protobuf/internal/fieldsort", "google.golang.org/protobuf/internal/filedesc", "google.golang.org/protobuf/internal/filetype", "google.golang.org/protobuf/internal/flags", "google.golang.org/protobuf/internal/genid", "google.golang.org/protobuf/internal/impl", "google.golang.org/protobuf/internal/mapsort", "google.golang.org/protobuf/internal/pragma", "google.golang.org/protobuf/internal/set", "google.golang.org/protobuf/internal/strs", "google.golang.org/protobuf/internal/version", "google.golang.org/protobuf/proto", "google.golang.org/protobuf/reflect/protoreflect", "google.golang.org/protobuf/reflect/protoregistry", "google.golang.org/protobuf/runtime/protoiface", "google.golang.org/protobuf/runtime/protoimpl", "google.golang.org/protobuf/types/descriptorpb", "google.golang.org/protobuf/types/known/anypb", "google.golang.org/protobuf/types/known/durationpb", "google.golang.org/protobuf/types/known/timestamppb", "hash", "hash/crc32", "hash/fnv", "html", "html/template", "internal/bytealg", "internal/cpu", "internal/fmtsort", "internal/nettrace", "internal/oserror", "internal/poll", "internal/race", "internal/reflectlite", "internal/singleflight", "internal/syscall/execenv", "internal/syscall/unix", "internal/testlog", "internal/unsafeheader", "io", "io/ioutil", "log", "math", "math/big", "math/bits", "math/rand", "mime", "mime/multipart", "mime/quotedprintable", "net", "net/http", "net/http/httptrace", "net/http/httputil", "net/http/internal", "net/textproto", "net/url", "os", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/cgo", "runtime/internal/atomic", "runtime/internal/math", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/tabwriter", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8", "unsafe", "vendor/golang.org/x/crypto/chacha20", "vendor/golang.org/x/crypto/chacha20poly1305", "vendor/golang.org/x/crypto/cryptobyte", "vendor/golang.org/x/crypto/cryptobyte/asn1", "vendor/golang.org/x/crypto/curve25519", "vendor/golang.org/x/crypto/hkdf", "vendor/golang.org/x/crypto/internal/subtle", "vendor/golang.org/x/crypto/poly1305", "vendor/golang.org/x/net/dns/dnsmessage", "vendor/golang.org/x/net/http/httpguts", "vendor/golang.org/x/net/http/httpproxy", "vendor/golang.org/x/net/http2/hpack", "vendor/golang.org/x/net/idna", "vendor/golang.org/x/sys/cpu", "vendor/golang.org/x/text/secure/bidirule", "vendor/golang.org/x/text/transform", "vendor/golang.org/x/text/unicode/bidi", "vendor/golang.org/x/text/unicode/norm" ] }