kythe.io@v0.0.68-0.20240422202219-7225dbc01741/third_party/go/BUILD (about) 1 package(default_visibility = ["//visibility:public"]) 2 3 licenses(["notice"]) 4 5 exports_files(glob([ 6 "*.patch", 7 ])) 8 9 filegroup( 10 name = "licenses", 11 srcs = [ 12 "@com_github_apache_beam//:LICENSE", 13 "@com_github_beevik_etree//:LICENSE", 14 "@com_github_datadog_zstd//:LICENSE", 15 "@com_github_datadog_zstd//:ZSTD_LICENSE", 16 "@com_github_golang_protobuf//:LICENSE", 17 "@com_github_golang_snappy//:LICENSE", 18 "@com_github_google_go_cmp//:LICENSE", 19 "@com_github_google_subcommands//:LICENSE", 20 "@com_github_google_uuid//:LICENSE", 21 "@com_github_googleapis_gax_go_v2//:LICENSE", 22 "@com_github_jmhodges_levigo//:LICENSE", 23 "@com_github_minio_highwayhash//:LICENSE", 24 "@com_github_pkg_errors//:LICENSE", 25 "@com_github_sergi_go_diff//:LICENSE", 26 "@com_github_sourcegraph_go_langserver//:LICENSE", 27 "@com_github_sourcegraph_jsonrpc2//:LICENSE", 28 "@com_google_cloud_go//:LICENSE", 29 "@in_gopkg_yaml_v2//:LICENSE", 30 "@io_k8s_sigs_yaml//:LICENSE", 31 "@io_opencensus_go//:LICENSE", 32 "@org_bitbucket_creachadair_shell//:LICENSE", 33 "@org_bitbucket_creachadair_stringset//:LICENSE", 34 "@org_golang_google_api//:LICENSE", 35 "@org_golang_google_grpc//:LICENSE", 36 "@org_golang_x_net//:LICENSE", 37 "@org_golang_x_oauth2//:LICENSE", 38 "@org_golang_x_sync//:LICENSE", 39 "@org_golang_x_sys//:LICENSE", 40 "@org_golang_x_text//:LICENSE", 41 "@org_golang_x_tools//:LICENSE", 42 ], 43 )