Home
last modified time | relevance | path

Searched refs:GOPROXY (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/dports/www/grafana8/xorm/
H A D.drone.yml9 GOPROXY: "https://goproxy.cn"
21 GOPROXY: "https://goproxy.cn"
34 GOPROXY: "https://goproxy.cn"
52 GOPROXY: "https://goproxy.cn"
72 GOPROXY: "https://goproxy.cn"
93 GOPROXY: "https://goproxy.cn"
111 GOPROXY: "https://goproxy.cn"
131 GOPROXY: "https://goproxy.cn"
150 GOPROXY: "https://goproxy.cn"
168 GOPROXY: "https://goproxy.cn"
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/
H A DMakefile28 GOPROXY := $(shell go env GOPROXY) macro
29 ifeq ($(GOPROXY),)
30 GOPROXY := https://proxy.golang.org macro
32 export GOPROXY
/dports/www/gitea/gitea-1.16.5/
H A D.drone.yml116 GOPROXY: https://goproxy.cn
128 GOPROXY: https://goproxy.cn
144 GOPROXY: https://goproxy.cn
159 GOPROXY: https://goproxy.cn
286 GOPROXY: https://goproxy.cn
302 GOPROXY: https://goproxy.cn
318 GOPROXY: https://goproxy.cn
335 GOPROXY: https://goproxy.cn
351 GOPROXY: https://goproxy.cn
366 GOPROXY: https://goproxy.cn
[all …]
/dports/security/vault/vault-1.8.2/.circleci/config/commands/
H A Dsetup-go.yml5 GOPROXY:
7 … Set GOPROXY. By default this is set to "off" meaning you have to have all modules pre-downloaded.
29 echo "export GOPROXY=<<parameters.GOPROXY>>" >> "$BASH_ENV"
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/cmd/go/internal/modfetch/
H A Dproxy.go27 directly, just as 'go get' always has. The GOPROXY environment variable allows
28 further control over the download source. If GOPROXY is unset, is the empty string,
30 control systems. Setting GOPROXY to "off" disallows downloading modules from
31 any source. Otherwise, GOPROXY is expected to be the URL of a module proxy,
43 GET $GOPROXY/<module>/@v/list returns a list of all known versions of the
46 GET $GOPROXY/<module>/@v/<version>.info returns JSON-formatted metadata
49 GET $GOPROXY/<module>/@v/<version>.mod returns the go.mod file
52 GET $GOPROXY/<module>/@v/<version>.zip returns the zip archive
84 cached module versions with GOPROXY=https://example.com/proxy.
/dports/lang/gcc9/gcc-9.4.0/libgo/go/cmd/go/internal/modfetch/
H A Dproxy.go27 directly, just as 'go get' always has. The GOPROXY environment variable allows
28 further control over the download source. If GOPROXY is unset, is the empty string,
30 control systems. Setting GOPROXY to "off" disallows downloading modules from
31 any source. Otherwise, GOPROXY is expected to be the URL of a module proxy,
43 GET $GOPROXY/<module>/@v/list returns a list of all known versions of the
46 GET $GOPROXY/<module>/@v/<version>.info returns JSON-formatted metadata
49 GET $GOPROXY/<module>/@v/<version>.mod returns the go.mod file
52 GET $GOPROXY/<module>/@v/<version>.zip returns the zip archive
84 cached module versions with GOPROXY=https://example.com/proxy.
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/cmd/go/internal/modfetch/
H A Dproxy.go27 directly, just as 'go get' always has. The GOPROXY environment variable allows
28 further control over the download source. If GOPROXY is unset, is the empty string,
30 control systems. Setting GOPROXY to "off" disallows downloading modules from
31 any source. Otherwise, GOPROXY is expected to be the URL of a module proxy,
43 GET $GOPROXY/<module>/@v/list returns a list of all known versions of the
46 GET $GOPROXY/<module>/@v/<version>.info returns JSON-formatted metadata
49 GET $GOPROXY/<module>/@v/<version>.mod returns the go.mod file
52 GET $GOPROXY/<module>/@v/<version>.zip returns the zip archive
84 cached module versions with GOPROXY=https://example.com/proxy.
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/
H A D.travis.yml20 - GOPROXY=direct
24 - GOPROXY=direct
28 - GOPROXY=direct
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go54 GOPROXY string member
74 if config.GOPROXY != "" && config.ProxyFiles != "" {
95 if config.GOPROXY != "" {
96 sb.goproxy = config.GOPROXY
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go58 GOPROXY string member
78 if config.GOPROXY != "" && config.ProxyFiles != "" {
99 if config.GOPROXY != "" {
100 sb.goproxy = config.GOPROXY
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go61 GOPROXY string member
100 if config.GOPROXY != "" {
101 sb.goproxy = config.GOPROXY
171 if config.GOPROXY != "" && config.ProxyFiles != "" {
/dports/www/grafana8/builder/
H A D.drone.yml40 GOPROXY: https://goproxy.cn
62 GOPROXY: https://goproxy.cn
84 GOPROXY: https://goproxy.cn
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/.github/workflows/
H A Dci.yml300 GOPROXY: direct
303 sudo -E PATH=$PATH GOPATH=$GOPATH GOPROXY=$GOPROXY make root-test
308 GOPROXY: direct
312 …sudo GOPATH=$GOPATH GOPROXY=$GOPROXY TEST_RUNTIME=$TEST_RUNTIME RUNC_FLAVOR=$RUNC_FLAVOR make inte…
318 GOPROXY: direct
322 …sudo GOPATH=$GOPATH GOPROXY=$GOPROXY TEST_RUNTIME=$TEST_RUNTIME RUNC_FLAVOR=$RUNC_FLAVOR TESTFLAGS…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/fatih/structtag/.github/
H A Dmain.workflow11 GOPROXY = "https://proxy.golang.org"
21 GOPROXY = "https://proxy.golang.org"
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go61 GOPROXY string member
100 if config.GOPROXY != "" {
101 sb.goproxy = config.GOPROXY
171 if config.GOPROXY != "" && config.ProxyFiles != "" {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go61 GOPROXY string member
100 if config.GOPROXY != "" {
101 sb.goproxy = config.GOPROXY
174 if config.GOPROXY != "" && config.ProxyFiles != "" {
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go61 GOPROXY string member
100 if config.GOPROXY != "" {
101 sb.goproxy = config.GOPROXY
174 if config.GOPROXY != "" && config.ProxyFiles != "" {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go60 GOPROXY string member
99 if config.GOPROXY != "" {
100 sb.goproxy = config.GOPROXY
172 if config.GOPROXY != "" && config.ProxyFiles != nil {
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go60 GOPROXY string member
99 if config.GOPROXY != "" {
100 sb.goproxy = config.GOPROXY
172 if config.GOPROXY != "" && config.ProxyFiles != nil {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go61 GOPROXY string member
100 if config.GOPROXY != "" {
101 sb.goproxy = config.GOPROXY
174 if config.GOPROXY != "" && config.ProxyFiles != "" {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go60 GOPROXY string member
99 if config.GOPROXY != "" {
100 sb.goproxy = config.GOPROXY
172 if config.GOPROXY != "" && config.ProxyFiles != nil {
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go60 GOPROXY string member
99 if config.GOPROXY != "" {
100 sb.goproxy = config.GOPROXY
172 if config.GOPROXY != "" && config.ProxyFiles != nil {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go61 GOPROXY string member
100 if config.GOPROXY != "" {
101 sb.goproxy = config.GOPROXY
174 if config.GOPROXY != "" && config.ProxyFiles != "" {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go60 GOPROXY string member
99 if config.GOPROXY != "" {
100 sb.goproxy = config.GOPROXY
172 if config.GOPROXY != "" && config.ProxyFiles != nil {
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/internal/lsp/fake/
H A Dsandbox.go60 GOPROXY string member
99 if config.GOPROXY != "" {
100 sb.goproxy = config.GOPROXY
172 if config.GOPROXY != "" && config.ProxyFiles != nil {

12345678910>>...33