Searched defs:GoMod (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/ |
D | repo.go | 65 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
|
D | cache.go | 299 func (r *cachingRepo) GoMod(ctx context.Context, version string) ([]byte, error) { func 375 func GoMod(ctx context.Context, path, rev string) ([]byte, error) { func
|
D | toolchain.go | 150 func (r *toolchainRepo) GoMod(ctx context.Context, version string) (data []byte, err error) { func
|
D | proxy.go | 403 func (p *proxyRepo) GoMod(ctx context.Context, version string) ([]byte, error) { func
|
D | coderepo.go | 950 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/ |
D | download.go | 101 GoMod string `json:",omitempty"` member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modinfo/ |
D | info.go | 27 GoMod string `json:",omitempty"` // path to go.mod file describing module, if any member
|