| /external/tink/go/ |
| D | deps.bzl | 1 """Tink Go dependencies.""" 7 """Loads Tink Go dependencies. 9 These are autogenerated running `go mod tidy && bazel run //:gazelle-update-repos`. 13 importpath = "honnef.co/go/tools", 15 version = "v0.0.0-20190523083050-ea95bdfd59fc", 22 version = "v1.0.0", 27 importpath = "github.com/armon/go-radix", 29 version = "v0.0.0-20180808171621-7fddfc383310", 33 importpath = "github.com/aws/aws-sdk-go", 35 version = "v1.44.267", [all …]
|
| /external/skia/ |
| D | go_repositories.bzl | 1 """This module contains a Gazelle-generated go_repositories macro that mirrors //go.mod. 3 To update this file, please un "make -C bazel gazelle_update_repo". 9 """This Gazelle-generated macro defines repositories for the Go modules in //go.mod.""" 13 importpath = "honnef.co/go/tools", 15 version = "v0.0.0-20190523083050-ea95bdfd59fc", 22 version = "v1.2.0", 27 importpath = "github.com/aclements/go-moremath", 29 version = "v0.0.0-20190830160640-d16893ddf098", 36 version = "v2.0.0-alpha7", 43 version = "v0.0.0-20190718012654-fb15b899a751", [all …]
|
| /external/bazelbuild-rules_go/docs/go/core/ |
| D | bzlmod.md | 1 # Go with Bzlmod 11 bazel_dep(name = "rules_go", version = "0.39.1") 12 bazel_dep(name = "gazelle", version = "0.31.0") 20 bazel_dep(name = "rules_go", version = "0.39.1", repo_name = "io_bazel_rules_go") 21 bazel_dep(name = "gazelle", version = "0.31.0", repo_name = "bazel_gazelle") 24 ## Registering Go SDKs 26 rules_go automatically downloads and registers a recent Go SDK, so unless a particular version is r… 28 To register a particular version of the Go SDK, use the `go_sdk` module extension: 31 go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk") 34 go_sdk.download(version = "1.20.3") [all …]
|
| /external/bazelbuild-rules_go/go/private/actions/ |
| D | stdlib.bzl | 1 # Copyright 2019 The Bazel Go Rules Authors. All rights reserved. 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 16 "//go/private:common.bzl", 20 "//go/private:providers.bzl", 24 "//go/private:mode.bzl", 29 load("//go/private:sdk.bzl", "parse_version") 30 load("//go/private/actions:utils.bzl", "quote_opts") 32 def emit_stdlib(go): 42 library = go.new_library(go, resolver = _stdlib_library_to_source) [all …]
|
| /external/bazelbuild-rules_go/go/private/ |
| D | sdk.bzl | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 16 "//go/private:common.bzl", 20 "//go/private:nogo.bzl", 24 "//go/private/skylib/lib:versions.bzl", 33 version = _detect_sdk_version(ctx, goroot) 34 _sdk_build_file(ctx, platform, version, experiments = ctx.attr.experiments) 41 "version": attr.string(), 43 doc = "Go experiments to enable via GOEXPERIMENT", 46 default = Label("//go/private:BUILD.sdk.bazel"), [all …]
|
| /external/golang-protobuf/ |
| D | README.md | 1 # Go support for Protocol Buffers 3 [](https://pkg.go.dev/googl… 4 …d Status](https://travis-ci.org/protocolbuffers/protobuf-go.svg?branch=master)](https://travis-ci.… 6 This project hosts the Go implementation for 8 language-neutral, platform-neutral, extensible mechanism for serializing 11 bindings. This project provides both a tool to generate Go code for the 13 serialization of messages in Go. See the 20 [`protoc-gen-go`](https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go) 23 …[generate Go specific code for a given `.proto` file](https://protobuf.dev/reference/go/go-generat… 26 [`protobuf`](https://pkg.go.dev/mod/google.golang.org/protobuf) module [all …]
|
| D | release.bash | 2 # Copyright 2019 The Go Authors. All rights reserved. 3 # Use of this source code is governed by a BSD-style 6 cd "$(git rev-parse --show-toplevel)" 8 read -p "What is the next release version (e.g., 'v1.26.0')? " VERSION 9 SEMVER_REGEX='^v\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)\([.a-zA-Z0-9A-Z-]*\)$' 10 if ! [[ -z $(echo $VERSION | sed -e "s/$SEMVER_REGEX//") ]]; then 13 VERSION_MAJOR=$(echo $VERSION | sed -e "s/$SEMVER_REGEX/\1/") 14 VERSION_MINOR=$(echo $VERSION | sed -e "s/$SEMVER_REGEX/\2/") 15 VERSION_PATCH=$(echo $VERSION | sed -e "s/$SEMVER_REGEX/\3/") 16 VERSION_PRERELEASE=$(echo $VERSION | sed -e "s/$SEMVER_REGEX/\4/") [all …]
|
| D | Android.gen.bp | 2 …-rewrite google.golang.org/protobuf=golang-protobuf -rewrite github.com/google/go-cmp/cmp=go-cmp -… 5 name: "golang-protobuf-android", 8 "golang-protobuf-internal-detrand", 11 "android/android.go", 16 name: "protoc-gen-go", 18 "golang-protobuf-cmd-protoc-gen-go-internal_gengo", 19 "golang-protobuf-compiler-protogen", 20 "golang-protobuf-encoding-prototext", 21 "golang-protobuf-internal-genid", 22 "golang-protobuf-internal-version", [all …]
|
| /external/skia/infra/bots/recipes/infra.expected/ |
| D | infra_tests_lottie_ci.json | 5 "[START_DIR]/go/go/VERSION" 7 "name": "realpath go/go/VERSION" 19 "[START_DIR]/go/go/VERSION" 21 "name": "realpath go/go/VERSION (2)" 35 "cwd": "[START_DIR]/lottie-ci", 40 "GOROOT": "[START_DIR]/go/go", 41 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 51 "cwd": "[START_DIR]/lottie-ci", 56 "GOROOT": "[START_DIR]/go/go", 57 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" [all …]
|
| D | infra_tests.json | 5 "[START_DIR]/go/go/VERSION" 7 "name": "realpath go/go/VERSION" 19 "[START_DIR]/go/go/VERSION" 21 "name": "realpath go/go/VERSION (2)" 40 "GOROOT": "[START_DIR]/go/go", 41 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 56 "GOROOT": "[START_DIR]/go/go", 57 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 65 "-a", 66 "-m", [all …]
|
| /external/bazelbuild-rules_go/ |
| D | README.rst | 1 Go rules for Bazel_ 6 .. _Avoiding conflicts: proto/core.rst#avoiding-conflicts 7 .. _Bazel labels: https://docs.bazel.build/versions/master/build-ref.html#labels 9 .. _Build modes: go/modes.rst 11 .. _Go with Bzlmod: docs/go/core/bzlmod.md 12 .. _Core rules: docs/go/core/rules.md 14 .. _Dependencies: go/dependencies.rst 15 .. _Deprecation schedule: https://github.com/bazelbuild/rules_go/wiki/Deprecation-schedule 17 .. _gopls integration: https://github.com/bazelbuild/rules_go/wiki/Editor-setup 18 .. _Overriding dependencies: go/dependencies.rst#overriding-dependencies [all …]
|
| /external/tensorflow/tensorflow/go/ |
| D | test.sh | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 18 # The TensorFlow Go API aims to be usable with the 'go' tool 19 # (using 'go get' etc.) and thus without bazel. 21 # This script acts as a brige between bazel and go so that: 24 # go test github.com/tensorflow/tensorflow/tensorflow/go 27 set -ex 29 # Find the 'go' tool 30 if [[ ! -x "go" && -z $(which go) ]] 32 if [[ -x "/usr/local/go/bin/go" ]] [all …]
|
| /external/tink/kokoro/macos_external/go/gomod/ |
| D | run_tests.sh | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -euo pipefail 22 ./kokoro/testutils/copy_credentials.sh "go/testdata" "all" 26 echo "Using go binary from $(which go): $(go version)" 28 readonly TINK_VERSION="$(cat ${REPO_DIR}/go/tink_version.bzl \ 30 | cut -f 2 -d \")" 33 TMP_DIR="$(mktemp -dt go-module-test.XXXXXX)" 34 GO_MOD_DIR="${TMP_DIR}/go-mod-test" 39 # Test an individual Go module within the Tink repository. [all …]
|
| /external/libcap/ |
| D | Makefile | 11 all test sudotest install clean: %: %-here 12 $(MAKE) -C libcap $@ 14 $(MAKE) -C pam_cap $@ 17 $(MAKE) -C go $@ 18 rm -f cap/go.sum 20 $(MAKE) -C tests $@ 21 $(MAKE) -C progs $@ 22 $(MAKE) -C doc $@ 24 all-here: 26 test-here: [all …]
|
| /external/tink/kokoro/testutils/ |
| D | run_go_mod_tests.sh | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 17 # This script runs tests on a given Go module. 22 # <Local path of the Go module> \ 23 # <Module version> \ 24 # <Branch at HEAD for the Go module on GitHub> 26 set -eo pipefail 34 echo "Usage: $0 <full module URL> <go module's local path> \\" 35 echo " <module version> <branch at HEAD>" 58 if [[ -z "${FULL_GITHUB_MODULE_NAME}" ]]; then [all …]
|
| /external/golang-protobuf/.github/workflows/ |
| D | test.yml | 7 # This is just a version to compile the integration_test.go; see 8 # golangVersions in that file for the list of actual Go versions used. 9 go-version: [1.x] 10 os: [ubuntu-latest] # TODO: Add [macos-latest, windows-latest] 11 runs-on: ${{ matrix.os }} 13 - name: Install Linux dependencies 15 run: sudo apt-get -y install autoconf automake libtool curl make g++ unzip 16 - name: Install Go 17 uses: actions/setup-go@v3 19 go-version: ${{ matrix.go-version }} [all …]
|
| /external/bazelbuild-rules_go/go/ |
| D | def.bzl | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """Public definitions for Go rules. 17 All public Go rules, providers, and other definitions are imported and 18 re-exported in this file. This allows the real location of definitions 26 "//go/private:context.bzl", 30 "//go/private:providers.bzl", 39 "//go/private/rules:sdk.bzl", 43 "//go/private:go_toolchain.bzl", 47 "//go/private/rules:wrappers.bzl", [all …]
|
| /external/toolchain-utils/compiler_wrapper/ |
| D | build.py | 3 # Use of this source code is governed by a BSD-style license that can be 18 "--config", 23 "--use_ccache", required=True, choices=["true", "false"] 26 "--use_llvm_next", required=True, choices=["true", "false"] 28 parser.add_argument("--output_file", required=True, type=str) 30 "--static", 38 "--version", 40 A string to pass to `go` that instructs the compiler wrapper about what 41 version to print. Automatically selects the current git commit SHA if 46 "--version_suffix", [all …]
|
| /external/protobuf/benchmarks/ |
| D | README.md | 33 CPP proto version of python protobuf, which is also a prerequisite for Python 34 protobuf cpp implementation. You need to install the correct version of Python 35 C++ extension package before run generated CPP proto version of Python 39 $ sudo apt-get install python-dev 40 $ sudo apt-get install python3-dev 42 And you also need to make sure `pkg-config` is installed. 44 ### Go subsection 45 Go protobufs are maintained at [github.com/golang/protobuf]( 47 toolchain and the Go protoc-gen-go plugin for protoc. 49 To install protoc-gen-go, run: [all …]
|
| /external/go-cmp/.github/workflows/ |
| D | test.yml | 7 go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x] 8 os: [ubuntu-latest, macos-latest] 9 runs-on: ${{ matrix.os }} 11 - name: Install Go 12 uses: actions/setup-go@v2 14 go-version: ${{ matrix.go-version }} 15 - name: Checkout code 17 - name: Test 18 run: go test -v -race ./... 19 - name: Format [all …]
|
| /external/golang-protobuf/cmd/protoc-gen-go/ |
| D | main.go | 1 // Copyright 2018 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 5 // The protoc-gen-go binary is a protoc plugin to generate Go code for 9 // https://protobuf.dev/reference/go/go-generated. 19 gengo "google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo" 21 "google.golang.org/protobuf/internal/version" 24 const genGoDocURL = "https://protobuf.dev/reference/go/go-generated" 25 const grpcDocURL = "https://grpc.io/docs/languages/go/quickstart/#regenerate-grpc-code" 28 if len(os.Args) == 2 && os.Args[1] == "--version" { 29 fmt.Fprintf(os.Stdout, "%v %v\n", filepath.Base(os.Args[0]), version.String()) [all …]
|
| /external/cronet/third_party/protobuf/benchmarks/ |
| D | README.md | 33 CPP proto version of python protobuf, which is also a prerequisite for Python 34 protobuf cpp implementation. You need to install the correct version of Python 35 C++ extension package before run generated CPP proto version of Python 39 $ sudo apt-get install python-dev 40 $ sudo apt-get install python3-dev 42 And you also need to make sure `pkg-config` is installed. 44 ### Go subsection 45 Go protobufs are maintained at [github.com/golang/protobuf]( 47 toolchain and the Go protoc-gen-go plugin for protoc. 49 To install protoc-gen-go, run: [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/opencensus-proto/ |
| D | RELEASING.md | 5 We re-generate gen-go files and deploy jars to Maven Central under the following systems: 7 - Ubuntu 14.04 11 ## Release Go files 13 To generate the Go files from protos, you'll need to install protoc, protoc-gen-go and grpc-gateway… 14 Follow the instructions [here](http://google.github.io/proto-lens/installing-protoc.html), 15 …com/golang/protobuf#installation) and [here](https://github.com/grpc-ecosystem/grpc-gateway#instal… 17 Then run the following commands to re-generate the gen-go files: 20 $ cd $(go env GOPATH)/src/github.com/census-instrumentation/opencensus-proto 21 $ git checkout -b update-gen-go 22 $ rm -rf gen-go [all …]
|
| /external/golang-protobuf/runtime/protoimpl/ |
| D | version.go | 1 // Copyright 2019 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 8 "google.golang.org/protobuf/internal/version" 12 // MaxVersion is the maximum supported version for generated .pb.go files. 13 // It is always the current version of the module. 14 MaxVersion = version.Minor 16 // GenVersion is the runtime version required by generated .pb.go files. 21 // MinVersion is the minimum supported version for generated .pb.go files. 26 // EnforceVersion is used by code generated by protoc-gen-go 29 // - the runtime package is too old and needs to be updated OR [all …]
|
| /external/skia/infra/bots/task_drivers/recreate_skps/ |
| D | recreate_skps.go | 3 // Use of this source code is governed by a BSD-style license that can be 16 "go.skia.org/infra/go/common" 17 "go.skia.org/infra/go/depot_tools" 18 "go.skia.org/infra/go/exec" 19 "go.skia.org/infra/go/gerrit" 20 "go.skia.org/infra/go/git" 21 "go.skia.org/infra/go/git/git_common" 22 "go.skia.org/infra/go/skerr" 23 "go.skia.org/infra/go/sklog" 24 "go.skia.org/infra/promk/go/pushgateway" [all …]
|