type golang.org/x/tools/internal/gocommand.ModuleJSON

7 uses

	golang.org/x/tools/internal/gocommand (current package)
		vendor.go#L21: type ModuleJSON struct {
		vendor.go#L25: 	Replace   *ModuleJSON // replaced by this module
		vendor.go#L27: 	Update    *ModuleJSON // available update, if any (with -u)
		vendor.go#L41: func VendorEnabled(ctx context.Context, inv Invocation, r *Runner) (bool, *ModuleJSON, error) {
		vendor.go#L83: func getMainModuleAnd114(ctx context.Context, inv Invocation, r *Runner) (*ModuleJSON, bool, error) {
		vendor.go#L101: 	mod := &ModuleJSON{

	golang.org/x/tools/go/packages
		golist_overlay.go#L355: 		mod := new(gocommand.ModuleJSON)