Home
last modified time | relevance | path

Searched refs:MaxGoMod (Results 1 – 25 of 76) sorted by relevance

1234

/dports/lang/gcc10/gcc-10.3.0/libgo/go/golang.org/x/mod/zip/
H A Dzip.go72 MaxGoMod = 16 << 20 const
213 if p == "go.mod" && size > MaxGoMod {
214 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
431 if name == "go.mod" && s > MaxGoMod {
432 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/mod/zip/
H A Dzip.go72 MaxGoMod = 16 << 20 const
213 if p == "go.mod" && size > MaxGoMod {
214 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
431 if name == "go.mod" && s > MaxGoMod {
432 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/mod/zip/
H A Dzip.go72 MaxGoMod = 16 << 20 const
213 if p == "go.mod" && size > MaxGoMod {
214 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
433 if name == "go.mod" && s > MaxGoMod {
434 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/mod/zip/
H A Dzip.go72 MaxGoMod = 16 << 20 const
213 if p == "go.mod" && size > MaxGoMod {
214 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
433 if name == "go.mod" && s > MaxGoMod {
434 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/golang.org/x/mod/zip/
H A Dzip.go72 MaxGoMod = 16 << 20 const
213 if p == "go.mod" && size > MaxGoMod {
214 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
431 if name == "go.mod" && s > MaxGoMod {
432 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/golang.org/x/mod/zip/
H A Dzip.go72 MaxGoMod = 16 << 20 const
213 if p == "go.mod" && size > MaxGoMod {
214 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
431 if name == "go.mod" && s > MaxGoMod {
432 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/mod/zip/
H A Dzip.go72 MaxGoMod = 16 << 20 const
213 if p == "go.mod" && size > MaxGoMod {
214 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
421 if name == "go.mod" && s > MaxGoMod {
422 return fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go175 files, err := r.code.ReadFileRevs(incompatible, "go.mod", codehost.MaxGoMod)
236 _, errGoMod := r.code.ReadFile(info.Name, "go.mod", codehost.MaxGoMod)
326 gomod1, err1 := r.code.ReadFile(rev, file1, codehost.MaxGoMod)
347 gomod2, err2 := r.code.ReadFile(rev, file2, codehost.MaxGoMod)
429 data, err = r.code.ReadFile(rev, path.Join(dir, "go.mod"), codehost.MaxGoMod)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go175 files, err := r.code.ReadFileRevs(incompatible, "go.mod", codehost.MaxGoMod)
236 _, errGoMod := r.code.ReadFile(info.Name, "go.mod", codehost.MaxGoMod)
326 gomod1, err1 := r.code.ReadFile(rev, file1, codehost.MaxGoMod)
347 gomod2, err2 := r.code.ReadFile(rev, file2, codehost.MaxGoMod)
429 data, err = r.code.ReadFile(rev, path.Join(dir, "go.mod"), codehost.MaxGoMod)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/cmd/go/internal/modfetch/
H A Dcoderepo.go175 files, err := r.code.ReadFileRevs(incompatible, "go.mod", codehost.MaxGoMod)
236 _, errGoMod := r.code.ReadFile(info.Name, "go.mod", codehost.MaxGoMod)
326 gomod1, err1 := r.code.ReadFile(rev, file1, codehost.MaxGoMod)
347 gomod2, err2 := r.code.ReadFile(rev, file2, codehost.MaxGoMod)
429 data, err = r.code.ReadFile(rev, path.Join(dir, "go.mod"), codehost.MaxGoMod)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/lang/gcc11/gcc-11.2.0/libgo/go/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/sysutils/direnv/direnv-2.27.0/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/net/traefik/traefik-2.6.1/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/mod/zip/
H A Dzip.go73 MaxGoMod = 16 << 20 const
165 errGoModSize = fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod)
302 if p == "go.mod" && size > MaxGoMod {
457 if name == "go.mod" && sz > MaxGoMod {
458 addError(zf, fmt.Errorf("go.mod file too large (max size is %d bytes)", MaxGoMod))

1234