Home
last modified time | relevance | path

Searched defs:GoMod (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Drepo.go65 GoMod(ctx context.Context, version string) (data []byte, err error) methodSpec
360 func (l *loggingRepo) GoMod(ctx context.Context, version string) ([]byte, error) { func
389 func (r errRepo) GoMod(ctx context.Context, version string) ([]byte, error) { return nil, r.er… func
Dcache.go299 func (r *cachingRepo) GoMod(ctx context.Context, version string) ([]byte, error) { func
375 func GoMod(ctx context.Context, path, rev string) ([]byte, error) { func
Dtoolchain.go150 func (r *toolchainRepo) GoMod(ctx context.Context, version string) (data []byte, err error) { func
Dproxy.go403 func (p *proxyRepo) GoMod(ctx context.Context, version string) ([]byte, error) { func
Dcoderepo.go950 func (r *codeRepo) GoMod(ctx context.Context, version string) (data []byte, err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modcmd/
Ddownload.go101 GoMod string `json:",omitempty"` member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modinfo/
Dinfo.go27 GoMod string `json:",omitempty"` // path to go.mod file describing module, if any member